Fix spelling mistakes in plots and fonts issues

This commit is contained in:
Cedric
2025-01-01 15:26:47 +00:00
parent 324585c172
commit 8952b62289
2 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
\begin{tikzpicture} \begin{tikzpicture}
\tikzstyle{every node}+=[font=\normalsize\rmfamily] \tikzstyle{every node}+=[font=\normalsize\rmfamily]
\begin{axis}[ \begin{axis}[
title=Ambient temperatures, title=Ambient temperature,
grid=both, grid=both,
major grid style={line width=.2pt,draw=gray!30}, major grid style={line width=.2pt,draw=gray!30},
axis x line=middle, axis x line=middle,
@@ -23,6 +23,6 @@
\addplot [color=codeblue,smooth,ultra thick] table {plots/non-preheated_ambient.table}; \addplot [color=codeblue,smooth,ultra thick] table {plots/non-preheated_ambient.table};
\addplot [color=yellowpic,smooth,ultra thick] table {plots/preheated_bottom_ambient.table}; \addplot [color=yellowpic,smooth,ultra thick] table {plots/preheated_bottom_ambient.table};
\addplot [color=pinkpic,smooth,ultra thick] table {plots/spritzing_ambient.table}; \addplot [color=pinkpic,smooth,ultra thick] table {plots/spritzing_ambient.table};
\legend{ice cube, pre-heated, non-preheated, pre-heated bottom, spritzing}; \legend{Ice cube, Preheated, Non-preheated, Preheated bottom, Spritzing};
\end{axis} \end{axis}
\end{tikzpicture} \end{tikzpicture}

View File

@@ -1,7 +1,7 @@
\begin{tikzpicture} \begin{tikzpicture}
\tikzstyle{every node}+=[font=\normalsize\rmfamily] \tikzstyle{every node}+=[font=\normalsize\rmfamily]
\begin{axis}[ \begin{axis}[
title=Surface temperatures, title=Surface temperature,
grid=both, grid=both,
major grid style={line width=.2pt,draw=gray!30}, major grid style={line width=.2pt,draw=gray!30},
axis x line=middle, axis x line=middle,
@@ -23,6 +23,6 @@
\addplot [color=codeblue,smooth,ultra thick] table {plots/non-preheated_surface.table}; \addplot [color=codeblue,smooth,ultra thick] table {plots/non-preheated_surface.table};
\addplot [color=yellowpic,smooth,ultra thick] table {plots/preheated_bottom_surface.table}; \addplot [color=yellowpic,smooth,ultra thick] table {plots/preheated_bottom_surface.table};
\addplot [color=pinkpic,smooth,ultra thick] table {plots/spritzing_surface.table}; \addplot [color=pinkpic,smooth,ultra thick] table {plots/spritzing_surface.table};
\legend{ice cube, pre-heated, non-preheated, pre-heated bottom, spritzing}; \legend{Ice cube, Preheated, Non-preheated, Preheated bottom, Spritzing};
\end{axis} \end{axis}
\end{tikzpicture} \end{tikzpicture}