摘要: import matplotlib.pyplor as plt plt.plot(x, y, label='First Line') 划线 plt.xlabel('Plot Number') 设置X轴名称 plt.title('Interesting Graph\nCheck it out') 设置 阅读全文
posted @ 2018-03-17 15:56 暮雪超霸 阅读(171) 评论(0) 推荐(0)