kylemath / mne-python

MNE : Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
http://mne.tools
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Simple tutorial #20

Closed kuziekj closed 4 years ago

kuziekj commented 4 years ago

A start to simplifying the tutorial, with less plots and AC data plotted separately from phase data. Producing more than 20 plots results in matplotlib returning a runtime warning, causing the CI tests to fail. Only 18 plots are created throughout the whole tutorial, although perhaps this can be further reduced.

kylemath commented 4 years ago
Screen Shot 2020-06-22 at 11 37 09 PM

I don't this this difference is correct, I think we want to compare oxy and deoxy for each event and then compute teh differences between them, and compare them between events

kylemath commented 4 years ago

looks really good jon, well done!

kuziekj commented 4 years ago

Okay, so plot oxy and deoxy for event 1 (first plot) and event 2 (second plot) along with the difference? Then a third plot showing the difference between oxy and deoxy for both events (something like a plot with two green lines)? I'll work on those changes, but I'll merge first so we can see how the tests go.