摘要: Python-Matplotlib 9 颜色和样式 1 颜色 八种内建默认颜色缩写 b: blue g: green r: red c: cyan m: magenta y: yellow k: black w: white 其他颜色表示方法 灰色阴影 html 十六进制 RGB 元组 2 点、线的 阅读全文
posted @ 2017-02-16 14:46 ZSR0401 阅读(31249) 评论(0) 推荐(0) 编辑
摘要: Python-Matplotlib 8 箱形图 Example 1 Example 2: 阅读全文
posted @ 2017-02-16 14:45 ZSR0401 阅读(7868) 评论(0) 推荐(0) 编辑
摘要: Python-Matplotlib 7 饼状图 Example 1 阅读全文
posted @ 2017-02-16 14:23 ZSR0401 阅读(22510) 评论(1) 推荐(0) 编辑
摘要: Python-Matplotlib 5 直方图 Good http://blog.csdn.net/u013571243/article/details/48998619 Example 1 P1 P2 Example 2 : 阅读全文
posted @ 2017-02-16 14:09 ZSR0401 阅读(2406) 评论(0) 推荐(0) 编辑
摘要: Python-Matplotlib 5 条形图 Example 1 Example 2 Example 3 阅读全文
posted @ 2017-02-16 13:48 ZSR0401 阅读(13594) 评论(0) 推荐(1) 编辑
摘要: Python-Matplotlib 4 折线图 阅读全文
posted @ 2017-02-16 13:47 ZSR0401 阅读(439) 评论(0) 推荐(0) 编辑
摘要: Python-Matplotlib 3 散点图 http://matplotlib.org/api/markers_api.html?heighlight=markers#module-matplotlib.markers Result 阅读全文
posted @ 2017-02-16 11:34 ZSR0401 阅读(613) 评论(0) 推荐(0) 编辑
摘要: Question 1: 列中有中文 Traceback (most recent call last): File "~/PycharmProjects/ltest/scripts/py_matlab.py", line 17, in <module> ages, weights, heights 阅读全文
posted @ 2017-02-16 11:31 ZSR0401 阅读(536) 评论(0) 推荐(0) 编辑
摘要: Python-Matplotlib 2 Numpy Result 阅读全文
posted @ 2017-02-16 10:49 ZSR0401 阅读(270) 评论(0) 推荐(0) 编辑
摘要: Python-Matplotlib 1 Introduce & ENV 阅读全文
posted @ 2017-02-16 10:24 ZSR0401 阅读(219) 评论(0) 推荐(0) 编辑