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/algorithm_birds_eye.tikz | 2 ++ img/massloss_interpolation_plot.tikz | 10 ++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'img') diff --git a/img/algorithm_birds_eye.tikz b/img/algorithm_birds_eye.tikz index d5447aa..27f6123 100644 --- a/img/algorithm_birds_eye.tikz +++ b/img/algorithm_birds_eye.tikz @@ -1,4 +1,5 @@ \hspace{-12.5mm} +\tikzexternaldisable \begin{tikzpicture}[ scale=1.0, lhs/.style={left,xshift=-5mm,align=left}, @@ -61,3 +62,4 @@ \node[rhs] at (1,-11) {\(f_{f,i}(\F)\) vollständig zu Zeit \(t+\delta t_g\)}; \end{tikzpicture} +\tikzexternalenable 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