Skip to content

Commit

Permalink
Color improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
hendricius committed Nov 7, 2023
1 parent aa7fd28 commit 1dbf588
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/figures/fig-life-planet-sourdough-timeline.tex
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
\draw[line width=1pt] (\textwidth,0.1) -- (\textwidth,-0.1);

% Full timeline width for billion years
\draw[line width=1pt] (0,-3.8) -- node[midway, fill=white] {4.45 billion years} (\textwidth,-3.8);
\draw[line width=1pt] (0,-3.8) -- node[midway, timeline_timespan] {5.45 billion years} (\textwidth,-3.8);
\draw[line width=1pt] (0,-3.7) -- (0,-3.9);
\draw[line width=1pt] (\textwidth,-3.7) -- (\textwidth,-3.9);

% Indicator for the period of 3 months = 1.1 billion years
\draw[line width=1pt] (0,-1.0) -- node[midway, fill=white] {1.11 billion years} ({\segmentwidth * 3},-1.0);
\draw[line width=1pt] (0,-1.0) -- node[midway, timeline_timespan] {1.11 billion years} ({\segmentwidth * 3},-1.0);
\draw[line width=1pt] (0,-0.9) -- (0,-1.1);
\draw[line width=1pt] ({\segmentwidth * 3},-0.9) -- ({\segmentwidth * 3},-1.1);

Expand Down
3 changes: 3 additions & 0 deletions book/figures/flowcharts_tikz.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@
\tikzstyle{loop} = [arc, draw=codeblack, line width=0.4mm]

\tikzstyle{timeline_event}=[align=center, fill=white, inner sep=2pt]

\tikzstyle{timeline_timespan} = [rectangle, draw=codeblack, fill=pinkpic, text=black,
text centered, rounded corners, line width=0.4mm]

0 comments on commit 1dbf588

Please sign in to comment.