blob: ac4e738d587180e61f8ffd92a3c5c1f1cc6ff763 [file] [log] [blame]
df = ps.DataFrame({
'x': [1, 2, 2.5, 3, 3.5, 4, 5],
'y': [4, 4, 4.5, 5, 5.5, 6, 6],
})
df.plot.kde(bw_method=0.3) # doctest: +SKIP