import maxframe.dataframe as md
s = md.Series([1, 2, 2.5, 3, 3.5, 4, 5])
ax = s.plot.kde()
