From b885be1862dcdfa15e5a5e337370da66ff1147e4 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 18 Jan 2019 10:40:30 +0100 Subject: Externalize TIKZ figures to speed up compilation --- img/massloss_interpolation_plot.tikz | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'img/massloss_interpolation_plot.tikz') diff --git a/img/massloss_interpolation_plot.tikz b/img/massloss_interpolation_plot.tikz index 4cc8e5d..2c86b70 100644 --- a/img/massloss_interpolation_plot.tikz +++ b/img/massloss_interpolation_plot.tikz @@ -5,7 +5,9 @@ width=0.9*\textwidth, mark size=0, line width=0.2pt, - legend pos=south west + legend pos=south west, + xlabel=Horizontale Kanalposition (\(m\)), + ylabel=Druck (\(N/m^2\)) ] \addplot table[ @@ -13,15 +15,16 @@ col sep=semicolon, /pgf/number format/read comma as period ]{img/data/poiseuille2d_bisected_re100_both.csv}; -\addlegendentry{Druckverlauf bei Interpolation mit (\ref{eq:ipol4ord})}; +\addlegendentry{Druckverlauf bei Interpolationsordnung \(\mathcal{O}(h^4)\)}; \addplot table[ x=x, y=linear, col sep=semicolon, /pgf/number format/read comma as period ]{img/data/poiseuille2d_bisected_re100_both.csv}; +\addlegendentry{Druckverlauf bei Interpolationsordnung \(\mathcal{O}(h^2)\)}; + \draw [dotted] (axis cs:1.9,1.35) rectangle (axis cs:2.09,1.45); -\addlegendentry{Druckverlauf bei Interpolation mit (\ref{eq:ipol2ord})}; \end{axis} \begin{axis}[ @@ -33,7 +36,6 @@ mark size=0, line width=0.2pt, ticks=none, - xticklabels={,}, title=Übergangsbereich ] -- cgit v1.2.3