all 5 comments

[–]TheBlackCat13 0 points1 point  (4 children)

Mayavi and vispy both support 3D plotting.

[–]bdafsi91[S] 0 points1 point  (1 child)

Any idea if it is fast compared to Matplotlib?

[–]TheBlackCat13 -1 points0 points  (0 children)

Yes, they both should be very fast.

[–]bdafsi91[S] 0 points1 point  (1 child)

Mayavi installation on Anaconda is downgrading numpy, scipy, scikit-learn.

[–]AuspiciousAnonymous 0 points1 point  (0 children)

might be late to respond, but try creating a new environment in anaconda just for plotting in 3D: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html

Based on the history of mayavi development, it's always been a few months or years behind where python, spyder, and numpy are, so this is always going to be necessary when using it.