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
descriptive.mac: declare local variable to avoid possibility of name collision.
[maxima.git]
/
doc
/
info
/
figures
/
draw_enhanced3d.mac
blob
014fa291c833af2cd29179ceb24cf84763b9259a
1
load("docdraw.mac");
2
docdraw3d("figures/draw_enhanced3d",
3
enhanced3d = [x-z/10,x,y,z],
4
palette = gray,
5
explicit(20*exp(-x^2-y^2)-10,x,-3,3,y,-3,3)
6
)$