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_interpolate_color2.mac
blob
833fa56028cb46119358824e182376ad9af100ee
1
load("docdraw.mac");
2
docdraw3d("figures/draw_interpolate_color2",
3
interpolate_color = true,
4
enhanced3d = sin(x*y),
5
explicit(20*exp(-x^2-y^2)-10, x ,-3, 3, y, -3, 3)
6
) $