摘要: plot包使用需要如此from matplotlib.pyplot import * plot([1,2,3,4,5],[5,4,3,2,1],"bx") show()而arange等函数的使用需要如下 from numpy import array, shape, math, loadtxt, l 阅读全文
posted @ 2019-02-26 15:52 zhenghuali 阅读(973) 评论(0) 推荐(0)