-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
MRG: Link brains with _LinkViewer and plot_linked_brains #7227
Merged
larsoner
merged 31 commits into
mne-tools:master
from
GuillaumeFavelier:time_viewer_plot_linked_brains
Jan 28, 2020
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
4000837
Build first prototype
GuillaumeFavelier e69cea5
Fix docstring
GuillaumeFavelier e9f2005
Synchronize the slider handle
GuillaumeFavelier 62e12a6
Add representation memory to IntSlider and ShowView
GuillaumeFavelier 4ffb901
Introduce SmartSlider
GuillaumeFavelier e8ea40f
Update time callback
GuillaumeFavelier dc51a27
Update orientation callback
GuillaumeFavelier c817c17
Change default name of the time slider
GuillaumeFavelier e26c53a
Update smoothing call
GuillaumeFavelier 0ca06ca
Update fmin/fmid/fmax callbacks
GuillaumeFavelier b7f2d51
Update fscale callback
GuillaumeFavelier ffab732
Improve performance for auto_scaling
GuillaumeFavelier 12b2e81
Merge branch 'master' into time_viewer_plot_linked_brains
GuillaumeFavelier 8b87a13
Use local _update_slider_callback
GuillaumeFavelier e27016c
Improve plot_linked_brains docstring
GuillaumeFavelier 7ff6eb9
Add plot_linked_brains to reference
GuillaumeFavelier 7028bce
Link play and playback speed
GuillaumeFavelier 0a2399e
Update docstring
GuillaumeFavelier ec9cbc1
Add plot_linked_brains to tests
GuillaumeFavelier 1bfd529
Add _LinkViewer to tests
GuillaumeFavelier 227e7b7
Rename plot_linked_brains into link_brains
GuillaumeFavelier 5d78f05
Remove local patch for normalized coordinate system
GuillaumeFavelier a5e068c
Fix double _TimeViewer wrapping
GuillaumeFavelier bb304fc
Fix issue with slider placement
GuillaumeFavelier 76e2e83
Fix UI inconsistency
GuillaumeFavelier 361d273
Change playback speed title to short version
GuillaumeFavelier ffbd9a7
Update latest and overview table
GuillaumeFavelier 8a74730
Merge branch 'master' into time_viewer_plot_linked_brains
GuillaumeFavelier d44e9c9
Fix name spelling
GuillaumeFavelier 612ac90
Merge branch 'master' into time_viewer_plot_linked_brains
GuillaumeFavelier 6d664d5
Implement reviews
GuillaumeFavelier 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
There are no files selected for viewing
This file contains 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to do a check that this function requires pyvista backend?