8000
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 d926cb0 commit 079f472Copy full SHA for 079f472
examples/text_labels_and_annotations/date.py
@@ -17,7 +17,7 @@
17
The registration process also sets the default tick ``locator`` and
18
``formatter`` for the axis to be `~.matplotlib.dates.AutoDateLocator` and
19
`~.matplotlib.dates.AutoDateFormatter`. These can be changed manually with
20
-`.axis.set_major_locator` and `.axis.set_major_formatter`; see for example
+`.Axis.set_major_locator` and `.Axis.set_major_formatter`; see for example
21
:doc:`/gallery/ticks_and_spines/date_demo_convert`.
22
23
An alternative formatter is the `~.matplotlib.dates.ConciseDateFormatter`
0 commit comments