Skip to content

Commit

Permalink
Merge pull request #22 from tfachmann/patch-1
Browse files Browse the repository at this point in the history
Fix missing character warning
  • Loading branch information
CommanderStorm authored Jun 20, 2024
2 parents c98745b + 3d84705 commit 8b7cb72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/01_introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ \subsection{Subsection}
xlabel=X
]
\addplot table[x=a, y=b]{\exampleA};
\addlegendentry{Example A};
\addlegendentry{Example A}
\addplot table[x=a, y=b]{\exampleB};
\addlegendentry{Example B};
\addlegendentry{Example B}
\end{axis}
\end{tikzpicture}
\caption[Example plot]{An example for a simple plot.}\label{fig:sample-plot}
Expand Down

0 comments on commit 8b7cb72

Please sign in to comment.