3.5 matplotlib

2.餅圖(Pie Charts) 繪製單分類變量的相對頻率 # code for the pie chart seen above sorted_counts = pokemon['generation_id'].value_counts() plt.pie(sorted_counts, labels = sorted_counts.index, startangle = 90,
相關文章
相關標籤/搜索