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 45f8ebc commit f21219bCopy full SHA for f21219b
examples/text_labels_and_annotations/demo_text_rotation_mode.py
@@ -17,6 +17,8 @@
17
the bounding box of the rotated text.
18
- ``rotation_mode='anchor'`` aligns the unrotated text and then rotates the
19
text around the point of alignment.
20
+
21
+.. redirect-from:: /gallery/text_labels_and_annotations/text_rotation
22
"""
23
24
import matplotlib.pyplot as plt
examples/text_labels_and_annotations/text_rotation.py
0 commit comments