Fixed not being able to set vertical/horizontal alignments in polar graphs#10792
Conversation
|
I believe this pull request is what caused this regression. |
|
Would love to see this simple patch backported to |
|
@charlesruan @pbregener is this fix live? If so, how can I take advantage of the changes? |
|
This MR is not merged, yet, so it's not "live" in the sense that it is part of any release or even current master. I guess the 5 commits should be squashed into one with a sensible commit message and then some maintainer should review and eventually merge it. |
|
There is also this regression on polar plots: #10882 |
phobson
left a comment
There was a problem hiding this comment.
Thanks for the PR. It looks like this works as expected.
|
PRs need two reviews. This looks reasonable, but it would be nice to know what PR the regression came in from and whether this was just an oversight or a design decision. |
|
Thanks. ping @QuLogic who is the local polar expert. |
|
If this really is a regression, it should probably be milestoned for v2.2.3 |
|
Its a 2.1 regression. Not sure on the policy there. |
|
It is a regression and as mentioned above, I would love to see this in Not sure about how matplotlib usually handles this, but I guess it would be nice to squash the five commits for this fairly trivial change into one @charlesruan |
|
@tacaswell said:
This would seem to fit. |
…raphs to have the correct alignments set.
965e5d9 to
ad70feb
Compare
|
Commits have been squashed |
…lignments in polar graphs
|
@charlesruan thanks so much for this PR and your patience with the process! |
Backport PR #10792 on branch v2.2.x
PR Summary
Previously polar graphs could not have their vertical/horizontal alignments set by set_rgrids(), this fix should re-enable this functionality.
Issue #10105
PR Checklist