Without the “show = False”, this MNE figure pops up correctly.
However, I want it in a better format as this is going to be presented in my master’s thesis
The png figure is saved in folder, but when I open it it is just blank.
(This method, however, works for topomaps, maybe because they are shown directly in jupyter ide, and not via mne?)
Can anybody help me?
It’s going to be difficult to help you here. This is not what the data browser is designed to do. It’s an interactive browser, and based on the screenshot you provided, you are using the latest mne-qt-browser which provides a smoother experience. However, this browser is a Qt application, it’s not a matplotlib plot, thus plt.savefig will not work.
I think screenshots or a screen-capture might be your best bet.
EDIT: plt.savefig works for topomap because MNE returns a matplotlib Figure.