摘要: import matplotlib.pyplot as plt # plt.plot([1,2,3,4,5],[3,1,5,6,9],'ro') # plt.show() # x = range(1, 15) # y = range(1, 42, 3) # plt.plot(x, y, color= 阅读全文
posted @ 2023-01-02 15:42 __username 阅读(27) 评论(0) 推荐(0)