使用matplot画柱状图
代码示例
1 | import matplotlib.pyplot as plt |
效果如图:
解决matplotlib中文乱码问题
进入Python安装目录下的Lib\site-packages\matplotlib\mpl-data目录,打开matplotlibrc文件,删除font.family和font.sans-serif两行前的#,并在font.sans-serif后添加字体(SimHei),代码如下:1
font.sans-serif : SimHei,Microsoft YaHei,DejaVu Sans, Bitstream Vera Sans, Computer Modern Sans Serif, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif
转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 jaytp@qq.com
文章标题:使用matplot画柱状图
本文作者:子非鱼
发布时间:2018-11-04, 11:19:29
最后更新:2018-10-07, 15:46:56
原始链接:https://Wangsr.cn/2018/11/04/2018-2018-03-26-matplotlib画柱状图/版权声明: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。