Add note that the lapack package needs to loaded to get the functions.
[maxima.git] / doc / info / figures / draw_color4.mac
blobe99b068dc146db69eb844f7e16b6f60521891c67
1 load("docdraw.mac");
2 docdraw2d(
3     "figures/draw_color4",
4     makelist(
5         [
6             color=i,
7             key=sconcat("color =",i),
8             explicit(sin(i*x),x,0,1)
9         ],
10         i,0,17
11     )