FIX: cancel pending autoscale on manually setting limits#17408
FIX: cancel pending autoscale on manually setting limits#17408WeatherGod merged 1 commit intomatplotlib:masterfrom
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