2020年5月24日
摘要: from pylab import *figure(figsize=(8,6),dpi=80)subplot(1,1,1)X = np.linspace(-np.pi,np.pi,256,endpoint=True)C,S = np.cos(X),np.sin(X)plot(X,C,color = 阅读全文
posted @ 2020-05-24 14:16 ·顾行知 阅读(368) 评论(0) 推荐(0)