summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/xxsq01x-1.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/examples/xxsq01x-1.asy')
-rw-r--r--graphics/asymptote/examples/xxsq01x-1.asy4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/examples/xxsq01x-1.asy b/graphics/asymptote/examples/xxsq01x-1.asy
index 6d645a4966..eac387247e 100644
--- a/graphics/asymptote/examples/xxsq01x-1.asy
+++ b/graphics/asymptote/examples/xxsq01x-1.asy
@@ -28,8 +28,8 @@ xaxis3(Label("$x$",1),Arrow3);
yaxis3(Label("$y$",1),Arrow3);
dot(Label("$(1,1)$"),(1,1,0));
dot(Label("$(-1,1)$"),(-1,1,0),W);
-arrow("$y=x^{2}$",F3(0.7),X,1cm,red);
-arrow("$y=x$",(0.3,0.3,0),X,1.5cm,red);
+arrow("$y=x^{2}$",F3(0.7),X,1cm,red);
+arrow("$y=x$",(0.3,0.3,0),X,1.5cm,red);
draw(circle((-1,1,0),2,Y),dashed);
draw((-1,1,0)--(1,1,0),dashed);
draw(shift(-X)*arc(0.02Y,0.3,90,0,0,0,CW),Arrow3);