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,
相关文章
相关标签/搜索