aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/zeta
diff options
context:
space:
mode:
authorRunterer <37069007+Runterer@users.noreply.github.com>2022-05-16 15:35:30 +0200
committerGitHub <noreply@github.com>2022-05-16 15:35:30 +0200
commit5fa246097347d82af591aa186f1b7fe32fbd1cf3 (patch)
tree1e3d4357b478b54ff1b80a74d5492260338de7ac /buch/papers/zeta
parentMerge branch 'AndreasFMueller:master' into master (diff)
downloadSeminarSpezielleFunktionen-5fa246097347d82af591aa186f1b7fe32fbd1cf3.tar.gz
SeminarSpezielleFunktionen-5fa246097347d82af591aa186f1b7fe32fbd1cf3.zip
added tikz -> kudos nic
Diffstat (limited to 'buch/papers/zeta')
-rw-r--r--buch/papers/zeta/continuation_overview.tikz.tex17
1 files changed, 17 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..03224ff
--- /dev/null
+++ b/buch/papers/zeta/continuation_overview.tikz.tex
@@ -0,0 +1,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} \ No newline at end of file