From baa3e10650110291de10e0e8e6a1e48ac4579afe Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 18 Sep 2022 03:08:21 +0000 Subject: CTAN sync 202209180308 --- graphics/asymptote/doc/slopefield1.asy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'graphics/asymptote/doc/slopefield1.asy') 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); - - -- cgit v1.2.3