Category "mne-python"

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