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_tube_extremes.mac
blob
cd8971742cb25c8b629dd9d030032ba908c22559
1
load("docdraw.mac");
2
3
docdraw3d("figures/draw_tube_extremes",
4
capping = [false, true],
5
tube(0, 0, a, 1, a, 0, 8) )$