aboutsummaryrefslogtreecommitdiff
path: root/img/massloss_interpolation_plot.tikz
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-01-18 10:40:30 +0100
committerAdrian Kummerlaender2019-01-18 10:40:30 +0100
commitb885be1862dcdfa15e5a5e337370da66ff1147e4 (patch)
tree5d3af38cab718fac0395874307b1773b10e0768d /img/massloss_interpolation_plot.tikz
parent292f7d0710f5986efdd9fb7ac3185c1d9e42a502 (diff)
downloadgrid_refinement_bsc_thesis-b885be1862dcdfa15e5a5e337370da66ff1147e4.tar
grid_refinement_bsc_thesis-b885be1862dcdfa15e5a5e337370da66ff1147e4.tar.gz
grid_refinement_bsc_thesis-b885be1862dcdfa15e5a5e337370da66ff1147e4.tar.bz2
grid_refinement_bsc_thesis-b885be1862dcdfa15e5a5e337370da66ff1147e4.tar.lz
grid_refinement_bsc_thesis-b885be1862dcdfa15e5a5e337370da66ff1147e4.tar.xz
grid_refinement_bsc_thesis-b885be1862dcdfa15e5a5e337370da66ff1147e4.tar.zst
grid_refinement_bsc_thesis-b885be1862dcdfa15e5a5e337370da66ff1147e4.zip
Externalize TIKZ figures to speed up compilation
Diffstat (limited to 'img/massloss_interpolation_plot.tikz')
-rw-r--r--img/massloss_interpolation_plot.tikz10
1 files changed, 6 insertions, 4 deletions
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
]