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
descriptive.mac: declare local variable to avoid possibility of name collision.
[maxima.git]
/
doc
/
info
/
figures
/
draw_enhanced3d8.mac
blob
82092627493ce90b23a58545924c917918334f00
1
load("docdraw.mac");
2
docdraw3d("figures/draw_enhanced3d8",
3
tube_extremes = [open, closed],
4
palette = [26,15,-2],
5
enhanced3d = [-foo, foo],
6
tube(a, a, a^2, 1, a, -2, 2)
7
)$