
Mayavi: 3D scientific data visualization and plotting in Python
May 23, 2024 · Welcome, this is the user guide for Mayavi, a application and library for interactive scientific data visualization and 3D plotting in Python. Getting started You want to use an …
Using the Mayavi application — mayavi 4.8.2 documentation
May 23, 2024 · Using the Mayavi application¶ Section summary. This section primarily concerns interactive usage of the mayavi2 application. Some of the things mentioned here also apply …
mlab: Python scripting for 3D plotting — mayavi 4.8.2 …
May 23, 2024 · The mayavi.mlab module, that we call mlab, provides an easy way to visualize data in a script or from an interactive prompt with one-liners as done in the matplotlib pylab …
Installation — mayavi 4.8.2 documentation - Enthought
May 23, 2024 · This section details the various ways of installing Mayavi. If you already have Mayavi up and running, you can skip this section. By itself Mayavi is not a difficult package to …
An overview of Mayavi — mayavi 4.8.2 documentation - Enthought
Use Mayavi as a plotting engine from simple Python scripts, for example from Ipython, in combination with numpy. The mlab scripting API provides a simple way of using Mayavi in …
Example gallery — mayavi 4.8.2 documentation - Enthought
This script demonstrates how one can script Mayavi and use its contour related modules. Probe filter example. Using the probe filter to visualize a scalar field along an arbitrary surface. …
Tutorial examples to learn Mayavi — mayavi 4.8.2 documentation
May 23, 2024 · We give a few detailed examples of how you can use the Mayavi application to tour some of its features. Before proceeding to the examples, it can be useful to locate some …
Exploring a vector field — mayavi 4.8.2 documentation - Enthought
May 23, 2024 · Using the Mayavi application » Exploring a vector field In this example, we create a vector field from the gradient of a scalar field and explore it interactively.
Data representation in Mayavi — mayavi 4.8.2 documentation
May 23, 2024 · This object is a Mayavi source, and serves to describe the data and its properties to the Mayavi pipeline. The internal structures use to represent to data in 3D all across Mayavi …
Plotting functions — mayavi 4.8.2 documentation - Enthought
May 23, 2024 · mayavi.mlab. barchart (* args, ** kwargs) ¶ Plots vertical glyphs (like bars) scaled vertical, to do histogram-like plots. This functions accepts a wide variety of inputs, with …