摘要: 示例 1 # 0. 导入依赖包 2 import matplotlib.pyplot as plt 3 import random 4 # 1. 准备数据即x,y坐标轴的数据 5 x = range(60) 6 y_nj = [random.uniform(15,18) for i in x] 7 阅读全文
posted @ 2023-11-26 13:51 Allen_Hao 阅读(70) 评论(0) 推荐(0)