diff options
Diffstat (limited to 'img')
-rw-r--r-- | img/algorithm_birds_eye.tikz | 2 | ||||
-rw-r--r-- | img/massloss_interpolation_plot.tikz | 10 |
2 files changed, 8 insertions, 4 deletions
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 ] |