FIX: force blended transforms with data to be in data space#17017
FIX: force blended transforms with data to be in data space#17017jklymak merged 2 commits intomatplotlib:masterfrom
Conversation
593e41f to
bceaab2
Compare
|
I think the correct thing is "just" to autoscale only along dimensions that contains_branch_separately(transData), but not others? Not saying it's so easy :/ |
anntzer
left a comment
There was a problem hiding this comment.
Basic approach lgtm, perhaps needs to be noted in whatsnew?
|
Not sure this needs a whats_new as it is fixing a regression. |
tacaswell
left a comment
There was a problem hiding this comment.
Anyone can merge on CI green.
bceaab2 to
ba075b1
Compare
|
Fixed typos in commit messages, otherwise same PR as approved |
|
I'll self merge to hopefully make it easier for @moorepants to check if it also fixes #17004 |
|
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. |
FIX: force blended transforms with data to be in data space
FIX: force blended transforms with data to be in data space
Merge pull request #17017 from jklymak/fix-blended-transform
PR Summary
Closes #17016
(Maybe?)
This is a very naive approach. Needs tests so we don't break it again. Not sure what the correct thing to do for blended transforms is
Now returns
PR Checklist