repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'rtoy-wrap-option-args'
[maxima.git]
/
doc
/
info
/
figures
/
draw_wired_surface.mac
blob
3705a44e895522be00b8f7d8ec97a07629707d59
1
load("docdraw.mac");
2
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)) $