summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/animate/files/exp.mp
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/animate/files/exp.mp')
-rw-r--r--macros/latex/contrib/animate/files/exp.mp4
1 files changed, 1 insertions, 3 deletions
diff --git a/macros/latex/contrib/animate/files/exp.mp b/macros/latex/contrib/animate/files/exp.mp
index 3bd6a03148..45ca8b634a 100644
--- a/macros/latex/contrib/animate/files/exp.mp
+++ b/macros/latex/contrib/animate/files/exp.mp
@@ -1,5 +1,5 @@
% Jan Holecek, Alexander Grahn
-% 2021/04/08
+% 2022/01/25
prologues:=3;
outputtemplate := "%j_%c.mps";
@@ -103,7 +103,6 @@ beginfig(0);
axis;
bounds:=bbox currentpicture;
setbounds currentpicture to bounds;
- clip currentpicture to bounds;
endfig;
for i:=1 upto N:
@@ -112,7 +111,6 @@ for i:=1 upto N:
draw ptaylor[i] withcolor blue;
label.lrt ( nlabel[i], npnt);
setbounds currentpicture to bounds;
- clip currentpicture to bounds;
endfig;
endfor;