summaryrefslogtreecommitdiff
path: root/graphics/asymptote/doc/axis3.asy
blob: c7c90ae79d9b49bbe5bb968505cd8f7972359bfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import graph3;

size(0,200);
size3(200,IgnoreAspect);

currentprojection=perspective(dir(75,20));

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));