摘要:
plt.figure(figsize=(10, 10)) # plt1.plot.pie(autopct='%1.1f%%',colors=sns.color_palette('Paired',10),startangle=90,wedgeprops = { 'linewidth' : 2, 'edgecolor' : 'white' }) plt.pie(plt1.values, labels... 阅读全文
posted @ 2018-10-17 13:45
figo1421
阅读(354)
评论(0)
推荐(0)