... 0.3) # 依據類別數量,分別設定要突出的區塊size = accident["count"] # 製作圓餅圖的數值來源plt.pie(size, # 數值labels = labels, # 標籤autopct = "%1.1f%%", ...
確定! 回上一頁