aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/110-elliptisch/images/ellselection.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-06-24 20:47:33 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2022-06-24 20:47:33 +0200
commite1e6149b020ef102e257adb9898d5ba5242bac05 (patch)
treeb68afc47d4bea5f984ff81b9ffa219727a04ff28 /buch/chapters/110-elliptisch/images/ellselection.tex
parentimprove elliptic domain images (diff)
downloadSeminarSpezielleFunktionen-e1e6149b020ef102e257adb9898d5ba5242bac05.tar.gz
SeminarSpezielleFunktionen-e1e6149b020ef102e257adb9898d5ba5242bac05.zip
more improvements
Diffstat (limited to '')
-rw-r--r--buch/chapters/110-elliptisch/images/ellselection.tex14
1 files changed, 12 insertions, 2 deletions
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);