aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/zeta/continuation_overview.tikz.tex
blob: 03224ff21f6683c3f2290efa887dcc5d86e4957c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\begin{tikzpicture}[>=stealth', auto, node distance=0.9cm, scale=2,
    dot/.style={fill, circle, inner sep=0, minimum size=0.1cm}]

    \draw[->] (-2,0) -- (-1,0) node[dot]{} node[anchor=north]{$-1$} -- (0,0) node[anchor=north west]{$0$} -- (1,0) node[anchor=north west]{$1$} -- (2,0) node[anchor=west]{Re$(s)$};

    \draw[->] (0,-1.2) -- (0,1.2) node[anchor=south]{Im$(s)$};
    \begin{scope}[yscale=0.1]
        \draw[] (1,-1) -- (1,1);
    \end{scope}

    \begin{scope}[]
        \fill[opacity=0.2, red] (-1.8,1) rectangle (0, -1);
        \fill[opacity=0.2, blue] (0,1) rectangle (1, -1);
        \fill[opacity=0.2, green] (1,1) rectangle (1.8, -1);
    \end{scope}

\end{tikzpicture}