@@ -1408,9 +1408,9 @@ def plot(self, *args, **kwargs):
1408
1408
def plot_date (self , x , y , fmt = 'o' , tz = None , xdate = True , ydate = False ,
1409
1409
** kwargs ):
1410
1410
"""
1411
- A plot with data that contains dates.
1412
-
1413
- Similar to the func : matplotlib.pyplot.plot command, except
1411
+ A plot with data that contains dates.
1412
+
1413
+ Similar to the : func:~ matplotlib.pyplot.plot command, except
1414
1414
the *x* or *y* (or both) data is considered to be dates, and the
1415
1415
axis is labeled accordingly.
1416
1416
@@ -1430,10 +1430,10 @@ class : matplotlib.dates.AutoDateFormatter (if the tick
1430
1430
class : matplotlib.dates.DateFormatter instance).
1431
1431
1432
1432
1433
- Parameters
1434
- ----------
1435
- fmt : string
1436
- The plot format string.
1433
+ Parameters
1434
+ ----------
1435
+ fmt : string
1436
+ The plot format string.
1437
1437
1438
1438
tz : [ *None* | timezone string | :class:`tzinfo` instance]
1439
1439
The time zone to use in labeling dates. If *None*, defaults to rc
@@ -1446,27 +1446,28 @@ class : matplotlib.dates.DateFormatter instance).
1446
1446
If *True*, the *y*-axis will be labeled with dates.
1447
1447
1448
1448
1449
- Returns
1450
- -------
1451
- lines
1449
+ Returns
1450
+ -------
1451
+ lines
1452
1452
1453
1453
1454
- See Also
1455
- --------
1456
- mod : matplotlib.dates for helper functions
1457
- func : matplotlib.dates.date2num
1458
- func : matplotlib.dates.num2date
1459
- func : matplotlib.dates.drange for help on creating the required floating point dates
1454
+ See Also
1455
+ --------
1456
+ mod : matplotlib.dates for helper functions
1457
+ :func:~matplotlib.dates.date2num
1458
+ :func:~matplotlib.dates.num2date
1459
+ :func:~matplotlib.dates.drange for help on creating the required
1460
+ floating point dates
1460
1461
1461
1462
1462
- Other Parameters
1463
- ----------------
1463
+ Other Parameters
1464
+ ----------------
1464
1465
kwargs : class : matplotlib.lines.Line2D properties : %(Line2D)s
1465
-
1466
1466
1467
- Examples
1468
- --------
1469
- .. plot:: mpl_examples/pylab_examples/date_demo1.py
1467
+
1468
+ Examples
1469
+ --------
1470
+ plot:: mpl_examples/pylab_examples/date_demo1.py
1470
1471
1471
1472
"""
1472
1473
0 commit comments