Merge branch 'rtoy-wrap-option-args'
[maxima.git] / doc / info / figures / draw_wired_surface.mac
blob3705a44e895522be00b8f7d8ec97a07629707d59
1 load("docdraw.mac");
3 docdraw3d("figures/draw_wired_surface",
4         enhanced3d = [sin(x),x,y],
5         wired_surface = true,
6         explicit(x^2+y^2,x,-1,1,y,-1,1)) $