-
I am trying to figure out how to plot a 3D Mayavi figure on a PySimpleGUI window.
Is this possible? As far as I know, Mayavi uses Tkinter and PySimpleGUI has a Tkinter version.
Thank you!
-
```
Python(x,y) 2.6.7 with Mayavi version 4.3.1 at windows 8.1(x64 platform)
and no additional plugins have been installed, Python(x,y) installed with
Default settings, Default path and Full compone…
-
# 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 m…
-
Myavi installation is not compatible with wxPython 4x (or any wxPython version available with Pip), returned error:
splash_screen = wx.SplashScreen(
AttributeError: 'module' object has no attribu…
-
The recent traitsui-7.3.0 release introduces something that was not present in earlier releases. See here: https://github.com/enthought/mayavi/actions/runs/1972206974
and compare this with https://g…
-
see fieldtrip ft_plot_dipole.m and ft_plot_slice.m
see their tuto at : http://www.fieldtriptoolbox.org/tutorial/natmeg/dipolefitting
EDIT:
Enhancements to `plot_dipole_mri_orthoview` (#3966):…
-
```
Python(x,y) 2.6.7 with Mayavi version 4.3.1 at windows 8.1(x64 platform)
and no additional plugins have been installed, Python(x,y) installed with
Default settings, Default path and Full compone…
-
https://docs.enthought.com/mayavi/mayavi/auto/example_offscreen.html#example-offscreen
https://docs.enthought.com/mayavi/mayavi/auto/example_glyph.html#example-glyph
https://docs.enthought.com/mayav…
-
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've create a [plotting module for SymPy](https://github.com/Davide-sd/sympy-plot-backends) which is also using Mayavi. I'd like for the users to be able to try the module without installing it, so I …