@@ -1456,15 +1456,15 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
1456
1456
1457
1457
Note if you are using custom date tickers and formatters, it
1458
1458
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
1460
1460
default tick locator to
1461
- class:`matplotlib.dates.AutoDateLocator` (if the tick
1461
+ : class:`matplotlib.dates.AutoDateLocator` (if the tick
1462
1462
locator is not already set to a
1463
- class:`matplotlib.dates.DateLocator` instance) and the
1463
+ : class:`matplotlib.dates.DateLocator` instance) and the
1464
1464
default tick formatter to
1465
- class:`matplotlib.dates.AutoDateFormatter` (if the tick
1465
+ : class:`matplotlib.dates.AutoDateFormatter` (if the tick
1466
1466
formatter is not already set to a
1467
- class:`matplotlib.dates.DateFormatter` instance).
1467
+ : class:`matplotlib.dates.DateFormatter` instance).
1468
1468
1469
1469
1470
1470
Parameters