aboutsummaryrefslogtreecommitdiff
path: root/img/interpolation_basis.tikz
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-12-31 20:19:15 +0100
committerAdrian Kummerlaender2018-12-31 20:19:15 +0100
commit4c01070f386ac878101d7bd4e6935bf9c01e8550 (patch)
treebb7ee7a030ec07dfe7c6ee033f716ecb377acda6 /img/interpolation_basis.tikz
parent8a6a57c280ba95cbd9ce4314d0ccde925b38140d (diff)
downloadgrid_refinement_bsc_thesis-4c01070f386ac878101d7bd4e6935bf9c01e8550.tar
grid_refinement_bsc_thesis-4c01070f386ac878101d7bd4e6935bf9c01e8550.tar.gz
grid_refinement_bsc_thesis-4c01070f386ac878101d7bd4e6935bf9c01e8550.tar.bz2
grid_refinement_bsc_thesis-4c01070f386ac878101d7bd4e6935bf9c01e8550.tar.lz
grid_refinement_bsc_thesis-4c01070f386ac878101d7bd4e6935bf9c01e8550.tar.xz
grid_refinement_bsc_thesis-4c01070f386ac878101d7bd4e6935bf9c01e8550.tar.zst
grid_refinement_bsc_thesis-4c01070f386ac878101d7bd4e6935bf9c01e8550.zip
Unify lattice node styles
Diffstat (limited to 'img/interpolation_basis.tikz')
-rw-r--r--img/interpolation_basis.tikz6
1 files changed, 3 insertions, 3 deletions
diff --git a/img/interpolation_basis.tikz b/img/interpolation_basis.tikz
index 1d8d86e..567e8be 100644
--- a/img/interpolation_basis.tikz
+++ b/img/interpolation_basis.tikz
@@ -1,8 +1,8 @@
\begin{tikzpicture}[
scale=1.5,
- coarse/.style={circle,draw=gray,inner sep=4pt},
+ coarse/.style={circle,draw=gray,inner sep=4},
+ fine/.style={cross out,draw=gray,inner sep=2},
ibase/.style={coarse,draw=black,very thick},
- fine/.style={cross out,draw=gray,minimum size=8pt},
wantedfine/.style={fine,draw=black,ultra thick},
arrow/.style={-{Latex[length=2mm]},thick}
]
@@ -21,7 +21,7 @@
\node[ibase] at (2,0){ };
\node[ibase] at (2,-1){ };
-\draw[dashed,thick] (1.8,-1.2) rectangle (2.2,2.2);
+\draw[dashed,very thick] (1.8,-1.2) rectangle (2.2,2.2);
\draw[dashed,draw=gray] (2.8,-1.2) rectangle (3.2,2.2);
\draw[arrow] (2,3.3) node[right] {Interpolation von grob nach fein, \(\U_{g \to f}\)} -- (2,2.3);