plt.pie(size , labels = labels,autopct='%1.1f%%'). size與labels都是上面設定的資料, autopct='%1.1f%%' 是用來顯示百分比。 為了要讓圓餅圖比例相等加上:
確定! 回上一頁