[利用python進行數據分析 書筆記]第8章 繪圖和可視化

matplotlib API入門 Figure和Subplot 方法一: fig = plt.figure() 創建一個新的Figure,可通過figsize改變大小 ax1 = fig.add_subplot(2,2,1) 通過add_subplot創建一個或多個subplot ax1.hist() 然後可以在格子1中畫圖 方法二: fig, axes =plt.subplots(2,3) 創建
相關文章
相關標籤/搜索