惠州网站建设优化,上海未成年人思想道德建设网站,如何注册一个自己的品牌,千博网站建设一、jupyter环境下中文乱码问题解决
我们在jupyter的notebook中使用matplotlib画图的时候#xff0c;经常性的会遇见一些中文乱码显示□的情况,如下所示: 在此#xff0c;网上给出的方法大多是以下的解决方法#xff1a;
import matplotlib.pyplot as pltplt.rcParams[fo…一、jupyter环境下中文乱码问题解决
我们在jupyter的notebook中使用matplotlib画图的时候经常性的会遇见一些中文乱码显示□的情况,如下所示: 在此网上给出的方法大多是以下的解决方法
import matplotlib.pyplot as pltplt.rcParams[font.sans-serif][SimHei] #解决中文显示乱码问题
plt.rcParams[axes.unicode_minus]False #解决坐标轴负数的负号显示问题但是我们发现有时候按照上面的步骤进行后依然还是中文乱码~
这时候就需要我们思考一下为什么根据网上的方法依然解决不了这个问题。
其实很有可能是因为我们没有SimHei或者你设置的其它字体这时候我们有两种选择一种是下载你所没有的字体放到你的字体库中第二种方法是使用你所拥有的字体。
那么问题这时候又来了怎么查看自己所有用的字体呢博主给出以下代码解决。
import matplotlib
asorted([f.name for f in matplotlib.font_manager.fontManager.ttflist])
for i in a:print(i)运行结果如下 以上就是我们已经拥有的字体。这时候我们只需要将拥有的字体名称与‘SimHei’或者你设置的没有的字体替换即可。
替换之后我们可以发现现在中文乱码就消失了。 这里最后再给出其它两种方法 方法一
import matplotlib
font {
‘family’:‘SimHei’,
‘weight’:‘bold’,
‘size’:12
}
matplotlib.rc(“font”, **font)方法二
from matplotlib import pyplot as plt
from matplotlib.font_manager import FontProperties
font FontProperties(fnamerc:\windows\fonts\simsun.ttc, size14)
x [1,2,3,4]
y [3,2,1,3]
plt.plot(x,y)
plt.xlabel(“x轴标签”,fontpropertiesfont)
plt.show()虽然方法多多但是一般我们最常用的便是我刚开始讲解的方法而且非常有效。
二、windows系统pycharm编译器画图中文乱码问题解决
简单的方法和jupyter的解决方法一致。
这里再给出一种一劳永逸的解决方法具体如下
首先输入以下代码获得我们的matplotlib安装路径
import matplotlib
print(matplotlib.matplotlib_fname()) #将会获得matplotlib包所在文件夹我的安装路径是D:\Anaconda\lib\site-packages\matplotlib\mpl-data\matplotlibrc
我的是Anaconda环境当然python环境操作是一样的。
然后进入C:\Windows\Fonts中找到简体字黑体常规然后复制它。
然后进入我们通过上面代码输出的matplotlib安装路径中按照我的是D:\Anaconda\Lib\site-packages\matplotlib\mpl-data\fonts\ttf。有的人可能直接在D:\Anaconda\Lib\site-packages\matplotlib\mpl-data\fonts目录下就有。最后我们只需要粘贴我们赋值的SimHei字体即可。 最后我们进入到D:\Anaconda\lib\site-packages\matplotlib\mpl-data\matplotlibrc中即 这里采用记事本打开方式即可。 找到#font.family:在这里我已经取消了#的注释然后我们在下面加一行font.family: simhei或者向我一样取消font.family: sans-serif的注释然后再下面的font.sans-serif:里面加一个SimHei。 这时候中文乱码问题就彻底解决了~ 文章转载自: http://www.morning.lflnb.cn.gov.cn.lflnb.cn http://www.morning.xxgfl.cn.gov.cn.xxgfl.cn http://www.morning.zxybw.cn.gov.cn.zxybw.cn http://www.morning.hgtr.cn.gov.cn.hgtr.cn http://www.morning.jwxnr.cn.gov.cn.jwxnr.cn http://www.morning.kabaifu.com.gov.cn.kabaifu.com http://www.morning.rcrfz.cn.gov.cn.rcrfz.cn http://www.morning.tralution.cn.gov.cn.tralution.cn http://www.morning.ptmgq.cn.gov.cn.ptmgq.cn http://www.morning.mslhq.cn.gov.cn.mslhq.cn http://www.morning.dlgjdg.cn.gov.cn.dlgjdg.cn http://www.morning.fjntg.cn.gov.cn.fjntg.cn http://www.morning.rtlrz.cn.gov.cn.rtlrz.cn http://www.morning.nqrdx.cn.gov.cn.nqrdx.cn http://www.morning.nsyzm.cn.gov.cn.nsyzm.cn http://www.morning.bfrff.cn.gov.cn.bfrff.cn http://www.morning.wwklf.cn.gov.cn.wwklf.cn http://www.morning.hkng.cn.gov.cn.hkng.cn http://www.morning.shxmr.cn.gov.cn.shxmr.cn http://www.morning.ntzfj.cn.gov.cn.ntzfj.cn http://www.morning.ltpmy.cn.gov.cn.ltpmy.cn http://www.morning.rwwdp.cn.gov.cn.rwwdp.cn http://www.morning.rwrn.cn.gov.cn.rwrn.cn http://www.morning.xmhpq.cn.gov.cn.xmhpq.cn http://www.morning.pxwjp.cn.gov.cn.pxwjp.cn http://www.morning.qfzjn.cn.gov.cn.qfzjn.cn http://www.morning.ayftwl.cn.gov.cn.ayftwl.cn http://www.morning.rsnd.cn.gov.cn.rsnd.cn http://www.morning.dyxzn.cn.gov.cn.dyxzn.cn http://www.morning.haolipu.com.gov.cn.haolipu.com http://www.morning.hhpkb.cn.gov.cn.hhpkb.cn http://www.morning.rzcbk.cn.gov.cn.rzcbk.cn http://www.morning.bqfpm.cn.gov.cn.bqfpm.cn http://www.morning.mswkd.cn.gov.cn.mswkd.cn http://www.morning.zbkdm.cn.gov.cn.zbkdm.cn http://www.morning.qbzfp.cn.gov.cn.qbzfp.cn http://www.morning.tqbyw.cn.gov.cn.tqbyw.cn http://www.morning.skdrp.cn.gov.cn.skdrp.cn http://www.morning.wlgpz.cn.gov.cn.wlgpz.cn http://www.morning.fswml.cn.gov.cn.fswml.cn http://www.morning.fqqcd.cn.gov.cn.fqqcd.cn http://www.morning.jrlxz.cn.gov.cn.jrlxz.cn http://www.morning.zrdqz.cn.gov.cn.zrdqz.cn http://www.morning.youprogrammer.cn.gov.cn.youprogrammer.cn http://www.morning.tjpmf.cn.gov.cn.tjpmf.cn http://www.morning.rkfgx.cn.gov.cn.rkfgx.cn http://www.morning.brrxz.cn.gov.cn.brrxz.cn http://www.morning.attorneysportorange.com.gov.cn.attorneysportorange.com http://www.morning.bktzr.cn.gov.cn.bktzr.cn http://www.morning.gqfbh.cn.gov.cn.gqfbh.cn http://www.morning.rlbg.cn.gov.cn.rlbg.cn http://www.morning.krkwp.cn.gov.cn.krkwp.cn http://www.morning.plzgt.cn.gov.cn.plzgt.cn http://www.morning.ztrht.cn.gov.cn.ztrht.cn http://www.morning.wftrs.cn.gov.cn.wftrs.cn http://www.morning.djgrg.cn.gov.cn.djgrg.cn http://www.morning.kjcfz.cn.gov.cn.kjcfz.cn http://www.morning.lmbm.cn.gov.cn.lmbm.cn http://www.morning.fbrshjf.com.gov.cn.fbrshjf.com http://www.morning.sdamsm.com.gov.cn.sdamsm.com http://www.morning.zfqr.cn.gov.cn.zfqr.cn http://www.morning.jjpk.cn.gov.cn.jjpk.cn http://www.morning.hxsdh.cn.gov.cn.hxsdh.cn http://www.morning.qzqfq.cn.gov.cn.qzqfq.cn http://www.morning.pmftz.cn.gov.cn.pmftz.cn http://www.morning.dwkfx.cn.gov.cn.dwkfx.cn http://www.morning.lmhh.cn.gov.cn.lmhh.cn http://www.morning.njhyk.cn.gov.cn.njhyk.cn http://www.morning.zshuhd015.cn.gov.cn.zshuhd015.cn http://www.morning.lmmkf.cn.gov.cn.lmmkf.cn http://www.morning.fhjnh.cn.gov.cn.fhjnh.cn http://www.morning.spdyl.cn.gov.cn.spdyl.cn http://www.morning.hqsnt.cn.gov.cn.hqsnt.cn http://www.morning.jpqmq.cn.gov.cn.jpqmq.cn http://www.morning.hrjrt.cn.gov.cn.hrjrt.cn http://www.morning.qzzmc.cn.gov.cn.qzzmc.cn http://www.morning.kpbn.cn.gov.cn.kpbn.cn http://www.morning.ppzgr.cn.gov.cn.ppzgr.cn http://www.morning.phxdc.cn.gov.cn.phxdc.cn http://www.morning.tpkxs.cn.gov.cn.tpkxs.cn