Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commited10026

Browse files
authored
Merge pull request#8864 from dstansby/plot_date-docstring
Fix method/class links in plot_date docstring
2 parents6847119 +a626ada commited10026

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)

[8]ページ先頭

©2009-2025 Movatter.jp