From 77dfbc3727334b88dcf19c673d9ef9812df1806a Mon Sep 17 00:00:00 2001 From: runterer Date: Sun, 7 Aug 2022 17:30:30 +0200 Subject: wip conlcusion not finished --- buch/papers/zeta/continuation_overview.tikz.tex | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 buch/papers/zeta/continuation_overview.tikz.tex (limited to 'buch/papers/zeta/continuation_overview.tikz.tex') diff --git a/buch/papers/zeta/continuation_overview.tikz.tex b/buch/papers/zeta/continuation_overview.tikz.tex deleted file mode 100644 index 836ab1d..0000000 --- a/buch/papers/zeta/continuation_overview.tikz.tex +++ /dev/null @@ -1,18 +0,0 @@ -\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$} -- (0.5,0) node[anchor=north west]{$0.5$}-- (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} - \draw[dotted] (0.5,-1) -- (0.5,1); - - \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} -- cgit v1.2.1