matplotlib基礎學習筆記(二)--《利用python進行數據分析》

線型圖: 設置全局圖像大小,顏色以及線條。 plt.rc('figure',figsize=(16,8)) df0 = df[['date','open','low','volume']] df0.index = df0['date'] df0.plot(figsize=(14,4))#內置參數改變圖像大小 柱狀圖: Series 的柱狀圖: fig,axes = plt.subplots(2,1
相關文章
相關標籤/搜索