mayavi icon indicating copy to clipboard operation
mayavi copied to clipboard

3D visualization of scientific data in Python

Results 144 mayavi issues
Sort by recently updated
recently updated
newest added

Hello, Following the official examples and want to be able to extract the x,y,z coordinates of a clicked sphere glyph made by points3d() in a 3-D scene. Where my application...

Running the following example, with the file heart.vti in data, mayavi -d heart.vti -m CustomGridPlane raises the error that ImageData has no attribute 'whole_extent'. In fact, ImageData has 'extent' attribute....

Hi! I've recently updated the package for Arch Linux. Since we have tooling to detect dependencies of Python packages, we have a policy about removing test directories, which are usually...

Hi, Scalars values on TensorGlyph are not displayed correctly as shown in the following simple example: file tensors.vtk: # vtk DataFile Version 3.0 Random data to test tensors ASCII DATASET...

Support for Jupyter notebook install is available in Mayavi version 4.5.0 and the documentation should specify that. https://github.com/enthought/mayavi/issues/441 https://github.com/enthought/mayavi/pull/415#commitcomment-19196786

docs

The Mayavi documentation for the installation of the latest version (Bleeding Edge) is outdated. It contains installation using a file requirement.txt that no longer exists... Work on updating the document...

I am new to the mayavi package. I get the structure behind mayavi. From top node to last: - Engine - Scene - Sources (data input) - Filters etc to...

In make_data(), line 29 np = dims[0]*dims[1]*dims[2] is useless and overrides, line 12 import numpy as np

I have implemented the volume slicer code, exactly as exampled in the documentation page. When visualizing my scenes, everything works fine. I press 'f' and I am able to set...