Add note that the lapack package needs to loaded to get the functions.
[maxima.git] / doc / info / figures / draw_grid.mac
blobb6291e2fe63f9766e15f444ad90c5d57781871fc
1 load("docdraw.mac");
2 docdraw2d("figures/draw_grid",
3         grid = true,
4         explicit(exp(u),u,-2,2)
5 )$