matplotlib中文显示

使用matplotlib绘图时中文字体的解决方案 - CSDN博客

import matplotlib.font_manageras fm

font=fm.FontProperties(fname='/home/szu/program_font/msyh.ttf')

plt.legend(['正样本','负样本'],loc='upper right',prop=font,fontsize=10)

你可能感兴趣的:(matplotlib中文显示)