-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Select RadioButtons by closest in position. #13268
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
Conversation
Modify the selection criterion for RadioButtons so that the closest to the mouse click is activated.
Solves #13145 |
This causes a ValueError ( |
You're right! I've uploaded a change that should fix it. |
Thanks, and congratulations to your first contribution to matplotlib! Would be nice to see you back some time. |
:-) If I understand correctly, the change will be included in version 3.1. Do you know when it's going to be released? |
In about a month or so. |
Modify the selection criterion for RadioButtons so that the closest to the mouse click is activated.
PR Summary
PR Checklist