I am trying to write an custom function for data visualisation that will behave differently depending on the backend in use.
I am setting my backend with mne.viz.set_browser_backend("qt")
(or matplotlib
).
When I try to retrive with backend = mne.get_config("MNE_BROWSER_BACKEND")
I am getting None
.
Retrieving only works with
mne.set_config("MNE_BROWSER_BACKEND", "qt")
print(mne.get_config("MNE_BROWSER_BACKEND"))
what is a difference between these two ways of setting the backend for plots? I didnt find anything in the documentation.
- MNE version: e.g. 1.7
- operating system: e.g. macOS 14