mayavi
mayavi copied to clipboard
3D visualization of scientific data in Python
The following code: ``` import os os.environ['ETS_TOOLKIT'] = 'qt6' import mayavi.mlab mayavi.mlab.test_plot3d() mayavi.mlab.show() quit() ``` leads to a crash, with the following error msg: ``` Traceback (most recent call last):...
With a fresh install of mayavi (git HEAD) using pip: ``` $ python Python 3.11.8 (main, Apr 8 2024, 11:45:04) [GCC 13.2.1 20240210] on linux Type "help", "copyright", "credits" or...
In a Python 3.12 virtual environment, the following test failures and warnings are discovered. The venv was setup using ``` python -m pip install -e .[app] python -m pip install...
``` ... test_mb_contour (mayavi.tests.test_composite_data.TestCompositeData.test_mb_contour) ... C:\Users\rahul\github\mayavi\mayavi\components\contour.py:222: DeprecationWarning: In the future, lists will no longer be accepted by the Tuple trait type. Lists should be converted to tuples prior to validation....
Release?
@prabhuramachandran now that NumPy [2.0.0rc1 is out](https://pypi.org/project/numpy/2.0.0rc1/) I think it's a good time to cut a release. Ideally it needs to be done in the next couple of weeks otherwise...
When running mayavi/examples/mayavi/interactive/lorenz_ui.py, ModuleNotFoundError: No module named 'traitsui.qt4.editor' will be raised. This is probably due to mayavi haven't adapted to the update of qt renaming in traitsui Replication: python3.11 mayavi/examples/mayavi/interactive/lorenz_ui.py...
I apologize for the quite dump question, but I believe this is an issue that people stumble upon recently, and I could not find any reliable answer so far. I...
Is there an easy solution to force the update of a Mayavi plot, e.g. after its source data is updated? Using mlab.animate() as suggested in the [documentation](https://mayavi.readthedocs.io/en/latest/mlab_animating.html#mlab-animating-data) works but is...
I'm trying to set up Jupyter Lab (4.0.11) environment for mayavi 4.8.1 on a remote server. First of all, I note that ```python %env QT_QPA_PLATFORM=offscreen ``` should be set before...
# Problem description Installation of the [Cadquery](https://cadquery.readthedocs.io/en/latest/index.html) Package through PIP breaks the import of Mayavi inside Python Scripts. ``` $ pip install mayavi $ pip install PyQt5 ``` works fine...