Color tweaks
This commit is contained in:
parent
fcef70dc61
commit
3cf84ca7b3
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user