Add note that the lapack package needs to loaded to get the functions.
[maxima.git] / doc / info / figures / draw_region.mac
blobe738c70b80fc31886386540edd2906edb3426924
1 load("docdraw.mac");
3 docdraw2d("figures/draw_region",
4         x_voxel = 30,
5         y_voxel = 30,
6         region(x^2+y^2<1 and x^2+y^2 > 1/2,
7         x, -1.5, 1.5, y, -1.5, 1.5));