Skip to content

Commit b44e66f

Browse files
authored
support keywords in bar3D (closes #539)
1 parent 94366fc commit b44e66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot3d.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ end
6666
@doc LazyHelp(axes3D,"Axes3D") Axes3D(args...; kws...) = pycall(axes3D."Axes3D", PyAny, args...; kws...)
6767

6868
# correct for annoying mplot3d inconsistency
69-
@doc LazyHelp(axes3D,"Axes3D", "bar3d") bar3D(args...) = bar3d(args...)
69+
@doc LazyHelp(axes3D,"Axes3D", "bar3d") bar3D(args...; kws...) = bar3d(args...; kws...)
7070

7171
# it's annoying to have xlabel etc. but not zlabel
7272
const zlabel_funcs = (:zlabel, :zlim, :zscale, :zticks)

0 commit comments

Comments
 (0)