commands → plot3d

plot3d(A,X,Y,x0,x1,y0,y1,z0,z1)

The plot3d command draws a graph of A(X,Y) from x0 <= X <= x1, y0 <= Y <= y1, and z0 <= A(x,y) <= z1.

Examples

plot3d(sin(x)*cos(y),x,y,-2,2,-2,2,-2,2);
view: http://axcas.net/view3d.html?scene1395965016396235516.spa&x0=-2&x1=2&y0=-2&y1=2&z0=-2&z1=2
        "scene1395965016396235516.spa"