Getting started with Mayavi
mainMayavi provides two primary ways to interact with 3D scientific data visualization and plotting in Python, depending on your workflow:
- Interactive Application: Use the Mayavi application if you want an interactive environment to visualize your data in 3D without writing extensive code.
- Python Scripting (
mlab): Use themlabAPI if you are a Python developer looking for a Matlab or pylab-like replacement for 3D plotting and data visualization, specifically when working withnumpyarrays.
You can also find inspiration in the Example Gallery, which provides example Python code for various visualizations.