摘要: import matplotlib.pyplot as pltimport random #创建画布plt.figure(figsize=(8,8),dpi=100) x=range(20)y=[random.randint(10,30) for i in x] #lines后面加个逗号lines, 阅读全文
posted @ 2021-11-13 10:06 大威1030 阅读(337) 评论(0) 推荐(0)