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
Update docs to match implementation of $build_and_dump_html_index
[maxima.git]
/
doc
/
info
/
figures
/
draw_view2.mac
blob
ba183209166e5e9543445b6c22043df6083f41c9
1
load("docdraw.mac");
2
3
docdraw3d("figures/draw_view2",
4
view = map,
5
enhanced3d = true,
6
explicit(sin(x^2+y^2),x,-2,2,y,-2,2)
7
)$