summaryrefslogtreecommitdiff
path: root/graphics/asymptote/doc/slopefield1.asy
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-09-18 03:08:21 +0000
committerNorbert Preining <norbert@preining.info>2022-09-18 03:08:21 +0000
commitbaa3e10650110291de10e0e8e6a1e48ac4579afe (patch)
tree8eff974515ba91e538c94002db56558182e59a4e /graphics/asymptote/doc/slopefield1.asy
parent9ae94dce28ea17b97ef24019e324353cd6af4dba (diff)
CTAN sync 202209180308
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);
-
-