descriptive.mac: declare local variable to avoid possibility of name collision.
[maxima.git] / doc / info / figures / draw_allocation.mac
blob3b18d4fe75fd34e5f9b7e4cfdc747cec22cb6a29
1 load("docdraw.mac");
3 docdraw("figures/draw_allocation",
4         gr2d(
5           explicit(x^2,x,-1,1)),
6         gr2d(
7           allocation = [[1/4, 1/4],[1/2, 1/2]],
8           explicit(x^3,x,-1,1),
9           grid = true) ) $