1、首先在命令行輸入
fc-list :lang=zh
2、選擇一種支持中文的字體
/usr/share/fonts/truetype/arphic/uming.ttc
3芍阎、在代碼中改變
import matplotlib as mpl
zhfont = mpl.font_manager.FontProperties(fname='/usr/share/fonts/opentype/noto/NotoSansCJK-Light.ttc')
plt.xlabel(u'年齡',fontproperties = zhfont)
plt.ylabel(u'視力',fontproperties = zhfont)