Color tweaks

This commit is contained in:
Mark 2023-10-27 19:41:00 -07:00
parent fcef70dc61
commit 3cf84ca7b3
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4

View File

@ -33,13 +33,13 @@ You are standing in the center of a circular orchard of integer radius $R$. A tr
\( \x=-3 \AND \y=4 \) \OR
\( \x=-3 \AND \y=-4 \)
}{}{
\draw[fill=cyan!60!green] (\x,\y) circle (0.4);
\draw[fill=teal] (\x,\y) circle (0.4);
}}}
\draw[fill=cyan!60!green] (0, 5) circle (0.4);
\draw[fill=cyan!60!green] (5, 0) circle (0.4);
\draw[fill=cyan!60!green] (0, -5) circle (0.4);
\draw[fill=cyan!60!green] (-5, 0) circle (0.4);
\draw[fill=teal] (0, 5) circle (0.4);
\draw[fill=teal] (5, 0) circle (0.4);
\draw[fill=teal] (0, -5) circle (0.4);
\draw[fill=teal] (-5, 0) circle (0.4);
\end{tikzpicture}
\hfill
\begin{tikzpicture}[scale=0.4]
@ -72,13 +72,13 @@ You are standing in the center of a circular orchard of integer radius $R$. A tr
\( \x=-3 \AND \y=4 \) \OR
\( \x=-3 \AND \y=-4 \)
}{}{
\draw[fill=cyan!60!green] (\x,\y) circle (0.2);
\draw[fill=teal] (\x,\y) circle (0.2);
}}}
\draw[fill=cyan!60!green] (0, 5) circle (0.2);
\draw[fill=cyan!60!green] (5, 0) circle (0.2);
\draw[fill=cyan!60!green] (0, -5) circle (0.2);
\draw[fill=cyan!60!green] (-5, 0) circle (0.2);
\draw[fill=teal] (0, 5) circle (0.2);
\draw[fill=teal] (5, 0) circle (0.2);
\draw[fill=teal] (0, -5) circle (0.2);
\draw[fill=teal] (-5, 0) circle (0.2);
\end{tikzpicture}
\hfill ~
\end{center}