摘要: 动图折线展示: import numpy as np import matplotlib.pyplot as plt plt.ion() plt.figure(1) t_list = [] result_list = [] t = 0 while True: if t >= 10 * np.pi: 阅读全文
posted @ 2022-03-20 20:53 kuanleung 阅读(19) 评论(0) 推荐(0)