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

Skip to content

Commit ed10026

Browse files
authored
Merge pull request matplotlib#8864 from dstansby/plot_date-docstring
Fix method/class links in plot_date docstring
2 parents 6847119 + a626ada commit ed10026

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,15 +1456,15 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
14561456
14571457
Note if you are using custom date tickers and formatters, it
14581458
may be necessary to set the formatters/locators after the call
1459-
to meth:`plot_date` since meth:`plot_date` will set the
1459+
to :meth:`plot_date` since :meth:`plot_date` will set the
14601460
default tick locator to
1461-
class:`matplotlib.dates.AutoDateLocator` (if the tick
1461+
:class:`matplotlib.dates.AutoDateLocator` (if the tick
14621462
locator is not already set to a
1463-
class:`matplotlib.dates.DateLocator` instance) and the
1463+
:class:`matplotlib.dates.DateLocator` instance) and the
14641464
default tick formatter to
1465-
class:`matplotlib.dates.AutoDateFormatter` (if the tick
1465+
:class:`matplotlib.dates.AutoDateFormatter` (if the tick
14661466
formatter is not already set to a
1467-
class:`matplotlib.dates.DateFormatter` instance).
1467+
:class:`matplotlib.dates.DateFormatter` instance).
14681468
14691469
14701470
Parameters

0 commit comments

Comments
 (0)