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

Hi, I have a scalar 3D cube where I want to add opacity to some slices but it is not possible with volume_slice and image plane widget. The only current...

Environment: ``` os:Ubuntu 22.04 conda: 22.9.0 python: 3.9.13 ``` when I planned to install mayavi by conda, it was sticked there: ![image](https://user-images.githubusercontent.com/45555611/205210190-33d0c60d-69fb-4452-996d-1a357d46b6f3.png) What's the problem, and how to resolve it?

hello, i find a main error when running based on mayavi: ``` ImportError: Could not import backend for traitsui. Make sure you have a suitable UI toolkit like PyQt/PySide or...

Collecting configobj Using cached configobj-5.0.6.tar.gz (33 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines of...

I've been using Mayavi with great success until I moved to a new M1 MacBook. I installed Mayavi through Enthought and am running: Python 2.7.15 |Enthought, Inc. (x86_64)| (default, Jun...

Hi. I wanted to plot 3D ellipsoids with Mayavi. I got the following script ``` from enthought.mayavi.api import Engine from enthought.mayavi.sources.api import ParametricSurface from enthought.mayavi.modules.api import Surface from enthought.mayavi import...

OS Info: Operating System: Manjaro Linux KDE Plasma Version: 5.26.2 KDE Frameworks Version: 5.99.0 Qt Version: 5.15.6 Kernel Version: 5.15.76-1-MANJARO (64-bit) Graphics Platform: X11 Python version: 3.9.15 mayavi version: 4.8.1...

```4.8.1``` build prints these errors/warnings: ``` WARN: CCompilerOpt.dist_test[630] : CCompilerOpt._dist_test_spawn[764] : Command (cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -fPIC -I/usr/local/include/python3.9 -c...

I installed mayavi 4.7.2 , vtk 9, python 3.6, pyqt5. The mayavi aplication is opening but when i enable python view in the others option of the View menu, the...

Current version of class constructor `(tvtk.visual.MVector): ```python class MVector(numpy.ndarray): """MVector class gives many of the functionalities given by Vector of VPython""" def __new__(subtype, x = 0.0, y = 0.0, z...

bug