Category "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.

How to read edf data in Python 3

How can I read edf data using Python? I want to analyze data of a edf file, but I cannot read it using pyEDFlib. It threw the error OSError: The file is discont

Matplotlib: Adding axhline to subplot within Figure object

I need to find a way how to reference axes within matplotlib.figure.Figure object in order to add axhline(s) to one of the plots. I am using a plot_joint from t