Closed corscheid closed 6 years ago
Can you try using %matplotlib qt
and/or %gui qt
? It starts up an event loop that should also process the Mayavi events
Hi @larsoner
Running %matplotlib qt
from the Ipython console prevents the freeze. I also noticed that changing Spyder settings for IPython console Graphics backend from Inline
to Qt5
has the same effect as running %matplotlib qt
but it's persistent.
The buttons at the top of the plot window don't respond or do anything, but even so, at least the plot isn't unresponsive and I can drag the 3D image around and have a good look at it. Much appreciated!
Reopening as we should update our install docs to make a (better) note of these sorts of tweaks
Thanks @larsoner for your efforts and replies. My colleague @deepagupta would be happy to reply here in the event of further questions or discussion regarding documentation or related MNE functions or structures we are using.
It looks like we already have the suggestion of using %gui qt
in the dev docs so this can be closed
I followed the installation and setup tutorial given at: https://www.martinos.org/mne/stable/getting_started.html
Then I downloaded and tried to run this full example script given at: https://martinos.org/mne/stable/_downloads/plot_mne_dspm_source_localization.py
It runs to the end, but the five brain plots that pop up are instantly unresponsive.
Here is my sys_info() output:
There are no error messages given, which makes this much more difficult to debug. Any help would be much appreciated!