summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/axis3.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/axis3.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/axis3.asy12
1 files changed, 0 insertions, 12 deletions
diff --git a/Master/texmf/doc/asymptote/examples/axis3.asy b/Master/texmf/doc/asymptote/examples/axis3.asy
deleted file mode 100644
index 90cbdc6ad09..00000000000
--- a/Master/texmf/doc/asymptote/examples/axis3.asy
+++ /dev/null
@@ -1,12 +0,0 @@
-import graph3;
-
-size(0,200);
-size3(200,IgnoreAspect);
-
-currentprojection=perspective(5,2,2);
-
-scale(Linear,Linear,Log);
-
-xaxis3("$x$",0,1,red,OutTicks(2,2));
-yaxis3("$y$",0,1,red,OutTicks(2,2));
-zaxis3("$z$",1,30,red,OutTicks(beginlabel=false));