@@ -1393,9 +1393,10 @@ def plot_frame(frame=None, x=None, y=None, subplots=False, sharex=True,
1393
1393
ax : matplotlib axis object, default None
1394
1394
style : list or dict
1395
1395
matplotlib line style per column
1396
- kind : {'line', 'bar', 'barh'}
1396
+ kind : {'line', 'bar', 'barh', 'kde', 'density' }
1397
1397
bar : vertical bar plot
1398
1398
barh : horizontal bar plot
1399
+ kde/density : Kernel Density Estimation plot
1399
1400
logx : boolean, default False
1400
1401
For line plots, use log scaling on x axis
1401
1402
logy : boolean, default False
@@ -1473,9 +1474,10 @@ def plot_series(series, label=None, kind='line', use_index=True, rot=None,
1473
1474
Parameters
1474
1475
----------
1475
1476
label : label argument to provide to plot
1476
- kind : {'line', 'bar', 'barh'}
1477
+ kind : {'line', 'bar', 'barh', 'kde', 'density' }
1477
1478
bar : vertical bar plot
1478
1479
barh : horizontal bar plot
1480
+ kde/density : Kernel Density Estimation plot
1479
1481
use_index : boolean, default True
1480
1482
Plot index as axis tick labels
1481
1483
rot : int, default None
0 commit comments