diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-06-24 20:47:33 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-06-24 20:47:33 +0200 |
commit | e1e6149b020ef102e257adb9898d5ba5242bac05 (patch) | |
tree | b68afc47d4bea5f984ff81b9ffa219727a04ff28 /buch/chapters | |
parent | improve elliptic domain images (diff) | |
download | SeminarSpezielleFunktionen-e1e6149b020ef102e257adb9898d5ba5242bac05.tar.gz SeminarSpezielleFunktionen-e1e6149b020ef102e257adb9898d5ba5242bac05.zip |
more improvements
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/110-elliptisch/images/ellpolnul.pdf | bin | 130369 -> 130369 bytes | |||
-rw-r--r-- | buch/chapters/110-elliptisch/images/ellpolnul.tex | 2 | ||||
-rw-r--r-- | buch/chapters/110-elliptisch/images/ellselection.pdf | bin | 76094 -> 165928 bytes | |||
-rw-r--r-- | buch/chapters/110-elliptisch/images/ellselection.tex | 14 |
4 files changed, 13 insertions, 3 deletions
diff --git a/buch/chapters/110-elliptisch/images/ellpolnul.pdf b/buch/chapters/110-elliptisch/images/ellpolnul.pdf Binary files differindex 4453703..d798169 100644 --- a/buch/chapters/110-elliptisch/images/ellpolnul.pdf +++ b/buch/chapters/110-elliptisch/images/ellpolnul.pdf diff --git a/buch/chapters/110-elliptisch/images/ellpolnul.tex b/buch/chapters/110-elliptisch/images/ellpolnul.tex index b3183fc..dfa04d3 100644 --- a/buch/chapters/110-elliptisch/images/ellpolnul.tex +++ b/buch/chapters/110-elliptisch/images/ellpolnul.tex @@ -26,7 +26,7 @@ \netz{0.4pt} \draw[line width=0.4pt] (-1,0) -- (1,0); \end{scope} -\fill[color=white,opacity=0.5] (-1,-1) rectangle (1,1); +\fill[color=white,opacity=0.7] (-1,-1) rectangle (1,1); \draw (-1,-1) rectangle (1,1); \node at (-1,-1) [below left] {$0$}; \node at (1,-1) [below right] {$K$}; diff --git a/buch/chapters/110-elliptisch/images/ellselection.pdf b/buch/chapters/110-elliptisch/images/ellselection.pdf Binary files differindex bad342c..7c98db1 100644 --- a/buch/chapters/110-elliptisch/images/ellselection.pdf +++ b/buch/chapters/110-elliptisch/images/ellselection.pdf diff --git a/buch/chapters/110-elliptisch/images/ellselection.tex b/buch/chapters/110-elliptisch/images/ellselection.tex index 0dd1e04..d8afeb1 100644 --- a/buch/chapters/110-elliptisch/images/ellselection.tex +++ b/buch/chapters/110-elliptisch/images/ellselection.tex @@ -43,8 +43,18 @@ \pgfmathparse{\sy/2} \xdef\rechtsy{\pgfmathresult} -\hintergrund -\netz{0.7pt} +\begin{scope} + \clip (-\sx,-\sy) rectangle (\sx,\sy); + \begin{scope}[xshift={-\Sx}] + \hintergrund + \netz{0.7pt} + \end{scope} + \begin{scope}[xshift={\Sx}] + \hintergrund + \netz{0.7pt} + \end{scope} +\end{scope} + \fill[color=red!14,opacity=0.7] ({-\sx},0) rectangle (\sx,\sy); \fill[color=blue!14,opacity=0.7] ({-\sx},{-\sy}) rectangle (\sx,0); \fill[color=yellow!40,opacity=0.5] (0,0) rectangle (\sx,\sy); |