mayavi
mayavi copied to clipboard
3D visualization of scientific data in Python
I want to open by saying I appreciate how powerful this project is for an open-source visualization suite! But I have not been able to install mayavi on new machines...
I am making an application in Python with a PyQt gui following the application example. The idea is that I can have a permanent window open running mayavi that I...
I tried running mayavi with numpy2.0 and i am getting - A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.0 as it may crash. To...
The website mentions support for wxPython. But none of the examples can be made to work. The fundamental error when trying to add a mayavi control to a wxPython window...
I am using the code of OccNerf, and got error as follows: ``` figure = mlab.figure(size=(render_w, render_w/16*9), bgcolor=(1, 1, 1)) File "/opt/conda/lib/python3.8/site-packages/mayavi/tools/figure.py", line 69, in figure engine.new_scene(name=name, size=size) File "/opt/conda/lib/python3.8/site-packages/apptools/scripting/recordable.py",...
I've created a GUI in PyQT5 with two different types of animation, one is a 2D visualization that utilizes pyqtgraph and the other is a 3D visualization that uses mayavi....
I installed Mayavi and PyQt5 but the protein.py didn't run. I debugged it, and the solution is to change line 36 into: line = line.decode('ascii').split() Thanks and goodluck!
Hi, I am trying to run the example notebook https://github.com/enthought/mayavi/blob/master/examples/mayavi/mayavi_jupyter.ipynb But running the cells ``` mlab.init_notebook(backend='x3d', local=True) ``` ``` mlab.figure() Note the use of the figure here to create a...
For NumPy 2 compatibility, besides #1303 (yes it makes a difference because of the changed API), the tests and tools need to be adjusted as well.
when i want to **from mayavi import mlab**,it said TraitError: The '_vtk_obj' trait of an ExtractVOI instance must be a vtkObjectBase or None, but a value of (vtkmodules.vtkImagingCore.vtkExtractVOI)0x7f6841e31160 was specified.