matplotlib添加中文字体
作者:互联网
https://blog.csdn.net/qq_41498261/article/details/103835747
对于我本机:
#绘制的图的标注采用中文
from matplotlib.font_manager import FontProperties
#变量font_path是字体地址,读者使用自己的计算机或者服务器上的中文字体即可
font = FontProperties(fname=r'C:\Windows\Fonts\msyh.ttc'[1:])
标签:FontProperties,中文字体,matplotlib,manager,添加,csdn,font 来源: https://www.cnblogs.com/yu-ocean/p/16155164.html