lina-usc / pylossless

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

Allow user to control number of channels to plot in an instance of MNEVisualizer #77

Closed scott-huberty closed 1 year ago

scott-huberty commented 1 year ago

Currently, we hard code the number of viewable channels in an instance of MNEVisualizer to be 20.

I've hit a use case where I would like to manually specify the number of channels to plot: an eyetracking file, where I only have 3 channels

image

I will open a PR.