@@ -1476,28 +1476,28 @@ def plot_series(series, label=None, kind='line', use_index=True, rot=None,
1476
1476
kind : {'line', 'bar', 'barh'}
1477
1477
bar : vertical bar plot
1478
1478
barh : horizontal bar plot
1479
- rot : int, default 30
1480
- Rotation for tick labels
1481
1479
use_index : boolean, default True
1482
1480
Plot index as axis tick labels
1481
+ rot : int, default None
1482
+ Rotation for tick labels
1483
+ xticks : sequence
1484
+ Values to use for the xticks
1485
+ yticks : sequence
1486
+ Values to use for the yticks
1487
+ xlim : 2-tuple/list
1488
+ ylim : 2-tuple/list
1483
1489
ax : matplotlib axis object
1484
1490
If not passed, uses gca()
1485
1491
style : string, default matplotlib default
1486
1492
matplotlib line style to use
1487
- ax : matplotlib axis object
1488
- If not passed, uses gca()
1493
+ grid : matplot grid
1494
+ legend: matplot legende
1489
1495
logx : boolean, default False
1490
1496
For line plots, use log scaling on x axis
1491
1497
logy : boolean, default False
1492
1498
For line plots, use log scaling on y axis
1493
- xticks : sequence
1494
- Values to use for the xticks
1495
- yticks : sequence
1496
- Values to use for the yticks
1497
- xlim : 2-tuple/list
1498
- ylim : 2-tuple/list
1499
- rot : int, default None
1500
- Rotation for ticks
1499
+ secondary_y : boolean or sequence of ints, default False
1500
+ If True then y-axis will be on the right
1501
1501
kwds : keywords
1502
1502
Options to pass to matplotlib plotting method
1503
1503
0 commit comments