Update docs to match implementation of $build_and_dump_html_index
[maxima.git] / doc / info / figures / draw_view2.mac
blobba183209166e5e9543445b6c22043df6083f41c9
1 load("docdraw.mac");
3 docdraw3d("figures/draw_view2",
4         view = map,
5         enhanced3d = true,
6         explicit(sin(x^2+y^2),x,-2,2,y,-2,2)
7 )$