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_contour2.mac
blob
4ec4f631b53b0225e7b5a35875c356979e789a33
1
load("docdraw.mac");
2
docdraw3d("figures/draw_contour2",
3
explicit(20*exp(-x^2-y^2)-10,x,0,2,y,-3,3),
4
contour_levels = 15,
5
contour = map) $