这是个广告不要点击哈哈哈

  2017年3月8日
摘要: 2:绘制y=x*x 的图像 3:figure 的认识 1 import matplotlib.pyplot as plt 2 import numpy as np 3 4 x=np.linspace(-3,3,50) 5 y1=2*x+1 6 y2=x**2 7 8 plt.figure() #看看 阅读全文
posted @ 2017-03-08 17:42 水流花落 阅读(211) 评论(0) 推荐(0) 编辑