Add note that the lapack package needs to loaded to get the functions.
[maxima.git] / doc / info / figures / draw_parametric.mac
blob2b9dc8bf3560223d521b6ee6d5a3e6e47ea44ef2
1 load("docdraw.mac");
3 docdraw2d("figures/draw_parametric",
4         explicit(exp(x),x,-1,3),
5         color = red,
6         key = "This is the parametric one!!",
7         parametric(2*cos(rrr),rrr^2,rrr,0,2*%pi)
8 )$