首页 > 编程语言 > 详细

python之plt画图之格式化颜色和线形

时间:2017-02-23 23:07:04      阅读:2297      评论:0      收藏:0      [点我收藏+]

import matplotlib.pyplot as plt

在ipython中输入 plt.plot?


The following format string characters are accepted to control

the line style or marker:


================    ===============================

character           description

================    ===============================

``‘-‘``             solid line style

``‘--‘``            dashed line style

``‘-.‘``            dash-dot line style

``‘:‘``             dotted line style

``‘.‘``             point marker

``‘,‘``             pixel marker

``‘o‘``             circle marker

``‘v‘``             triangle_down marker

``‘^‘``             triangle_up marker

``‘<‘``             triangle_left marker

``‘>‘``             triangle_right marker

``‘1‘``             tri_down marker

``‘2‘``             tri_up marker

``‘3‘``             tri_left marker

``‘4‘``             tri_right marker

``‘s‘``             square marker

``‘p‘``             pentagon marker

``‘*‘``             star marker

``‘h‘``             hexagon1 marker

``‘H‘``             hexagon2 marker

``‘+‘``             plus marker

``‘x‘``             x marker

``‘D‘``             diamond marker

``‘d‘``             thin_diamond marker

``‘|‘``             vline marker

``‘_‘``             hline marker

================    ===============================



The following color abbreviations are supported:


==========  ========

character   color

==========  ========

‘b‘         blue

‘g‘         green

‘r‘         red

‘c‘         cyan

‘m‘         magenta

‘y‘         yellow

‘k‘         black

‘w‘         white

==========  ========


python之plt画图之格式化颜色和线形

原文:http://poseidon2011.blog.51cto.com/7553825/1900596

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!