python中matplotlib的颜色及线条控制

Posted 朝闻道,夕死可矣。

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python中matplotlib的颜色及线条控制相关的知识,希望对你有一定的参考价值。

linestyle可选参数:

\'-\'       solid line style
\'--\'      dashed line style
\'-.\'      dash-dot line style
\':\'       dotted line style

marker可选参数:

\'.\'       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

matplotlib中color可用的颜色:

以上是关于python中matplotlib的颜色及线条控制的主要内容,如果未能解决你的问题,请参考以下文章

matplotlib--设置线条颜色及形状

Matplotlib中的颜色、线条、标记样式汇总

python使用matplotlib可视化线图(line plot)在可视化图像中的指定位置添加横线自定义线条的颜色自定义线条的形式(add horizontal line)

python使用matplotlib可视化线图(line plot)在可视化图像中的指定位置指定范围添加横线自定义线条的颜色自定义线条的形式(add horizontal line)

matplotlib学习之设置线条颜色形状

在 python matplotlib 中将矩阵作为输出变量传递时,更改线条的颜色