mayavi
mayavi copied to clipboard
3D visualization of scientific data in Python
Hi! I am new to Mayavi. I would like to use it for huge vtk files over 400Mb. I installed via pip mayavi2: Python 3.10, OS: Win10, VTK 9.2.5, mayavi...
Hi. I am new to Mayavi, but quite proficient in Python and Jupyter. I installed the Mayavi 4.4 with pip yesterday under Windows 10. The About page reports: Mayavi version...
Dear team, I just installed mayavi, pyqt5 with python 3.7 as indicated in Windows10, launched mayavi2, then had an error message, "traits.trait_errors.traiterror: each element of the 'groups' trait of a...
With mayavi 4.5.0, setting the `extent` of an image while calling `imshow` does not cause an exception like it did before (see issue #37 ). But still, specifying the `extent`...
Windows 7/64bit and Windows 10/64bit mayavi 4.8.1 python 3.8.9 Basically the same issue as in [this very old subject](https://stackoverflow.com/questions/23435986/mayavi-help-in-resetting-mouse-picker-and-connecting-wx-event-to-on-trait-chan). ``` def clear_figure(self): for child in self.scene.mayavi_scene.children: child.remove() ``` The solution...
Hello, I have tried to run the example from mayavi docs in jupyter notebook: ``` from mayavi import mlab mlab.init_notebook() s = mlab.test_plot3d() s ``` but a kernel died just...
I already posted a comment in the issue #281 thread, but since it is closed, I am opening a new issue. As originally described, and as now occurs again: 'On...
After writing a mesh to .obj format the color is discarded. An example script is included below. The generated .obj file starts with ``` # wavefront obj file written by...
Hello! My environment is ubuntu18.04, python 3.7.When I use mayavi to visualize the point cloud, the following error appears: ImportError: Could not import backend for trainsui Make sure you have...
Hello, there might be a memory leak when rendering many images in a for loop. WinPython-64bit-3.4.4.1 Mayavi 4.4.4 VTK 7.0.0 Running the code below I can see the "Commit" memory...