在 中创建 (条形) 图时pgfplots
,tex 使用默认颜色列表。这些颜色的定义是什么?
答案1
pgfplots
的默认颜色循环列表可在pgfplots 源代码
/pgfplots/bar cycle list/.style={/pgfplots/cycle list={%
{blue,fill=blue!30!white,mark=none},%
{red,fill=red!30!white,mark=none},%
{brown!60!black,fill=brown!30!white,mark=none},%
{black,fill=gray,mark=none},%
{violet!80!black,fill=violet,mark=none},%
{green,fill=green!80!black,mark=none}%
}
},