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
Remove some debugging prints and add comments
[maxima.git]
/
doc
/
info
/
figures
/
draw_explicit3.mac
blob
3df19ea6672c52421ac087e5703948abe74a473b
1
load("docdraw.mac");
2
3
docdraw3d("figures/draw_explicit3",
4
key = "Gauss",
5
color = "#a02c00",
6
explicit(20*exp(-x^2-y^2)-10,x,-3,3,y,-3,3),
7
yv_grid = 10,
8
color = blue,
9
key = "Plane",
10
explicit(x+y,x,-5,5,y,-5,5),
11
surface_hide = true)$