-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
ENH: Add TimeChange behaviour to plot_evoked #14025
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
Open
Gnefil
wants to merge
22
commits into
mne-tools:main
Choose a base branch
from
Gnefil:plot-evoked-timechange
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+140
−16
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
549b776
ENH: add vertical marker in plot evoked that listens to timechange
Gnefil 6a8101a
ENH: Implement test for plot evoked timechange subscriber
Gnefil b0d9e29
ENH: Document timechange listening behaviour
Gnefil 41933f5
ENH: include non-selectable channels and improve logic
Gnefil 6029f36
BUG: Fix empty click after span select bug
Gnefil f8b7524
ENH: add publish timechange behaviour to plot_evoked
Gnefil d695aa3
BUG: Fix spatial colors not defaulted to auto bug
Gnefil dfb08a1
BUG: Add comments for the fix
Gnefil d7d09cc
ENH: Fix publish only when click is in axes
Gnefil 5a216cd
ENH: Test implemented functions and pass
Gnefil c9ec1f9
ENH: Document publish behaviour in figure too
Gnefil 7d1dd9e
ENH: Add changelogs
Gnefil 8c6f9db
ENH: Swap the order of docstring sections
Gnefil fb2acc9
ENH: Improve code style
Gnefil 2d82e6c
Update doc/changes/dev/14025.bugfix.rst
Gnefil 255d956
ENH: Add hover effect for time selection
Gnefil 14e5de9
ENH: Remove existing channel pick behaviour and implement hover for c…
Gnefil e2c46d8
FIX: Add back butterfly auxiliary functions because mne.viz.ica._plot…
Gnefil 93cfdfd
FIX: Clear path effect on hover release
Gnefil 991f13f
ENH: Add test to validate hover and press behaviour
Gnefil 9cf4faa
DOC: Update changelog
Gnefil 2d01105
Improve test accuracy and simplicity
Gnefil File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| Fix ``spatial_colors`` is not ``"auto"`` as described by docstring in :func:`mne.viz.plot_evoked`. | ||
| Fix empty topomap created when clicking after time range selection in :func:`mne.viz.plot_evoked`, by `Lifeng Qiu Lin`_. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Add ``TimeChange`` behaviour for :func:`mne.viz.plot_evoked`, where vertical time cursor is previewed on hover and marked on click. Also change previous channel names pop-up on click to on hover, by `Lifeng Qiu Lin`_. |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.