
Mayavi: 3D scientific data visualization and plotting in Python
May 16, 2025 · Mayavi: 3D scientific data visualization and plotting in Python ¶ ... Welcome, this is the user guide for Mayavi, a application and library for interactive scientific data visualization …
Installation — mayavi 4.8.3 documentation - Enthought
May 16, 2025 · Under Windows the best way to install Mayavi is to install a full Python distribution, such as Enthought Canopy, Pythonxy, or Anaconda. Note that for Pythonxy, you need to …
Example gallery — mayavi 4.8.3 documentation - Enthought
May 16, 2025 · This script demonstrates how one can do a computation in another thread and update the mayavi pipeline. It also shows how to create a numpy array data and visualize it as …
mlab: Python scripting for 3D plotting — mayavi 4.8.3 …
May 16, 2025 · Mayavi, and thus mlab, allows you to interactively modify your visualization. The Mayavi pipeline tree can be displayed by clicking on the mayavi icon in the figure’s toolbar, or …
Using the Mayavi application — mayavi 4.8.3 documentation
May 16, 2025 · However, if you are only interested in a quick start to use Mayavi as a simple, Matlab-like, plotting library, you can jump directly to the mlab: Python scripting for 3D plotting …
docs.enthought.com
If you want to get the latest development version of Mayavi (e.g. for developing Mayavi or contributing to the documentation), we recommend that you check it out from github: Mayavi is …
Plotting functions — mayavi 4.8.3 documentation - Enthought
May 16, 2025 · set_picker_props ¶ mayavi.mlab.set_picker_props(figure=None, pick_type='point_picker', tolerance=0.025, text_color=None) ¶ surf ¶ mayavi.mlab.surf(*args, …
Tips and Tricks — mayavi 4.8.3 documentation - Enthought
May 16, 2025 · It behaves almost exactly like a normal Mayavi UI window and supports any Mayavi/VTK visualization and is fully interactive. This backend relies on VTK’s off screen …
Figure handling functions — mayavi 4.8.3 documentation
May 16, 2025 · If you specify a magnification, Mayavi will use the given size as a screen size, and the file size will be ‘magnification * size’. Notes If the size specified is larger than the window …
An overview of Mayavi — mayavi 4.8.3 documentation - Enthought
May 16, 2025 · You can script Mayavi from your own Python based application. You can embed Mayavi into your application in a variety of ways either using Envisage or otherwise.