2015年2月3日

摘要: 1、直线 import matplotlib.pyplot as pltplt.plot([1,2,2.5])plt.ylabel('some numbers')plt.xlabel('x axis')plt.show() 2、中文乱码 # encoding: utf-8from matplo... 阅读全文
posted @ 2015-02-03 00:16 长456风 阅读(225) 评论(0) 推荐(0)

导航