From 6e787a660b0a1a456d42d8a420dfe790431dfc40 Mon Sep 17 00:00:00 2001 From: Nicolas Tobler Date: Thu, 2 Jun 2022 01:28:17 +0200 Subject: working on presentation --- buch/papers/ellfilter/tikz/arccos.tikz.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'buch/papers/ellfilter/tikz/arccos.tikz.tex') diff --git a/buch/papers/ellfilter/tikz/arccos.tikz.tex b/buch/papers/ellfilter/tikz/arccos.tikz.tex index 2772620..987f885 100644 --- a/buch/papers/ellfilter/tikz/arccos.tikz.tex +++ b/buch/papers/ellfilter/tikz/arccos.tikz.tex @@ -10,10 +10,10 @@ \clip(-7.5,-2) rectangle (7.5,2); - \draw[thick, ->, darkgreen] (0, 0) -- (0,1.5); - \draw[thick, ->, orange] (1, 0) -- (0,0); - \draw[thick, ->, red] (2, 0) -- (1,0); - \draw[thick, ->, blue] (2,1.5) -- (2, 0); + \draw[ultra thick, ->, darkgreen] (0, 0) -- (0,1.5); + \draw[ultra thick, ->, orange] (1, 0) -- (0,0); + \draw[ultra thick, ->, red] (2, 0) -- (1,0); + \draw[ultra thick, ->, blue] (2,1.5) -- (2, 0); \foreach \i in {-2,...,1} { \begin{scope}[opacity=0.5, xshift=\i*4cm] @@ -45,7 +45,7 @@ \end{scope} - \begin{scope}[yshift=-2.5cm] + \begin{scope}[yshift=-3cm] \draw[gray, ->] (-5,0) -- (5,0) node[anchor=west]{$w$}; -- cgit v1.2.1 From 8ced517966a5996ad659b155b7e0372107bbf116 Mon Sep 17 00:00:00 2001 From: Nicolas Tobler Date: Tue, 2 Aug 2022 23:54:02 +0200 Subject: improved Einleitung --- buch/papers/ellfilter/tikz/arccos.tikz.tex | 55 +++++++++++++++++------------- 1 file changed, 32 insertions(+), 23 deletions(-) (limited to 'buch/papers/ellfilter/tikz/arccos.tikz.tex') diff --git a/buch/papers/ellfilter/tikz/arccos.tikz.tex b/buch/papers/ellfilter/tikz/arccos.tikz.tex index 987f885..4211053 100644 --- a/buch/papers/ellfilter/tikz/arccos.tikz.tex +++ b/buch/papers/ellfilter/tikz/arccos.tikz.tex @@ -8,29 +8,6 @@ \begin{scope}[xscale=0.6] - \clip(-7.5,-2) rectangle (7.5,2); - - \draw[ultra thick, ->, darkgreen] (0, 0) -- (0,1.5); - \draw[ultra thick, ->, orange] (1, 0) -- (0,0); - \draw[ultra thick, ->, red] (2, 0) -- (1,0); - \draw[ultra thick, ->, blue] (2,1.5) -- (2, 0); - - \foreach \i in {-2,...,1} { - \begin{scope}[opacity=0.5, xshift=\i*4cm] - \draw[->, orange] (-1, 0) -- (0,0); - \draw[->, darkgreen] (0, 0) -- (0,1.5); - \draw[->, darkgreen] (0, 0) -- (0,-1.5); - \draw[->, orange] (1, 0) -- (0,0); - \draw[->, red] (2, 0) -- (1,0); - \draw[->, blue] (2,1.5) -- (2, 0); - \draw[->, blue] (2,-1.5) -- (2, 0); - \draw[->, red] (2, 0) -- (3,0); - - \node[zero] at (1,0) {}; - \node[zero] at (3,0) {}; - \end{scope} - } - \node[gray, anchor=north] at (-6,0) {$-3\pi$}; \node[gray, anchor=north] at (-4,0) {$-2\pi$}; \node[gray, anchor=north] at (-2,0) {$-\pi$}; @@ -43,8 +20,40 @@ % \node[gray, anchor=south east] at (0, 0) {$0$}; \node[gray, anchor=east] at (0, 1.5) {$\infty$}; + \clip(-7.5,-2) rectangle (7.5,2); + + % \pause + \draw[ultra thick, ->, orange] (1, 0) -- (0,0); + % \pause + \draw[ultra thick, ->, darkgreen] (0, 0) -- (0,1.5); + % \pause + \draw[ultra thick, ->, red] (2, 0) -- (1,0); + \draw[ultra thick, ->, blue] (2,1.5) -- (2, 0); + + % \pause + + \foreach \i in {-2,...,1} { + \begin{scope}[xshift=\i*4cm] + \begin{scope}[opacity=0.5] + \draw[->, orange] (-1, 0) -- (0,0); + \draw[->, darkgreen] (0, 0) -- (0,1.5); + \draw[->, darkgreen] (0, 0) -- (0,-1.5); + \draw[->, orange] (1, 0) -- (0,0); + \draw[->, red] (2, 0) -- (1,0); + \draw[->, blue] (2,1.5) -- (2, 0); + \draw[->, blue] (2,-1.5) -- (2, 0); + \draw[->, red] (2, 0) -- (3,0); + \end{scope} + \node[zero] at (1,0) {}; + \node[zero] at (3,0) {}; + \end{scope} + } + \end{scope} + \node[zero] at (4,2) (n) {}; + \node[anchor=west] at (n.east) {Zero}; + \begin{scope}[yshift=-3cm] \draw[gray, ->] (-5,0) -- (5,0) node[anchor=west]{$w$}; -- cgit v1.2.1 From d4e52d5bd83bed95d7712c34e14ccde3ff72810e Mon Sep 17 00:00:00 2001 From: Nicolas Tobler Date: Tue, 9 Aug 2022 23:54:32 +0200 Subject: Improved plot color choices --- buch/papers/ellfilter/tikz/arccos.tikz.tex | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'buch/papers/ellfilter/tikz/arccos.tikz.tex') diff --git a/buch/papers/ellfilter/tikz/arccos.tikz.tex b/buch/papers/ellfilter/tikz/arccos.tikz.tex index 4211053..a139fc4 100644 --- a/buch/papers/ellfilter/tikz/arccos.tikz.tex +++ b/buch/papers/ellfilter/tikz/arccos.tikz.tex @@ -23,26 +23,26 @@ \clip(-7.5,-2) rectangle (7.5,2); % \pause - \draw[ultra thick, ->, orange] (1, 0) -- (0,0); + \draw[ultra thick, ->, darkgreen] (1, 0) -- (0,0); % \pause - \draw[ultra thick, ->, darkgreen] (0, 0) -- (0,1.5); + \draw[ultra thick, ->, orange] (0, 0) -- (0,1.5); % \pause - \draw[ultra thick, ->, red] (2, 0) -- (1,0); + \draw[ultra thick, ->, cyan] (2, 0) -- (1,0); \draw[ultra thick, ->, blue] (2,1.5) -- (2, 0); % \pause \foreach \i in {-2,...,1} { \begin{scope}[xshift=\i*4cm] - \begin{scope}[opacity=0.5] - \draw[->, orange] (-1, 0) -- (0,0); - \draw[->, darkgreen] (0, 0) -- (0,1.5); - \draw[->, darkgreen] (0, 0) -- (0,-1.5); - \draw[->, orange] (1, 0) -- (0,0); - \draw[->, red] (2, 0) -- (1,0); + \begin{scope}[] + \draw[->, darkgreen] (-1, 0) -- (0,0); + \draw[->, orange] (0, 0) -- (0,1.5); + \draw[->, orange] (0, 0) -- (0,-1.5); + \draw[->, darkgreen] (1, 0) -- (0,0); + \draw[->, cyan] (2, 0) -- (1,0); \draw[->, blue] (2,1.5) -- (2, 0); \draw[->, blue] (2,-1.5) -- (2, 0); - \draw[->, red] (2, 0) -- (3,0); + \draw[->, cyan] (2, 0) -- (3,0); \end{scope} \node[zero] at (1,0) {}; \node[zero] at (3,0) {}; @@ -58,10 +58,10 @@ \draw[gray, ->] (-5,0) -- (5,0) node[anchor=west]{$w$}; - \draw[thick, ->, blue] (-4, 0) -- (-2, 0); - \draw[thick, ->, red] (-2, 0) -- (0, 0); - \draw[thick, ->, orange] (0, 0) -- (2, 0); - \draw[thick, ->, darkgreen] (2, 0) -- (4, 0); + \draw[ultra thick, ->, blue] (-4, 0) -- (-2, 0); + \draw[ultra thick, ->, cyan] (-2, 0) -- (0, 0); + \draw[ultra thick, ->, darkgreen] (0, 0) -- (2, 0); + \draw[ultra thick, ->, orange] (2, 0) -- (4, 0); \node[anchor=south] at (-4,0) {$-\infty$}; \node[anchor=south] at (-2,0) {$-1$}; -- cgit v1.2.1 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/arccos.tikz.tex | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'buch/papers/ellfilter/tikz/arccos.tikz.tex') diff --git a/buch/papers/ellfilter/tikz/arccos.tikz.tex b/buch/papers/ellfilter/tikz/arccos.tikz.tex index a139fc4..b11c25d 100644 --- a/buch/papers/ellfilter/tikz/arccos.tikz.tex +++ b/buch/papers/ellfilter/tikz/arccos.tikz.tex @@ -52,9 +52,14 @@ \end{scope} \node[zero] at (4,2) (n) {}; - \node[anchor=west] at (n.east) {Zero}; + \node[anchor=west] at (n.east) {Nullstelle}; - \begin{scope}[yshift=-3cm] + \begin{scope}[yshift=-3.25cm] + + \draw[->, thick](0,0) -- node[anchor=center, fill=white]{$z = \cos^{-1}(w)$} (0,1); + + \end{scope} + \begin{scope}[yshift=-4cm] \draw[gray, ->] (-5,0) -- (5,0) node[anchor=west]{$w$}; -- cgit v1.2.1