Skip to content

Commit

Permalink
Reduce plots height by a factor 2
Browse files Browse the repository at this point in the history
Just looks nicer... maybe a littue too squashed?
  • Loading branch information
cedounet committed Jan 2, 2025
1 parent 8952b62 commit b4bce91
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions book/plots/fig-temperature-ambient.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
major grid style={line width=.2pt,draw=gray!30},
axis x line=middle,
axis y line=middle,
width=\textwidth,
height=0.5\textwidth,
xmax=35, xmin=-0.1,
ymax=205, ymin=-0.1,
every axis y label/.style={%
at={(ticklabel cs:0.5)},rotate=90,anchor=near ticklabel},
every axis x label/.style={%
at={(ticklabel cs:0.5)},anchor=near ticklabel},
every axis legend/.append style={%
at={(0.9,0.3)}, anchor=south east},
legend pos = south east,
legend style={draw=none},
legend cell align={left},
xlabel=Duration (minutes), ylabel=Temperature (\SI{}{\degree} C)
Expand Down
5 changes: 3 additions & 2 deletions book/plots/fig-temperature-surface.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
major grid style={line width=.2pt,draw=gray!30},
axis x line=middle,
axis y line=middle,
width=\textwidth,
height=0.5\textwidth,
xmax=35, xmin=-0.1,
ymax=108, ymin=-0.1,
every axis y label/.style={%
at={(ticklabel cs:0.5)},rotate=90,anchor=near ticklabel},
every axis x label/.style={%
at={(ticklabel cs:0.5)},anchor=near ticklabel},
every axis legend/.append style={%
at={(0.9,0.3)}, anchor=south east},
legend pos = south east,
legend style={draw=none},
legend cell align={left},
xlabel=Duration (minutes), ylabel=Temperature (\SI{}{\degree} C)
Expand Down
6 changes: 3 additions & 3 deletions book/plots/fig-yeast-sourdough-strength.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
\qty{60}{\percent}~hydration},
axis x line=middle,
axis y line=middle,
width=\textwidth,
height=0.5\textwidth,
xmax=44, xmin=-0.1,
ymax=12, ymin=-0.1,
every axis y label/.style={%
at={(ticklabel cs:0.5)},rotate=90,anchor=near ticklabel},
every axis x label/.style={%
at={(ticklabel cs:0.5)},anchor=near ticklabel},
every axis legend/.append style={%
at={(0.9,0.3)}, anchor=south east},
xtick distance=6,
ytick style={draw=none},
yticklabels={empty},
Expand All @@ -25,7 +25,7 @@
\addplot [color=redpic,smooth,ultra thick] table {plots/yeast.table};
\addplot [color=codeblue,smooth,ultra thick] table {plots/sourdough.table};

\node at (axis cs:18,8) [anchor=south west] {%
\node at (axis cs:18,7) [anchor=south west] {%
\begin{tabular}{@{}lll@{}} \textbf{Dough type}&
\textbf{Kneading} & \textbf{Stretch \& Fold}\\
\midrule
Expand Down

0 comments on commit b4bce91

Please sign in to comment.