python画图显示中文字体_【python 画图】Python-matplotlib-中文字体显示和设置
字体需要显示中文,需要加上下面这三句:importmatplotlib.pyplotasplt#设置matplotlib正常显示中文和负号plt.rcParams['font.sans-serif']=['SimHei']#用黑体显示中文plt.rcParams['axes.unicode_minus']=False#正常显示负号相关性热力图importpandasaspdimportseabor