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

When running mayavi/examples/mayavi/mlab/simple_structured_grid.py, a TypeError: 'float' object cannot be interpreted as an integer will raise Replication: python mayavi/examples/mayavi/mlab/simple_structured_grid.py Link: https://github.com/enthought/mayavi/blob/master/examples/mayavi/mlab/simple_structured_grid.py Full trace: ``` (py311) (base) cyliu@aus552cyliu 3.11_test % python3.11 mayavi/examples/mayavi/mlab/simple_structured_grid.py...

when running mayavi/examples/mayavi/interactive/subclassing_mayavi_application.py an AttributeError: 'OrientationMarkerWidget' object has no attribute 'set_viewport' will rise, althought the window will show up properly Replication: python mayavi/examples/mayavi/interactive/subclassing_mayavi_application.py trace: ``` (py311) (base) cyliu@aus552cyliu mayavi %...

When running mayavi/examples/mayavi/interactive/mlab_visual.py, an AttributeError: module 'tvtk.tools.visual' has no attribute 'color' will raised. This is possibily due to the change of tvtk tool api python3.11 mayavi/examples/mayavi/interactive/mlab_visual.py link: https://github.com/enthought/mayavi/blob/master/examples/mayavi/interactive/mlab_visual.py Stacktrace: ```...

When running mayavi/examples/mayavi/advanced_visualization/mlab_3D_to_2D.py, a segmentation fault will rise replication: python mayavi/examples/mayavi/advanced_visualization/mlab_3D_to_2D.py full stack: ``` (py311) (base) cyliu@aus552cyliu mayavi % python3.11 -X faulthandler examples/mayavi/advanced_visualization/mlab_3D_to_2D.py 2023-05-11 15:03:53.645 Python[6519:159488] ApplePersistenceIgnoreState: Existing state will...

When running examples/mayavi/nongui.py, ERR| vtkImageData (0x7fc3a62804a0): No Scalar Field has been specified - assuming 1 component! will be raised Replication: ``` python mayavi/examples/mayavi/nongui.py ``` Full Stacktrace: ``` (py311) (base) cyliu@aus552cyliu...

****************************************************************************** WARNING: Imported VTK version (9.2) does not match the one used to build the TVTK classes (7.1). This may cause problems. Please rebuild TVTK. ****************************************************************************** Tried to install the...

I'm running Ubuntu 18.04 and have installed `mayavi2` via `apt install` I tried to run a simple script: ``` from mayavi import mlab mlab.figure() ``` However I keep running into...

**System:** Ubunutu 20.04 for Windows **Python:** 3.8 Using a virtual enviroment with following packages: ``` Package Version Editable project location ---------------------- -------- ------------------------------------- aiohttp 3.8.3 aiosignal 1.2.0 apptools 5.2.0 async-timeout...

Pyface 8 has just been released, and TraitsUI 8 will be released soon. These include some backward-incompatible changes that will likely impact Mayavi users. The most significant change in this...

Is there a branch that contains a working version of ScrubberEditor for QT? Or can someone give me and example of how to emulate this using the QT toolkit?