JuliaPy / PyPlot.jl

Plotting for Julia based on matplotlib.pyplot
https://github.com/JuliaPy/PyPlot.jl
MIT License
475 stars 87 forks source link

Including view_init and voxels to the list of exported functions for 3D plots #465

Closed mancolric closed 4 years ago

mancolric commented 4 years ago

Currently, calling view_init to rotate a 3D figure or voxels raises an UndefVarError. (See issue 464.)

This issue can be fixed by adding these functions to the list of exported functions in plot3d.jl.

stevengj commented 4 years ago

Thanks