Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
rotate the tick labels. The last ``Axes`` formats the dates manually, using
`~.dates.DateFormatter` to format the dates using the format strings documented
at `datetime.date.strftime`.
.. redirect-from:: /gallery/text_labels_and_annotations/date
"""

import matplotlib.pyplot as plt
Expand Down
2 changes: 1 addition & 1 deletion galleries/users_explain/quick_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def my_plotter(ax, data1, data2, param_dict):

# %%
# For more information see the date examples
# (e.g. :doc:`/gallery/text_labels_and_annotations/date`)
# (e.g. :doc:`/gallery/ticks/date`)
#
# For strings, we get categorical plotting (see:
# :doc:`/gallery/lines_bars_and_markers/categorical_variables`).
Expand Down
2 changes: 1 addition & 1 deletion lib/matplotlib/dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

.. seealso::

- :doc:`/gallery/text_labels_and_annotations/date`
- :doc:`/gallery/ticks/date`
- :doc:`/gallery/ticks/date_concise_formatter`
- :doc:`/gallery/ticks/date_demo_convert`

Expand Down
Loading