Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit05379ab

Browse files
authored
Merge pull request#24594 from meeseeksmachine/auto-backport-of-pr-24580-on-v3.6.2-doc
Backport PR#24580 on branch v3.6.2-doc (Update the polar transform information in doc#24499)
2 parents1d89aa8 +079e8b7 commit05379ab

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)

[8]ページ先頭

©2009-2025 Movatter.jp