Skip to content

Commit

Permalink
Merge pull request #425 from ramink/new_starter_flowchart
Browse files Browse the repository at this point in the history
Update more arrows to match the flow arrows in flowcharts.
  • Loading branch information
cedounet authored Jan 10, 2025
2 parents 221119e + ae7c7fd commit d7b2cb6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions book/figures/fig-liquid-starter-conversion.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
\path [line] (ready_signs) -- node{no} (feed_again);
\path [line] (ready_signs) -- node[above=2pt]{~yes} (last_feed);
\path [line] (last_feed) -- node{after \qtyrange{6}{12}{\hour}} (bread_dough);
\draw [thick, ->] ($ (feed_again.north) +(0.7cm, 1cm)$) arc (-45:220:1cm);
\node [anchor=north, text width=5em] at ($(feed_again.north west)+(1.8cm, 2.3cm)$) {Repeat 3~times};

% TODO: find a better way to position the Repeat 3 times text and arrow. Hard-coded values are finicky and don't work well across media.
\draw [line] ($ (feed_again.north) +(0.7cm, 1cm)$) arc (-45:220:1cm);
\node [anchor=north, text width=5em] at ($(feed_again.north west)+(1.55cm, 2.2cm)$) {Repeat 3~times};
\end{tikzpicture}
5 changes: 3 additions & 2 deletions book/figures/fig-stiff-starter-conversion.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
\path [line] (too_dry) -- node{no} (next_day);
\path [line] (too_dry) -- node{yes} (add_water);
\path [line] (ready_signs) -- node{yes} (last_feed);
\draw [thick, <-] ($ (feed_again.east) +(2.1cm, 0.7cm)$) arc (-45:220:1cm);
\node [anchor=north, text width=5em] at ($(feed_again.east)+(2cm, 2cm)$) {Repeat 3~times};
% TODO: find a better way to position the Repeat 3 times text and arrow. Hard-coded values are finicky and don't work well across media.
\draw [line] ($ (feed_again.east) +(0.7cm, 0.9cm)$) arc (220:-45:1cm);
\node [anchor=north, text width=5em] at ($(feed_again.east)+(1.9cm, 2cm)$) {Repeat 3~times};
\end{tikzpicture}
1 change: 1 addition & 0 deletions book/plots/fig-temperature-ambient.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
major grid style={line width=.2pt,draw=gray!30},
axis x line=middle,
axis y line=middle,
axis line style={-Latex},
width=\textwidth,
height=0.5\textwidth,
xmax=35, xmin=-0.1,
Expand Down
1 change: 1 addition & 0 deletions book/plots/fig-temperature-surface.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
major grid style={line width=.2pt,draw=gray!30},
axis x line=middle,
axis y line=middle,
axis line style={-Latex},
width=\textwidth,
height=0.5\textwidth,
xmax=35, xmin=-0.1,
Expand Down
1 change: 1 addition & 0 deletions book/plots/fig-yeast-sourdough-strength.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
\qty{60}{\percent}~hydration},
axis x line=middle,
axis y line=middle,
axis line style={-Latex},
width=\textwidth,
height=0.5\textwidth,
xmax=44, xmin=-0.1,
Expand Down

0 comments on commit d7b2cb6

Please sign in to comment.