lina-usc / pylossless

🧠 EEG Processing pipeline that annotates continuous data
https://pylossless.readthedocs.io/en/latest/
MIT License
18 stars 8 forks source link

FIX: manually set n viewable channels #78

Closed scott-huberty closed 1 year ago

scott-huberty commented 1 year ago

Closes #77

Allows user to specify the number of channels to show in the plot of an instance of MNEVIsualizer, via the new API kwarg "show_n_channels", which has a default value of 20.

image