摘要: import matplotlib.pyplot as plt # 定义一个画图函数 def sinplot(flip = 1): x = np.linspace(0,10,100) for i in range(1,4): y = np.sin(x + i * 0.5) * (4 - i) * f 阅读全文
posted @ 2021-02-23 17:57 世纪小小孟 阅读(580) 评论(0) 推荐(1) 编辑