Copy-edit the transform tutorial.#31167
Merged
timhoffm merged 1 commit intomatplotlib:mainfrom Feb 17, 2026
Merged
Conversation
story645
reviewed
Feb 16, 2026
Comment on lines
+566
to
+569
| # For non-separable axes, such as PolarAxes, there are some more pieces to | ||
| # consider, in particular the projection transformation. The ``transData`` of | ||
| # `matplotlib.projections.polar.PolarAxes` is similar to that of | ||
| # the typical separable Axes, but includes some additional pieces:: |
Member
There was a problem hiding this comment.
Suggested change
| # For non-separable axes, such as PolarAxes, there are some more pieces to | |
| # consider, in particular the projection transformation. The ``transData`` of | |
| # `matplotlib.projections.polar.PolarAxes` is similar to that of | |
| # the typical separable Axes, but includes some additional pieces:: | |
| # For non-separable axes, there are some more pieces to | |
| # consider, in particular the projection transformation. For example, the ``transData`` of | |
| # `matplotlib.projections.polar.PolarAxes` includes :: |
trying to remove some of the overlap
Contributor
Author
There was a problem hiding this comment.
Thanks, included that with some additional editing.
Member
There was a problem hiding this comment.
uh I'm confused b/c all the overlaps still seem to be in the new version?
Contributor
Author
There was a problem hiding this comment.
Edited again; how does the new version look to you?
Member
There was a problem hiding this comment.
Got merged while I was sleeping but thanks for making the changes, much better!
story645
previously approved these changes
Feb 16, 2026
dstansby
approved these changes
Feb 17, 2026
timhoffm
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR summary
Closes #24499 (see in particular #24499 (comment)).
PR checklist