Loading

摘要: 用到的函数: ax.fill_between Ref: [1] 文档链接: 函数介绍:https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.fill_between.html#matplotlib.axes.Axes.fill_ 阅读全文
posted @ 2021-03-14 16:22 摇头晃脑学知识 阅读(658) 评论(0) 推荐(0) 编辑
摘要: 1. 把legend放在图外面 font2 = {'family': 'Times New Roman', 'weight': 'normal', 'size': 12, } ax.legend(loc='lower center', bbox_to_anchor=(0.5, 1), fancybo 阅读全文
posted @ 2021-03-14 16:14 摇头晃脑学知识 阅读(2202) 评论(0) 推荐(0) 编辑
摘要: 实现matplotlib自动选择颜色 ref: https://blog.csdn.net/qq_43532638/article/details/105368995 import matplotlib.colors as mcolors colors=list(mcolors.TABLEAU_CO 阅读全文
posted @ 2021-03-14 15:40 摇头晃脑学知识 阅读(170) 评论(0) 推荐(0) 编辑