Files
@ 989b2ffe9d45
Branch filter:
Location: AENC/resampling_chain/diagram_gap.tex - annotation
989b2ffe9d45
1.3 KiB
text/x-tex
Update on Overleaf.
415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 25366b6ee86a 25366b6ee86a 25366b6ee86a 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 415095330321 25366b6ee86a 25366b6ee86a 25366b6ee86a 25366b6ee86a 415095330321 415095330321 415095330321 | \documentclass{standalone}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{parskip}
\usepackage{marvosym} %Lightning symbol
\usepackage[usenames,dvipsnames]{color}
\usepackage[hidelinks]{hyperref}
\renewcommand*{\familydefault}{\sfdefault}
\usepackage{bbm} %For \mathbbm{1}
%\usepackage{bbold}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw[gray] (0,0) -- (10,0);
\draw[gray,dotted] (0,2) -- (10,2);
\draw[gray] (0,2) arc (90:270:1);
\draw[gray] (10,0) arc (-90:90:1);
\foreach \x in {0,...,10} {
\draw[fill] (\x,0) circle (0.04);
}
\draw[fill] (11,1) circle (0.04);
\draw[fill] (-1,1) circle (0.04);
\foreach \x in {1,2,4,7,9} {
\draw[fill,red] (\x,0) circle (0.08);
}
\foreach \x in {3,5,6,8} {
\draw[fill,blue] (\x-0.06,0-0.06) rectangle +(0.12,0.12);
}
\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[fill,red] (1,-2) circle (0.08);
\draw (2,-2) node {slots $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_{><}$};
\end{tikzpicture}
\end{document}
|