mayavi
mayavi copied to clipboard
3D visualization of scientific data in Python
When using traits to make an interactive barchart, the 's' input to the barchart function does not update upon changing a trait in the ui; I have put together a...
1. Added requirements files 2. This is mac os based requirements files
## Summary - Fixed precision issue in `test_builtin_surface.py` by explicitly setting `radius` and updating traits. - Fixed dataset reset issue in `test_mlab_source.py` by forcing `update_traits()` before verification. - Verified against...
I have been trying for 20 hours to get this to install and it simply does not install. I don't understand how it is possible to stop working after using...
Import NeuralProphet is throwing no module name 'importlib_resources' issue ``` from neuralprophet import NeuralProphet File "/usr/local/lib/python3.9/dist-packages/neuralprophet/__init__.py", line 4, in import pytorch_lightning as pl File "/usr/local/lib/python3.9/dist-packages/pytorch_lightning/__init__.py", line 27, in from pytorch_lightning.callbacks...
Traceback (most recent call last): File "E:\pythonProject\BMErace\3d 分割图.py", line 19, in mlab.figure(bgcolor=(1, 1, 1)) File "E:\miniconda\lib\site-packages\mayavi\tools\figure.py", line 69, in figure engine.new_scene(name=name, size=size) File "E:\miniconda\lib\site-packages\apptools\scripting\recordable.py", line 48, in _wrapper result =...
Using [this](https://github.com/enthought/mayavi/issues/1333) suggestion, and installing `numpy` version 1.26.4, I still cannot run demo. System: ``` $ cat /etc/lsb-release DISTRIB_ID=Pop DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Pop!_OS 22.04 LTS" ``` venv: ``` ~/projects/TEST/PY-MayAvi$ pip freeze...
Building against vtk-9.4.0 via macports results in, ``` Building TVTK classes... Fatal Python error: Segmentation fault ``` Full build log attached. Looks similar to #1209. Has anyone else built Mayavi...
When building mayavi in a Docker environment (clean venv) I get a notification ``` WARNING: Imported VTK version (9.2) does not match the one used to build the TVTK classes...
Hello, The Mayavi button in the interface allows one to dump the current view, with user-settable magnification, to an image file. How can my code retrieve the full path to...