From efa82f7edc7345c29c2d44674d8c8d8ad8741548 Mon Sep 17 00:00:00 2001 From: Nicolas Tobler Date: Sat, 13 Aug 2022 19:32:21 +0200 Subject: corrections --- buch/papers/ellfilter/tikz/cd2.tikz.tex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'buch/papers/ellfilter/tikz/cd2.tikz.tex') diff --git a/buch/papers/ellfilter/tikz/cd2.tikz.tex b/buch/papers/ellfilter/tikz/cd2.tikz.tex index bba5789..d4187c4 100644 --- a/buch/papers/ellfilter/tikz/cd2.tikz.tex +++ b/buch/papers/ellfilter/tikz/cd2.tikz.tex @@ -76,4 +76,19 @@ \end{scope} + \begin{scope}[xshift=1cm , yshift=-3cm, xscale=0.75] + + \draw[gray, ->] (-1,0) -- (6,0) node[anchor=west]{$w$}; + + \draw[ultra thick, ->, darkgreen] (0, 0) -- (2, 0); + \draw[ultra thick, ->, orange] (2, 0) -- (3, 0); + \draw[ultra thick, ->, red] (3, 0) -- (5, 0); + + \node[anchor=south] at (0,0) {$0$}; + \node[anchor=south] at (2,0) {$1$}; + \node[anchor=south] at (3,0) {$1/k$}; + \node[anchor=south] at (5,0) {$\infty$}; + + \end{scope} + \end{tikzpicture} \ No newline at end of file -- cgit v1.2.1