kZjPBD.jpg
摘要: import numpy as npfrom matplotlib import pyplot as plt t=np.arange(0.0,2.0,0.1)s=np.sin(t*np.pi)figure,ax=plt.subplots(1,1) ax.plot(t,s,'r*')ax.plot(t 阅读全文
posted @ 2022-03-04 15:21 Through_The_Night 阅读(24) 评论(0) 推荐(0) 编辑