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:])

原创文章,作者:745907710,如若转载,请注明出处:https://blog.ytso.com/245250.html

(0)
上一篇 2022年4月18日
下一篇 2022年4月18日

相关推荐

发表回复

登录后才能评论