aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/zeta/continuation_overview.tikz.tex
diff options
context:
space:
mode:
authorrunterer <r.unterer@gmx.ch>2022-05-26 20:38:30 +0200
committerrunterer <r.unterer@gmx.ch>2022-05-26 20:38:30 +0200
commit14b48dfeb636fe25b0745a2ab617cc5d307c06e6 (patch)
tree623fee528b1452891ad150444a02c741aa0a4b26 /buch/papers/zeta/continuation_overview.tikz.tex
parentMerge branch 'AndreasFMueller:master' into master (diff)
downloadSeminarSpezielleFunktionen-14b48dfeb636fe25b0745a2ab617cc5d307c06e6.tar.gz
SeminarSpezielleFunktionen-14b48dfeb636fe25b0745a2ab617cc5d307c06e6.zip
tikz und eulerprodukt hinzugefĆ¼gt
Diffstat (limited to '')
-rw-r--r--buch/papers/zeta/continuation_overview.tikz.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/buch/papers/zeta/continuation_overview.tikz.tex b/buch/papers/zeta/continuation_overview.tikz.tex
index 03224ff..836ab1d 100644
--- a/buch/papers/zeta/continuation_overview.tikz.tex
+++ b/buch/papers/zeta/continuation_overview.tikz.tex
@@ -1,12 +1,13 @@
\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[->] (-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)$};
+ \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);
@@ -14,4 +15,4 @@
\fill[opacity=0.2, green] (1,1) rectangle (1.8, -1);
\end{scope}
-\end{tikzpicture} \ No newline at end of file
+\end{tikzpicture}