-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FIX: cancel pending autoscale on manually setting limits #17408
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
#17331 says that |
Not, sure will look at that tomorrow. |
15748b2
to
2f41868
Compare
The It is orthogonal to the bug, but I added a test for it while we are thinking about it (and added a symmetrical test of set_xlim) |
I think you need to do the same for the set_zlim() for mplot3d? (or maybe it is taken care of through inheritance?) |
The zlim does not participate in the lazy view lim setting 🤷♂️ so it was unaffected by this bug. |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
…ly setting limits
…3.2.x Backport PR #17408 on branch v3.2.x
closes #17331
PR Summary
Applies patch suggested by @anntzer in #17331 (comment)
PR Checklist