上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页
摘要: 1 三种方式简介 1 pyplot 经典高层封装 2 pylad 将Matplotlib && Numpy 合并的模块,模拟Matlab的编程环境 3 面向对象的方式: Matplotlib的精髓,更基础和底层的方式2 三种方式优劣 1 pyplot : 简单易用,交互时使用方便,可以根据命令实时作 阅读全文
posted @ 2017-02-22 10:38 ZSR0401 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 转自 : http://kb.cnblogs.com/page/130367/#introduce 阅读目录 Fiddler的基本介绍 Fiddler的官方网站: www.fiddler2.com Fiddler官方网站提供了大量的帮助文档和视频教程, 这是学习Fiddler的最好资料。 Fiddl 阅读全文
posted @ 2017-02-21 17:26 ZSR0401 阅读(151) 评论(0) 推荐(0) 编辑
摘要: $ adb -s 103 shellcat /sys/class/leds/lcd-backlight/brightness 177 阅读全文
posted @ 2017-02-21 16:13 ZSR0401 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页