blob: 44b95b656bae6edc8c53370abac1d87e010e442f [file] [log] [blame]
s = ps.Series([1, 2, 2.5, 3, 3.5, 4, 5])
s.plot.kde(bw_method=3) # doctest: +SKIP