import mars.tensor as mt
import mars.dataframe as md
s = md.Series([1, 3, 2])
s.plot.line()
