Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 079f472

Browse files
authored
DOC: correct cross-reference names
1 parent d926cb0 commit 079f472

File tree

1 file changed

+1
-1
lines changed
  • examples/text_labels_and_annotations

1 file changed

+1
-1
lines changed

examples/text_labels_and_annotations/date.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
The registration process also sets the default tick ``locator`` and
1818
``formatter`` for the axis to be `~.matplotlib.dates.AutoDateLocator` and
1919
`~.matplotlib.dates.AutoDateFormatter`. These can be changed manually with
20-
`.axis.set_major_locator` and `.axis.set_major_formatter`; see for example
20+
`.Axis.set_major_locator` and `.Axis.set_major_formatter`; see for example
2121
:doc:`/gallery/ticks_and_spines/date_demo_convert`.
2222
2323
An alternative formatter is the `~.matplotlib.dates.ConciseDateFormatter`

0 commit comments

Comments
 (0)