Figure Asymptote graph3 -- 003
🔗This picture comes from the Asymptote gallery of topic graph3

Show graph3/fig0030.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 3D | Graph3.asy
Tags : #Graph (3D) | #Axis (3D)
import graph3; size(8cm,0,IgnoreAspect); currentprojection=orthographic(1,1,1); limits((0,-2,0), (2,2,2)); axes3("$x$","$y$","$z$",Arrow3);