Skip to content
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

Allow user to hover over a brain region and see the metadata. #26

Closed
adamltyson opened this issue Jun 8, 2023 · 2 comments · Fixed by #85
Closed

Allow user to hover over a brain region and see the metadata. #26

adamltyson opened this issue Jun 8, 2023 · 2 comments · Fixed by #85
Assignees
Labels
enhancement New feature or request

Comments

@adamltyson
Copy link
Member

This is currently implemented within brainreg-segment:

https://github.com/brainglobe/brainreg-segment/blob/a84d4b2fab53c256590b79d57beb1eac5810ef0f/brainreg_segment/segment.py#L91-L105

Ideally this would:

  1. use tooltips instead (Use tooltips to display region information rather than the help/menu bar brainglobe-segmentation#89)
  2. Be visible regardless of what layers are added/visible (as long as one is!), not just the annotations layer

I think for 1. the metadata would have to be added to the annotation layer itself

@adamltyson adamltyson added the enhancement New feature or request label Jun 8, 2023
@adamltyson
Copy link
Member Author

@alessandrofelder this is a feature that I've been asked for a lot. If it's not too much work, it would be great to have in the initial release.

@alessandrofelder
Copy link
Member

OK - added it to the first milestone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants