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 b3d7575 commit 744aedaCopy full SHA for 744aeda
examples/tutorials/basics/text.py
@@ -82,7 +82,7 @@
82
# Plot text labels at the x and y positions of the markers while varying the anchor
83
# point via the justify parameter
84
fig.text(x=-0.5, y=0.5, text="TL", justify="TL") # TopLeft
85
-fig.text(x=0, y=0.5, text="TM", justify="TC") # TopCenter
+fig.text(x=0, y=0.5, text="TC", justify="TC") # TopCenter
86
fig.text(x=0.5, y=0.5, text="TR", justify="TR") # TopRight
87
fig.text(x=-0.5, y=0, text="ML", justify="ML") # MiddleLeft
88
fig.text(x=0, y=0, text="MC", justify="MC") # MiddleCenter
0 commit comments