plt 中文字体可视化
- Python Matplotlib 图片/坐标轴标题的设置和字体修改-
- matplotlib fontdict 字体设置
axes[i][j].set_title(column, font={'family': 'STSong', 'size': 12, 'weight': 'bold'})
axes[i][j].set_title(column, font={'family': 'STSong', 'size': 12, 'weight': 'bold'})