df.plot.box(color=color, sym="r+"); ... 可以轉成橫向的: ... 使用Series.plot.area() 或者DataFrame.plot.area() 可以畫出area圖。
確定! 回上一頁