matplotlib绘制圆饼图
摘要:
1 import matplotlib.pyplot as plt 2 labels = ['Nokia','Samsung','Apple','Lumia'] 3 values = [10,30,45,15] 4 colors = ['yellow','green','red','blue'] 5 6 #其中,labels、values、colors,explode(当然expl... 阅读全文
posted @ 2017-07-21 11:34 小明在线 阅读(1018) 评论(0) 推荐(0) 编辑