Hello everyone,
I am using mne stable version (v1.2) and i am able to load the EEG raw data in edf format.
I want to add annotations to the raw data interactively.
fig = raw.plot(duration=10, n_channels=20, block=True, color=βblueβ)
fig.fake_keypress(βaβ)
The plot is shown without errors but I am getting the graphical interface of previous versions and it does not show the UI of the current version that I am using.
In the documentation of the stable version the functions are based on buttons, but I canβt find how to change the interface.
Any idea what could be happends?
Thank you.