Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better defaults with raw plot #407

Open
danieltomasz opened this issue Feb 25, 2024 · 1 comment
Open

Better defaults with raw plot #407

danieltomasz opened this issue Feb 25, 2024 · 1 comment

Comments

@danieltomasz
Copy link

danieltomasz commented Feb 25, 2024

The PR #403 seems to fix the problem with canvas and raw_plot,
but since it is using under hood mne.viz.set_browser_backend('qt'), it would be great to have similar defaults as mne.viz.plot_raw(raw),

currently mnelab` is trying to show all channels with some non-default scaling, so with long HD-EEG it make it very hard to see what showing with eeg

Results from _ = mne.viz.plot_raw(raw)
image

Below mnelab
by default it is using data.plot(events=events, n_channels=258)
image

@cbrnr
Copy link
Owner

cbrnr commented May 14, 2024

Should we use a default of 20 channels as well? Maybe it would be nice to customize the default settings (like number of channels and time segment per page) as mentioned in #175?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants