Python Matplotlib 中文字符显示问题:UserWarning: Glyph 36724 (\N{CJK UNIFIED IDEOGRAPH-8F74}) missing from
问题与处理策略1、问题描述importmatplotlib.pyplotaspltimportmatplotlibmatplotlib.use('TkAgg')x=[1,2,3,4,5]y=[2,3,5,7,11]plt.plot(x,y)plt.title("折线图")plt.xlabel("X轴")plt.ylabel("Y轴")plt.show()执行上述代码,报如下错误,且图表中的中文字符