我正在使用 matplotlib 生成一些图形,我想为轴刻度使用更大的字体,所以我使用了:
font = {'size' : 22} matplotlib.rc('font', **font)
这影响了我的 Legends 大小,如图所示:
反正有没有控制mpatches.Patch()文本的大小?
mpatches.Patch()
python matplotlib
matplotlib ×1
python ×1