python matplotlib 中文显示参数设置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python matplotlib 中文显示参数设置相关的知识,希望对你有一定的参考价值。

refer to: 

https://segmentfault.com/a/1190000005144275

 

#coding:utf-8
import matplotlib.pyplot as plt
plt.rcParams[font.sans-serif]=[SimHei] #用来正常显示中文标签
plt.rcParams[axes.unicode_minus]=False #用来正常显示负号

 

以上是关于python matplotlib 中文显示参数设置的主要内容,如果未能解决你的问题,请参考以下文章

Python matplotlib之函数图像绘制、线条rc参数设置

Python Matplotlib 画图显示中文

Python使用matplotlib可视化柱状图坐标轴标签的符号(-)显示为了方框□□设置rcParams参数配置解决

Python 中,matplotlib绘图无法显示中文的问题

Python 中,matplotlib绘图无法显示中文的问题

ubuntu 16.04 + python + matplotlib下画图显示中文设置