-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Respect vertical_axis when rotating plot interactively #28039
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
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.
Looks good to me, thanks for catching this! Not sure if a bugfix warrants a what's new, but not a big deal either way.
Bug fixes usually do not get a "What's new", so if you remove that I'd be happy to merge this. Thanks! (Edit: as this was introduced in 3.8, I suggest to backport to 3.9. |
You'll have to rebase squash your commits to pass the PR cleanliness check, but I think the other CI failures are unrelated. |
I don't know how to do that. |
That works as well! We need a second maintainer to approve the PR before it can be merged, but I or them can squash merge it. |
…t interactively
…039-on-v3.9.x Backport PR #28039 on branch v3.9.x (Respect vertical_axis when rotating plot interactively)
PR summary
In #25821
view_init
was added inax._on_move
without all the arguments. This meant that the initial plot looked as intended withvertical_axis="x"
, but once the plot was rotated interactively thevertical_axis
was reset back to the default position.PR checklist