-
Notifications
You must be signed in to change notification settings - Fork 39
WIP: Initial addition of components for point select #477
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
base: main
Are you sure you want to change the base?
Conversation
329ba87
to
0b92596
Compare
1e44044
to
645b37a
Compare
ed6b276
to
155cdf0
Compare
351fb13
to
3e79f90
Compare
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.
This seems like it's on the right track for bqplot, but I think maybe it would be easiest to focus on just the bqplot changes here and not do the ipyvolume for now, as that's going to be more challenging to do. If the matplotlib one works, it might also be easier to split out into its own PR?
@@ -6,6 +6,7 @@ | |||
from bqplot.interacts import BrushSelector, BrushIntervalSelector | |||
from bqplot_image_gl.interacts import BrushEllipseSelector | |||
from glue import __version__ as glue_version | |||
from glue.core.edit_subset_mode import ReplaceMode |
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.
Is this needed?
No description provided.