Add hover to add_annotation#13931
Merged
Merged
Conversation
drammock
approved these changes
Jun 1, 2026
Comment on lines
+2939
to
+2940
| hover : bool | ||
| If True, show annotation labels on hover. |
Member
There was a problem hiding this comment.
do we (someday) want to provide other info on hover, besides the label name? e.g, value of the plotted STC at the hovered vertex, or MNI coords, or...
If so, we should consider whether setting up this param as a boolean is the most forward-looking choice.
Member
Author
There was a problem hiding this comment.
Hmm... probably not for add_annotation (here). Something like Brain itself, or add_data might want per-vertex hover support, which we would add with a different kwarg elsewhere I think
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.
Implemented something I've wanted for a while, hover support for printing label names:
Screencast.From.2026-05-28.14-22-14.mp4
Along the way:
_read_annotcode, we should usenibabelfor this(labels, ctab)asannotinadd_annotation. I strongly suspect it wasn't really used in practice, and wasn't tested, so I think it's safe enough.