We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94366fc commit b44e66fCopy full SHA for b44e66f
src/plot3d.jl
@@ -66,7 +66,7 @@ end
66
@doc LazyHelp(axes3D,"Axes3D") Axes3D(args...; kws...) = pycall(axes3D."Axes3D", PyAny, args...; kws...)
67
68
# correct for annoying mplot3d inconsistency
69
-@doc LazyHelp(axes3D,"Axes3D", "bar3d") bar3D(args...) = bar3d(args...)
+@doc LazyHelp(axes3D,"Axes3D", "bar3d") bar3D(args...; kws...) = bar3d(args...; kws...)
70
71
# it's annoying to have xlabel etc. but not zlabel
72
const zlabel_funcs = (:zlabel, :zlim, :zscale, :zticks)
0 commit comments