diff --git a/diagram_gap.tex b/diagram_gap.tex index a5ecd70cd6c34ae91301a8c628cb58fa980f5db3..1edd13f86e9b8ac2552080740822dda0711ff090 100644 --- a/diagram_gap.tex +++ b/diagram_gap.tex @@ -26,24 +26,24 @@ \draw[fill] (-1,1) circle (0.04); \foreach \x in {1,2,4,7,9} { - \draw[fill,red] (\x,0) circle (0.08); + \draw[fill,red] (\x,0) circle (0.09); } \foreach \x in {3,5,6,8} { - \draw[fill,blue] (\x-0.06,0-0.06) rectangle +(0.12,0.12); + \draw[fill,blue] (\x-0.07,0-0.07) rectangle +(0.14,0.14); } \draw[<->] (1,-0.5) -- (9,-0.5); \draw (5,-0.9) node {$\mathcal{D}(C)$}; \draw[<->] (4.9,0.3) -- (6.1,0.3); - \draw (5.5,0.7) node {$\mathrm{gap}(C)$}; + \draw (5.5,0.7) node {$\mathrm{maxgap}(C)$}; - \draw[fill,red] (1,-2) circle (0.08); - \draw (2,-2) node {slots $C$}; + \draw[fill,red] (1,-2) circle (0.09); + \draw (1.5,-2) node {$C$}; %\draw[fill] (3,-2) circle (0.04); %\draw (4.5,-2) node {non-slots $[n]\setminus C$}; - \draw[fill,blue] (7.4-0.06,-2-0.06) rectangle +(0.12,0.12); - \draw (8,-2) node {$C_{><}$}; + \draw[fill,blue] (7.3-0.07,-2-0.07) rectangle +(0.14,0.14); + \draw (8,-2) node {$C_{\mathrm{gaps}}$}; \end{tikzpicture} \end{document}