Remove some debugging prints and add comments
[maxima.git] / doc / info / figures / draw_allocation2.mac
blobfec426bd270cee88a317184bc18bd6f74878b480
1 load("docdraw.mac");
3 docdraw("figures/draw_allocation2",
4         gr2d(grid=[5,5],
5           allocation = [[0, 0],[1, 1/4]],
6           explicit(x^2,x,-1,1)),
7         gr3d(
8           allocation = [[0, 1/4],[1, 3/4]],
9           explicit(x^2+y^2,x,-1,1,y,-1,1) ))$