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.
2 parents c7894e5 + 3e78938 commit ad320c2Copy full SHA for ad320c2
examples/text_labels_and_annotations/demo_text_rotation_mode.py
@@ -13,9 +13,9 @@
13
``horizontalalignment``, ``verticalalignment`` and ``rotation_mode``.
14
``rotation_mode`` determines the order of rotation and alignment:
15
16
-- ``roation_mode='default'`` (or None) first rotates the text and then aligns
+- ``rotation_mode='default'`` (or None) first rotates the text and then aligns
17
the bounding box of the rotated text.
18
-- ``roation_mode='anchor'`` aligns the unrotated text and then rotates the
+- ``rotation_mode='anchor'`` aligns the unrotated text and then rotates the
19
text around the point of alignment.
20
21
"""
0 commit comments