随笔分类 - 数据分析
摘要:1、折线图 颜色参数与对应的颜色: b:blue g:green r:red y:yellow k:black w:white 结果: 2、散点图 散点图的写法和折线图一致,只需要在颜色参数中增加o即可,eg:pl.plot(x, y)改成pl.plot(x, y, 'or') 3、柱状体的生成,用
阅读全文
摘要:笔者在第一次安装matplotlib后运行时出现报错。 报错内容 RuntimeError: Python is not installed as a framework. The Mac OS X backend will not be able to function correctly if
阅读全文