summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/sqrtx01y1.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/sqrtx01y1.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/sqrtx01y1.asy3
1 files changed, 0 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/sqrtx01y1.asy b/Master/texmf-dist/doc/asymptote/examples/sqrtx01y1.asy
index dcb247f572e..0bb7dd52162 100644
--- a/Master/texmf-dist/doc/asymptote/examples/sqrtx01y1.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/sqrtx01y1.asy
@@ -15,9 +15,6 @@ revolution a=revolution(p3,Y,0,360);
draw(surface(a),green,render(compression=Low,merge=true));
draw(p3,blue);
-xtick((0,0,0));
-xtick((1,0,0));
-
xaxis3(Label("$x$",1),Arrow3);
yaxis3(Label("$y$",1),ymax=1.5,dashed,Arrow3);
dot(Label("$(1,1)$"),(1,1,0));