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 'master' into bug-4403-remove-polyfill
[maxima.git]
/
doc
/
info
/
figures
/
draw_enhanced3d2.mac
blob
0fc3032857bb2706fcd00aa26ce7e5586fd39968
1
load("docdraw.mac");
2
docdraw3d("figures/draw_enhanced3d2",
3
enhanced3d = [sin(r*s),r,s],
4
explicit(20*exp(-x^2-y^2)-10,x,-3,3,y,-3,3)
5
)$