Need help in plotting raw eeg signals using raw.plot()

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.

1 Like