import maxframe.tensor as mt
import maxframe.dataframe as md
s = md.Series([1, 3, 2])
s.plot.line()  # doctest: +SKIP
