This can be easily accomplished with the matplotlib.pyplot plot() method ... p1 = s.plot(kind='bar', ylim=(44,47)) p2 = s.plot(kind='line', ...
確定! 回上一頁