摘要: 折线图: import matplotlib.pyplot as plt import random plt.figure(figsize = (20,8),dpi = 100) x = range(40) y = [random.uniform(18,22) for i in range(40)] 阅读全文
posted @ 2019-09-10 16:28 kww 阅读(2349) 评论(0) 推荐(0) 编辑