摘要: https://matplotlib.org/api/pyplot_summary.html https://matplotlib.org/api/pyplot_summary.html 在交互环境中查看帮助文档: import matplotlib.pyplot as plt help(plt.p 阅读全文
posted @ 2022-03-30 10:22 咖啡陪你 阅读(817) 评论(0) 推荐(0)
摘要: python matplotlib绘制多条折线图 代码 import matplotlib.pyplot as plt x = [6, 24, 48, 72] y1 = [87, 174, 225, 254] y2 = [24, 97, 202, 225] y3 = [110, 138, 177, 阅读全文
posted @ 2022-03-30 10:12 咖啡陪你 阅读(7194) 评论(0) 推荐(1)