@@ -1416,7 +1416,7 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
1416
1416
"""
1417
1417
A plot with data that contains dates.
1418
1418
1419
- Similar to the :func:~matplotlib.pyplot.plot command, except
1419
+ Similar to the :func:` ~matplotlib.pyplot.plot` command, except
1420
1420
the *x* or *y* (or both) data is considered to be dates, and the
1421
1421
axis is labeled accordingly.
1422
1422
@@ -1425,15 +1425,15 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
1425
1425
1426
1426
Note if you are using custom date tickers and formatters, it
1427
1427
may be necessary to set the formatters/locators after the call
1428
- to meth : plot_date since meth : plot_date will set the
1428
+ to meth:` plot_date` since meth:` plot_date` will set the
1429
1429
default tick locator to
1430
- class : matplotlib.dates.AutoDateLocator (if the tick
1430
+ class:` matplotlib.dates.AutoDateLocator` (if the tick
1431
1431
locator is not already set to a
1432
- class : matplotlib.dates.DateLocator instance) and the
1432
+ class:` matplotlib.dates.DateLocator` instance) and the
1433
1433
default tick formatter to
1434
- class : matplotlib.dates.AutoDateFormatter (if the tick
1434
+ class:` matplotlib.dates.AutoDateFormatter` (if the tick
1435
1435
formatter is not already set to a
1436
- class : matplotlib.dates.DateFormatter instance).
1436
+ class:` matplotlib.dates.DateFormatter` instance).
1437
1437
1438
1438
1439
1439
Parameters
@@ -1468,7 +1468,8 @@ class : matplotlib.dates.DateFormatter instance).
1468
1468
1469
1469
Other Parameters
1470
1470
----------------
1471
- kwargs : class : matplotlib.lines.Line2D properties : %(Line2D)s
1471
+ kwargs : class : matplotlib.lines.Line2D
1472
+ properties : %(Line2D)s
1472
1473
1473
1474
1474
1475
Examples
0 commit comments