sec-4: fix an error in the plot

This commit is contained in:
Giù Marcer 2020-06-13 08:46:42 +00:00 committed by rnhmjoj
parent 602e08b2a2
commit 9a3e85a11b

View File

@ -185,7 +185,7 @@ $$
\draw <6> [domain=-0.1:2.9, smooth, variable=\x, cyclamen, very thick]
plot ({\x}, {exp(-(\x - 1.4)*(\x - 1.4)/0.25)/0.5 + 0.1});
% sum
\draw <6> [fill=white, white, opacity=0.5] (-2.7,0.1) rectangle (3,2.7);
\draw <6> [fill=white, white, opacity=0.5] (-2.7,0.05) rectangle (3,2.7);
\draw <6> [domain=-2.6:2.9, smooth, variable=\x, yellow, very thick]
plot ({\x}, {exp(-(\x + 1.1)*(\x + 1.1)/0.25)/0.5 +
exp(-\x*\x/0.25)/0.5 +