赞
踩
添加以下代码即可,可以避免汉字和负数的乱码问题:
plt.rcParams['font.sans-serif'] = ['SimHei'] plt.rcParams['axes.unicode_minus'] = False