import maxframe.dataframe as md
ser = md.Series([1, 2, 3, 3])
plot = ser.plot(kind="hist", title="My plot")
