Skip to content

Commit 7f7dfc9

Browse files
authored
Merge pull request #24580 from saranti/update-doc
Update the polar transform information in doc #24499
2 parents a1cc739 + 85e424f commit 7f7dfc9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tutorials/advanced/transforms_tutorial.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,9 @@
567567
# the typical separable matplotlib Axes, with one additional piece
568568
# ``transProjection``::
569569
#
570-
# self.transData = self.transScale + self.transProjection + \
571-
# (self.transProjectionAffine + self.transAxes)
570+
# self.transData = (
571+
# self.transScale + self.transShift + self.transProjection +
572+
# (self.transProjectionAffine + self.transWedge + self.transAxes))
572573
#
573574
# ``transProjection`` handles the projection from the space,
574575
# e.g., latitude and longitude for map data, or radius and theta for polar

0 commit comments

Comments
 (0)