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_colorbox.mac
blob
2d744a61ced3179c1f269dac130b02d7d212ea73
1
load("docdraw.mac");
2
im: apply('matrix,makelist(makelist(random(200),i,1,30),i,1,30))$
3
docdraw("figures/draw_colorbox",
4
gr2d(image(im,0,0,30,30)),
5
gr2d(colorbox = false, image(im,0,0,30,30))
6
)$