Add note that the lapack package needs to loaded to get the functions.
[maxima.git] / doc / info / figures / draw_enhanced3d4.mac
blob8a3a5dde0d839f9acdb534e6724b4a6aef8fbc42
1 load("docdraw.mac");
2 docdraw3d("figures/draw_enhanced3d4",
3         nticks = 60,
4         line_width = 3,
5         enhanced3d = (u-1)^2,
6         parametric(cos(5*u)^2,sin(7*u),u-2,u,0,2)
7 )$