-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
need for rubberband in zoom tool #3475
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
Comments
|
Ok, that makes sense. |
That may work -- definitely worth experimentation. |
@fariza Closing this as the question got answered. I assume this will be replaced by a PR anyway if it works. Please ping to have re-opened if you disagree. |
This could be used to replace the |
Actually, what I ended up doing is using |
Working on MEP22, I have been trying to find the right place to put the
draw_rubberband
method. That is specific to each backend.One question arises:
What is the need for this method if we have
matplotlib.widgets.RectangleSelector
?For what I can see,
draw_rubberband
dates prior to 2004, andRectangleSelector
dates to 2005.Maybe, and this is just a wild guess, mpl keept the rubberband just because it was there before.
Is there any technical reason for the existence of both? what would be the problem of just getting rid of
rubberband
and usingRectangleSelector
The text was updated successfully, but these errors were encountered: