aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/zeta/continuation_overview.tikz.tex
diff options
context:
space:
mode:
authorHeadAndToes <55713950+HeadAndToes@users.noreply.github.com>2022-07-19 16:42:27 +0200
committerGitHub <noreply@github.com>2022-07-19 16:42:27 +0200
commitc4fd6a857d14abdcc91ce84237f542561520d15a (patch)
tree8465f77faf415379e84bd112e67cc4d27113201d /buch/papers/zeta/continuation_overview.tikz.tex
parentKorrektur Feedback (diff)
parentmakefile fix (diff)
downloadSeminarSpezielleFunktionen-c4fd6a857d14abdcc91ce84237f542561520d15a.tar.gz
SeminarSpezielleFunktionen-c4fd6a857d14abdcc91ce84237f542561520d15a.zip
Merge branch 'AndreasFMueller:master' into master
Diffstat (limited to 'buch/papers/zeta/continuation_overview.tikz.tex')
-rw-r--r--buch/papers/zeta/continuation_overview.tikz.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/buch/papers/zeta/continuation_overview.tikz.tex b/buch/papers/zeta/continuation_overview.tikz.tex
new file mode 100644
index 0000000..836ab1d
--- /dev/null
+++ b/buch/papers/zeta/continuation_overview.tikz.tex
@@ -0,0 +1,18 @@
+\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}