mne-python

raw.plot() not plotting time series in eeg data


I am using mne to read my EEG data. When I am doing raw.plot(), I am getting an image of this type, rather than a time series. I am unable to interpret this. Please help.


Solution

  • You can see here: https://mne.discourse.group/t/plotting-eeg-data-too-big-and-scroll-does-not-work/2533. Had the same problem, and doing scalings='auto' actually helped. Hope it helps you too:)