import graph3; size3(120,IgnoreAspect); limits((0,50,0),(10,60,2)); triple m=currentpicture.userMin; triple M=currentpicture.userMax; triple target=0.5*(m+M); currentprojection=perspective(camera=target+realmult(dir(60,50),M-m), target=target); xaxis3(Bounds(),OutTicks(beginlabel=false,endlabel=false),p=blue); yaxis3(Bounds(),InTicks(Step=5,step=1),p=red); zaxis3(Bounds(),OutTicks,p=green); // Pour apprendre à configurer les repères, voir la galerie "Repères 3D"