import three; size(4cm,0); currentprojection=perspective((45,45,30)); path3 YZ=plane((0,4,0),(0,0,4)); draw("$x$",O--X,Arrow); draw("$y$",O--Y,Arrow); draw("$z$",O--Z,Arrow); draw(YZ); label(scale(5)*project("A",Y,Z,(0,2,2)));