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_palette3.mac
blob
00aa2ebb79b2182ff0868155bd233c84d4ea6508
1
load("docdraw.mac");
2
im: apply(
3
'matrix,
4
makelist(makelist(random(200),i,1,30),i,1,30)
5
)$
6
7
docdraw2d("figures/draw_palette3",
8
palette = gray, image(im,0,0,30,30))$