2020年2月26日

第一个代码测试

摘要: import matplotlib.plot as plt import numpy as np x = np.linspace(0, 2*np.pi, 100) y = np.sin(x)+np.cos(x) plt.plot(x, y, 'g-.') plt.show() 阅读全文

posted @ 2020-02-26 12:58 six-six-six 阅读(120) 评论(0) 推荐(0)

导航