I am using mne-bids 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.
'auto' sets the scale to match the 99.5th percentile of the data. If that is not good enough, you can provide a scale yourself. See the docstring for argument scalingshere.
You can also use the +/- keys on your keyboard to adapt the scale interactively in the ploting window.
Also, it seems like the data is incorrectly scaled, because the plot shows 99070mV. I assume it is stored as Β΅V, but MNE expects signal to be in V. Therefore, you should multiply by 1e-6 after importing.