matplotlib中文乱码在Python中的解决办法
matplotlib是python的一个很好的绘图包,但是其本身并不支持中文(貌似其默认配置中没有中文字体),所以如果绘图中出现了中文,就会出现乱码
Matplotlib是Python的一个很好的绘图包,但是其本身并不支持中文(貌似其默认配置中没有中文字体),所以如果绘图中出现了中文,就会出现乱码。
matplotlib绘制图像有中文标注时会有乱码问题。
实例代码:
import matplotlibimport matplotlib.pyplot as plt#定义文本框和箭头格式decisionNode =dict(boxstyle="sawtooth",fc="0.8")leafNode=dict(boxstyle="round4",fc="0.8")arrow_args=dict(arrowstyle="<p>解决办法:代码中引入字体</p><p><span>立即学习</span>“<a href="https://pan.quark.cn/s/00968c3c2c15" style="text-decoration: underline !important; color: blue; font-weight: bolder;" rel="nofollow" target="_blank">Python免费学习笔记(深入)</a>”;</p><pre class="brush:py;">import matplotlib.pyplot as pltimport matplotlib#定义自定义字体,文件名是系统中文字体myfont = matplotlib.font_manager.FontProperties(fname='C:/Windows/Fonts/simkai.ttf') #解决负号'-'显示为方块的问题 matplotlib.rcParams['axes.unicode_minus']=False decisionNode =dict(boxstyle="sawtooth",fc="0.8")leafNode=dict(boxstyle="round4",fc="0.8")arrow_args=dict(arrowstyle="<p style="text-align: center"><img src="https://img.php.cn/upload/article/000/000/194/d66ef9cd357696b4f5a9f48712d88c01-1.png" alt=""></p>