Implement picks argument to Raw.plot()#12467
Merged
larsoner merged 21 commits intomne-tools:mainfrom Apr 15, 2024
Merged
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
Contributor
Author
|
I think https://anaconda.org/scientific-python-nightly-wheels/ is experiencing some hick-ups, as nothing from |
Contributor
Author
|
Ah, it's a known problem numpy/numpy#25907 |
|
@ivopascal Please retrigger the CI given numpy/numpy#25907 (comment). |
Member
|
We will once numpy/numpy#25907 (comment) is fixed :) |
Co-authored-by: Richard Höchenberger <richard.hoechenberger@gmail.com>
larsoner
reviewed
Apr 15, 2024
larsoner
reviewed
Apr 15, 2024
|
🎉 Congrats on merging your first pull request! 🥳 Looking forward to seeing more from you in the future! 💪 |
larsoner
added a commit
to larsoner/mne-python
that referenced
this pull request
Apr 16, 2024
* 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements #12355
An arguments
picksis 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().