mysql连接测试不成功的原因有哪些
349
2022-08-26
ubuntu16.04 中matplotlib解决显示中文为方框
今天需要用matplotlib显示中文,下面及就分享一下我的个人解决过程,首先下载SimHei,下载网址为:
matplotlibprint(matplotlib.matplotlib_fname())
会显示一个路径,我的路径为,把上面下载的SimHei放到该路径的fonts/ttf目录下,我的为:
/home/eric/anaconda3/lib/python3.6/site-packages/matplotlib/mpl-data/fonts/ttf
上面代码显示的路径为:
/home/eric/anaconda3/lib/python3.6/site-packages/matplotlib/mpl-data/matplotlibrc
font.serif : DejaVu Serif, Bitstream Vera Serif, New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, Times New Roman, Times, Palatino, Charter, serif,sans-seriffont.sans-serif : DejaVu Sans, Bitstream Vera Sans, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif,SimHeiaxes.unicode_minus : False # use unicode for the minus symbol # rather than hyphen. See # -b 'mpl-data'
我运行成功后,提示为:
➜ ~ locate -b 'mpl-data'/home/eric/anaconda3/envs/py2/lib/python2.7/site-packages/matplotlib/mpl-data/home/eric/anaconda3/lib/python3.6/site-packages/matplotlib/mpl-data/home/eric/anaconda3/pkgs/matplotlib-2.1.2-py36h0e671d2_0/lib/python3.6/site-packages/matplotlib/mpl-data/home/eric/anaconda3/pkgs/matplotlib-2.2.3-py27hb69df0a_0/lib/python2.7/site-packages/matplotlib/mpl-data/usr/local/lib/python2.7/dist-packages/matplotlib/mpl-data/usr/local/lib/python3.5/dist-packages/matplotlib/mpl-data/usr/share/matplotlib/mpl-data
然后删除缓存:
cd ~rm -r .cache/matplotlib
重新运行程序就会显示中文了啊。效果展示:
参考文献
[1]. ubuntu中matplotlib解决显示中文为方框.
[2]. Ubuntu16.04中matplotlib显示中文字体乱码解决方案.
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~