-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Implement picks
argument to Raw.plot()
#12467
Conversation
Hello! 👋 Thanks for opening your first pull request here! ❤️ We will try to get back to you soon. 🚴 |
for more information, see https://pre-commit.ci
I think https://anaconda.org/scientific-python-nightly-wheels/ is experiencing some hick-ups, as nothing from |
Ah, it's a known problem numpy/numpy#25907 |
@ivopascal Please retrigger the CI given numpy/numpy#25907 (comment). |
We will once numpy/numpy#25907 (comment) is fixed :) |
Co-authored-by: Richard Höchenberger <[email protected]>
🎉 Congrats on merging your first pull request! 🥳 Looking forward to seeing more from you in the future! 💪 |
* upstream/main: fix prefilter management for EDF/BDF (mne-tools#12441) [pre-commit.ci] pre-commit autoupdate (mne-tools#12541) ENH: Allow removal of (up to two) bad marker coils in read_raw_kit() (mne-tools#12394) Implement `picks` argument to `Raw.plot()` (mne-tools#12467) Add Meggie under Related Software documentation (mne-tools#12540)
Implements #12355
An arguments
picks
is added toRaw.plot()
to offer it the same functionality asEpochs.plot()
andEvoked.plot()
.Picks selects a subset of channels to be visualised, but ignores the order of them.
order=
does specify the sequence. Any interactions are resolved in the same way asEpochs.plot()
.