Remove some debugging prints and add comments
[maxima.git] / doc / info / figures / plotting25.mac
blobb8d570b45b46f04f918d892ca0960634bed138a7
1 M: matrix([1,2,3,4],[1,2,3,2],[1,2,3,4],[1,2,3,3])$
2 f(x,y) := float('M [round(x), round(y)])$
3 plot3d (f(x,y), [x,1,4], [y,1,4], [grid,3,3], nolegend,
4   [pdf_file,"./plotting25.pdf"]);
5 plot3d (f(x,y), [x,1,4], [y,1,4], [grid,3,3], nolegend,
6   [png_file,"./plotting25.png"]);