You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had a similar issue with visualizing the N170 example data data:
The issue is not occurring when reverting eeg-notebooks back to the revision which is using seaborn v0.9.0 for line plotting - before develop was merged to master
ℹ Computer information
📝 Provide detailed reproduction steps (if any)
examples/visual_p300/01r__p300_viz.py
✔️ Expected result
I think is just changing order when concatenating lists in https://github.com/NeuroTechX/eeg-notebooks/blob/master/eegnb/analysis/utils.py#L307
Instead of:
could be something like:
legend = list(conditions.keys()) + ["{} - {}".format(diff_waveform[1], diff_waveform[0])]
❌ Actual result
📷 Screenshots
To check and identify wave forms and legend items, I compared with Alexandre's article in: http://alexandre.barachant.org/blog/2017/02/05/P300-with-muse.html
The text was updated successfully, but these errors were encountered: