mayavi
mayavi copied to clipboard
3D visualization of scientific data in Python
Hello, I want to use mayavi to show the three-dimensional (x,y,z) cords? But I don't find the api of the mayavi have the function of showing three-dimensional (x,y,z) cords. I...
After something updated (I don't know exactly what), mayavi has started breaking the [continuous integration for my package](https://github.com/Sbozzolo/kuibit/actions/runs/3132102346/jobs/5084107473). I tracked this down and I think that the reason is that...
I am trying to visualize points which are sized based on one quantity and colored based on another. Following the suggestions in the documentation I was able to achieve this,...
Hello, when I try to store an integer array in tvtk.TypeInt8Array I get an error from tvtk. Running following code ’’’ import numpy as np from tvtk.api import tvtk gl...
Dear Everyone, when saving a 3D surface as a wireframe the output file is a surface (or mesh2) in both Pov-ray and vrml formats, but I'd really like it to...
Locally, I found that opacity is not rendered properly unless you set `s.scene.renderer.use_depth_peeling = True` as per this issue: https://github.com/enthought/mayavi/issues/574 I am now running on a headless server using `Xvfb`...
Hello i tried to make instalation inside virtualenv with python 3.6.7, Here the steps i made: `pip install mayavi` - success `pip install PyQt5` - success `pip install pysurfer` -...
When setting `QVTKRWIBase = "QGLWidget"` in `vtkmodules/qt/__init__.py` to work around rendering glitches, no graphics are being shown and the following error is generated: ``` QPainter::begin: Paint device returned engine ==...
I'm using Mayavi in Jupiter notebook on macOS, and just found that, when using the screenshot function, the results are the same whether the antialiased option is on or not:...
For the following snippet the camera view does not show a consistent behavior: ``` import numpy as np from mayavi.mlab import quiver3d from mayavi import mlab x, y, z =...