summaryrefslogtreecommitdiff
path: root/graphics/asymptote/base/slopefield.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/base/slopefield.asy')
-rw-r--r--graphics/asymptote/base/slopefield.asy1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/asymptote/base/slopefield.asy b/graphics/asymptote/base/slopefield.asy
index bdbb025267..e87e2cd36f 100644
--- a/graphics/asymptote/base/slopefield.asy
+++ b/graphics/asymptote/base/slopefield.asy
@@ -19,7 +19,6 @@ picture slopefield(real f(real,real), pair a, pair b,
draw(pic,(cp.x-mp,cp.y-mp*slope)--(cp.x+mp,cp.y+mp*slope),p,arrow);
}
}
- clip(pic,box(a,b));
return pic;
}