We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c614a7c commit 68e1b31Copy full SHA for 68e1b31
1 file changed
galleries/examples/ticks/date.py
@@ -20,6 +20,8 @@
20
rotate the tick labels. The last ``Axes`` formats the dates manually, using
21
`~.dates.DateFormatter` to format the dates using the format strings documented
22
at `datetime.date.strftime`.
23
+
24
+.. redirect-from:: /gallery/text_labels_and_annotations/date
25
"""
26
27
import matplotlib.pyplot as plt
0 commit comments