摘要: 刻度设置 参考文档: "xticks 命令" "yticks 命令" 以xticks为例: matplotlib.pyplot.xticks( args, kwargs) 获取或者设置当前刻度位置和文本的 x limits: return locs, labels where locs is an 阅读全文
posted @ 2016-06-30 22:29 Chris*Chen 阅读(18330) 评论(0) 推荐(0) 编辑
摘要: 改变线的颜色和线宽 参考文章: "controlling line properties" "Line API" 线有很多属性你可以设置:线宽,线型,抗锯齿等等;具体请参考 "matplotlib.lines.Line2D" 有以下几种方式可以设置线的属性 使用关键字参数 使用 Line2D 对象的 阅读全文
posted @ 2016-06-30 19:42 Chris*Chen 阅读(61865) 评论(0) 推荐(2) 编辑