From 4c01070f386ac878101d7bd4e6935bf9c01e8550 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 31 Dec 2018 20:19:15 +0100 Subject: Unify lattice node styles --- img/interpolation_edge_case.tikz | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'img/interpolation_edge_case.tikz') diff --git a/img/interpolation_edge_case.tikz b/img/interpolation_edge_case.tikz index b0a8d44..1105588 100644 --- a/img/interpolation_edge_case.tikz +++ b/img/interpolation_edge_case.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!40!blue,very thick}, - fine/.style={cross out,draw=gray,minimum size=8pt}, wantedfine/.style={fine,draw=black!40!blue,ultra thick}, arrow/.style={-{Latex[length=2mm]},thick}, ] @@ -29,7 +29,7 @@ \node[ibase,draw=black!40!green] at (5,1){ }; \node[ibase,draw=black!40!green] at (4,1){ }; -\draw[dashed,thick] (1.8,-2.2) -- (1.8,1.2) -- (6.2,1.2) -- (6.2,0.8) -- (2.2,0.8) -- (2.2,-2.2) -- (1.8,-2.2); +\draw[dashed,very thick] (1.8,-2.2) -- (1.8,1.2) -- (6.2,1.2) -- (6.2,0.8) -- (2.2,0.8) -- (2.2,-2.2) -- (1.8,-2.2); \draw[dashed,draw=gray] (2.8,-2.2) -- (2.8,0.2) -- (6.2,0.2) -- (6.2,-0.2) -- (3.2,-0.2) -- (3.2,-2.2) -- (2.8,-2.2); \end{tikzpicture} -- cgit v1.2.3