plot3d([discrete,x,y,z]);



Is there a counterpart to

plot2d([discrete,t,x]);

ie how would I achieve the equivalent of

plot3d([discrete,x,y,z]);

?

Chris