@@ -1414,9 +1414,9 @@ def plot(self, *args, **kwargs):
1414
1414
def plot_date (self , x , y , fmt = 'o' , tz = None , xdate = True , ydate = False ,
1415
1415
** kwargs ):
1416
1416
"""
1417
- A plot with data that contains dates.
1418
-
1419
- Similar to the func : matplotlib.pyplot.plot command, except
1417
+ A plot with data that contains dates.
1418
+
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
@@ -1436,10 +1436,10 @@ class : matplotlib.dates.AutoDateFormatter (if the tick
1436
1436
class : matplotlib.dates.DateFormatter instance).
1437
1437
1438
1438
1439
- Parameters
1440
- ----------
1441
- fmt : string
1442
- The plot format string.
1439
+ Parameters
1440
+ ----------
1441
+ fmt : string
1442
+ The plot format string.
1443
1443
1444
1444
tz : [ *None* | timezone string | :class:`tzinfo` instance]
1445
1445
The time zone to use in labeling dates. If *None*, defaults to rc
@@ -1452,27 +1452,28 @@ class : matplotlib.dates.DateFormatter instance).
1452
1452
If *True*, the *y*-axis will be labeled with dates.
1453
1453
1454
1454
1455
- Returns
1456
- -------
1457
- lines
1455
+ Returns
1456
+ -------
1457
+ lines
1458
1458
1459
1459
1460
- See Also
1461
- --------
1462
- mod : matplotlib.dates for helper functions
1463
- func : matplotlib.dates.date2num
1464
- func : matplotlib.dates.num2date
1465
- func : matplotlib.dates.drange for help on creating the required floating point dates
1460
+ See Also
1461
+ --------
1462
+ mod : matplotlib.dates for helper functions
1463
+ :func:~matplotlib.dates.date2num
1464
+ :func:~matplotlib.dates.num2date
1465
+ :func:~matplotlib.dates.drange for help on creating the required
1466
+ floating point dates
1466
1467
1467
1468
1468
- Other Parameters
1469
- ----------------
1469
+ Other Parameters
1470
+ ----------------
1470
1471
kwargs : class : matplotlib.lines.Line2D properties : %(Line2D)s
1471
-
1472
1472
1473
- Examples
1474
- --------
1475
- .. plot:: mpl_examples/pylab_examples/date_demo1.py
1473
+
1474
+ Examples
1475
+ --------
1476
+ plot:: mpl_examples/pylab_examples/date_demo1.py
1476
1477
1477
1478
"""
1478
1479
0 commit comments