答案1
以下答案使用轮图包,是我写的。
颜色是使用键通过列表定义的slices style{list}
。
在密钥中wheel data style
我们使用\WClistcolors
引用给定密钥的列表中的项目WClistcolors
。
\documentclass[border=6pt]{standalone}
\usepackage{wheelchart}
\begin{document}
\begin{tikzpicture}
\sffamily
\wheelchart[
data=,
radius={0.5}{3},
slices style{list}={yellow,red,blue,green},
start angle=40,
value=1,
WClistcolors={black,white,white,black},
wheel data=\WCvarA,
wheel data style={rotate=\WCmidangle,\WClistcolors}
]{%
Hanna,
Gabriel,
Fatima,
Eric,
Diya,
Beatriz,
Ali%
}
\end{tikzpicture}
\end{document}