matplot图像无法显示中文

时间:2022-12-21 08:50:27

在代码中引入字体设置如下

在py文件开头引入下面的代码

 
import sys
reload(sys)
sys.setdefaultencoding('utf-8')
from matplotlib.font_manager import FontProperties
font = FontProperties(fname='/Library/Fonts/Songti.ttc')

在绘图的代码中添加对应的属性设置,如下:
matplot图像无法显示中文