Skip to content

Commit 203e0eb

Browse files
mancolricstevengj
authored andcommitted
Including view_init and voxels to the list of exported functions for 3D plots (#465)
* Update plot3d.jl * Update plot3d.jl Added :view_init and :voxels to the list of exported functions.
1 parent c95cb48 commit 203e0eb

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
@@ -40,7 +40,7 @@ export art3D, Axes3D, using3D, surf, mesh, bar3D, contour3D, contourf3D, plot3D,
4040

4141
const mplot3d_funcs = (:bar3d, :contour3D, :contourf3D, :plot3D, :plot_surface,
4242
:plot_trisurf, :plot_wireframe, :scatter3D,
43-
:text2D, :text3D)
43+
:text2D, :text3D, :view_init, :voxels)
4444

4545
for f in mplot3d_funcs
4646
fs = string(f)

0 commit comments

Comments
 (0)