摘要: 折线图: import matplotlib.pyplot as plt y1=[10,13,5,40,30,60,70,12,55,25] x1=range(0,10) x2=range(0,10) y2=[5,8,0,30,20,40,50,10,40,15] plt.plot(x1,y1,la 阅读全文
posted @ 2017-12-28 10:45 Wei_java 阅读(10005) 评论(0) 推荐(0) 编辑