Matplotlib:面積圖、填圖、餅圖

本文主要介紹四個函數的用法: plt.plot.area() plt.fill(), plt.fill_between() plt.pie() python 文章目錄 1.面積圖 2.填圖 3.餅圖 1.面積圖 # 面積圖 fig,axes = plt.subplots(2,1,figsize = (8,6)) df1 = pd.DataFrame(np.random.rand(10, 4),
相關文章
相關標籤/搜索