Skip to content
Snippets Groups Projects
Verified Commit de7ff617 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

adjust orrery spacing and colours

parent 82383443
No related branches found
No related tags found
No related merge requests found
......@@ -133,18 +133,20 @@
\begin{tikzpicture}
\coordinate (S) at (0,0);
\draw[\pageSideColor] (S) circle (3.1);% Orbit
\fill[\pageSideColor] (S) circle (30pt);
\draw[\pageSideColor] (S) circle (1.1);% Orbit
\foreach \m/\d in {#1}{
\setPlanetPositions{\m}{\d}
\coordinate (A) at (\arabic{ainumarPosition}:3);
\path (A) +(\arabic{fenestraPosition}:1) coordinate (F);
\path (A) +(\arabic{fenestraPosition}:1.2) coordinate (F);
\draw[\pageSideColor] (S) -- (A) -- (F);
\draw[\pageSideColor] (A) circle (1);% Suborbit
\fill[\pageSideColor] (A.south) circle (3pt);
\fill[\pageSideColor] (F.east) circle (1pt);
\addtocounter{fenestraPosition}{-90}
\coordinate [label={\rotatebox{\value{fenestraPosition}}{\scshape\Large\showCycle}}] (FN) at (F)+(0,0);
\draw[\pageSideColor] (A) circle (1.2);% Suborbit
\fill[\pageSideColor] (A.center) circle (6pt);
\fill[black] (F.north) circle (2.5pt);
\setcounter{encnum}{\value{cycle}}
\stepcounter{encnum}
\coordinate [label={{\outline{\Roman{encnum} \Large\scshape\showCycle}}}] (FN) at (A);
}
\fill[\pageSideColor] (S) circle (25pt);
%
\end{tikzpicture}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment