immaterial-science/Culinography/diagrams/poprocks.tex
2023-09-23 11:55:19 +02:00

25 lines
647 B
TeX

\begin{tikzpicture}[scale = 0.4]
\node {$\bullet$};
\newdimen\R
\foreach \R in {1,2,...,5}
\draw (0:\R) \foreach \x in {60,120,...,360} {
-- (\x:\R)
(0,0) -- (\x:\R)
};
\foreach \x/\l/\p in
{ 60/{acidity}/above,
120/{metallicness}/above,
180/{cancerous}/left,
240/{lethality}/below,
300/{solubility}/below,
360/{toughness}/right
}
\node[inner sep=1pt,circle,draw,fill,label={\p:\l}] at (\x:5) {};
\fill[color = blue, opacity = 0.25] (0:1)
\foreach \x/\R in {60/1,120/0,180/5.5,240/2,300/3.5,360/1} {
-- (\x:\R)
};
\end{tikzpicture}