summaryrefslogtreecommitdiff
path: root/graphics/asymptote/doc/slopefield1.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/doc/slopefield1.asy')
-rw-r--r--graphics/asymptote/doc/slopefield1.asy4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/asymptote/doc/slopefield1.asy b/graphics/asymptote/doc/slopefield1.asy
index fd60de4f63..82de917646 100644
--- a/graphics/asymptote/doc/slopefield1.asy
+++ b/graphics/asymptote/doc/slopefield1.asy
@@ -3,7 +3,5 @@ import slopefield;
size(200);
real func(real x) {return 2x;}
-add(slopefield(func,(-3,-3),(3,3),20,Arrow));
+add(slopefield(func,(-3,-3),(3,3),20));
draw(curve((0,0),func,(-3,-3),(3,3)),red);
-
-