Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbd641 commit 85e424fCopy full SHA for 85e424f
1 file changed
tutorials/advanced/transforms_tutorial.py
@@ -567,8 +567,9 @@
567
# the typical separable matplotlib Axes, with one additional piece
568
# ``transProjection``::
569
#
570
-# self.transData = self.transScale + self.transProjection + \
571
-# (self.transProjectionAffine + self.transAxes)
+# self.transData = (
+# self.transScale + self.transShift + self.transProjection +
572
+# (self.transProjectionAffine + self.transWedge + self.transAxes))
573
574
# ``transProjection`` handles the projection from the space,
575
# e.g., latitude and longitude for map data, or radius and theta for polar
0 commit comments