You may view all the posts of the category "graph3.asy"
|
|
| (Compiled with Asymptote version 2.14svn-r5318) |
import graph3;
size(8cm,0);
currentprojection=orthographic(1,1,1);
limits((0,-2,0),(2,2,2));
xaxis3("$x$", OutTicks());
yaxis3("$y$", OutTicks());
zaxis3("$z$", OutTicks());







