-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
ENH: support x/y-axis zoom #30543
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
ENH: support x/y-axis zoom #30543
Conversation
timhoffm
left a comment
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.
Overall, I think this is the right approach, but let's see where the discussion in #30541 lsands.
"X" would be generated by "Shift+x" Co-authored-by: Tim Hoffmann <[email protected]>
"X" would be generated by "Shift+x" Co-authored-by: Tim Hoffmann <[email protected]>
|
Thanks! @timhoffm |
|
I noticed that some new CI checks are now failing.
I was wondering if this is an expected outcome, or if there's something new I need to adjust on my end? Any guidance would be much appreciated! |
|
The stubtest failure is unrelated to this PR. - Likely a change in mypy, which recently released v1.18 - That can be handled independently (opened #30551 for that). |
PR summary
Closes #30541
Ctrl+Wheelzoom with fixed axes ratioy+Wheelzoom yx+Wheelzoom xPR checklist