转载注明来源: 本文链接 来自osnosn的博客,写于 2021-07-30.
import matplotlib.font_manager font_zh=matplotlib.font_manager.FontProperties(fname='./SimHei.ttf') ... plt.title('直方图数据分析与展示',fontproperties=font_zh)
import matplotlib.font_manager matplotlib.font_manager.fontManager.addfont('./SimHei.ttf') plt.rcParams['font.family']='SimHei' ... plt.title('直方图数据分析与展示')
转载注明来源: 本文链接 https://www.cnblogs.com/osnosn/p/15368381.html
来自 osnosn的博客 https://www.cnblogs.com/osnosn/ .