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_axis3d.mac
blob
8e74723cfd2d23ef8107234ecc1277103ea84d10
1
load("docdraw.mac");
2
docdraw3d("figures/draw_axis3d",
3
axis_3d = false,
4
explicit(sin(x^2+y^2),x,-2,2,y,-2,2)
5
);