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

Recommend installing [codespell](https://github.com/codespell-project/codespell) `pip install --upgrade git+https://github.com/codespell-project/codespell.git` and running `codespell -q 3 -S "*.pdf,*.vtu"` I would be happy to submit a PR with typo fixes if there is interest?

**Env:** OS is Sisyphus-KWorkstation-10.1-x86-64 with KDE Frameworks 5.107.0 **Product Version:** Mayavi-4.8.1 **Steps to reproduce:** 1. Launch Mayavi. 2. Focus on the runnung program icon. **Observed result:** Low quality of icon....

**Env:** OS is Sisyphus-KWorkstation-10.1-x86-64 with KDE Frameworks 5.107.0 **Product Version:** Mayavi-4.8.1 **Steps to reproduce:** 1. Launch Mayavi 2. Add Data Source -> Create a parametric surface source -> Add module...

**Env:** OS is Sisyphus-KWorkstation-10.1-x86-64 with KDE Frameworks 5.107.0 **Product Version:** Mayavi-4.8.1 **Steps to reproduce:** 1. Launch Mayavi 2. File -> Run python script -> Open boy.py (attached) 3. Colors and...

**Env:** OS is Sisyphus-KWorkstation-10.1-x86-64 with KDE Frameworks 5.107.0 **Product Version:** Mayavi-4.8.1 **Steps to reproduce:** 1) Launch Mayavi 2) File -> Run python script -> Open boy.py (attached) 3) Colors and...

![image](https://github.com/enthought/mayavi/assets/17745311/8b3e147d-233b-4e8a-86ff-eb93edbf5e22) As the picture shows, my MayaVi screen has a big black border. If I select the option `Off screen rendering`, the whole dialog window becomes totally black, Then I...

Qt5 is now used. Qt5 has been long retired. ``` /usr/ports/graphics/py-mayavi/work-py39/stage/usr/local/lib/python3.9/site-packages/tvtk/pyface/ui/qt4/scene_editor.py:16: FutureWarning: The traitsui.qt4.* modules have moved to traitsui.qt.*. Applications which require backwards compatibility can either: - set the ETS_QT4_IMPORTS...

I am trying to use Mayavi with trait to build an application. However the on_mouse_pick function always give me wrong position and it cannot obtain the object I clicked on...

Hola a todos he creado una aplicación con Mayavi y quiero convertirla en un ejecutable . exe y me genera un error de tras del otro y no logro solucionarlo...

`TestArrayHandler.test_array2vtk` fails on aarch64: ``` [ 105s] =================================== FAILURES =================================== [ 105s] _______________________ TestArrayHandler.test_array2vtk ________________________ [ 105s] ../../BUILDROOT/mayavi-4.8.1-1.1.aarch64/usr/lib64/python3.10/site-packages/tvtk/tests/test_array_handler.py:95: in test_array2vtk [ 105s] self._check_arrays(z, vtk_arr) [ 105s] ../../BUILDROOT/mayavi-4.8.1-1.1.aarch64/usr/lib64/python3.10/site-packages/tvtk/tests/test_array_handler.py:48: in _check_arrays [...