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
Merge branch 'rtoy-wrap-option-args'
[maxima.git]
/
doc
/
info
/
figures
/
draw_palette2.mac
blob
82fedf41c6b67f48e7bb0373873ab55eb54372c2
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_palette2",
8
image(im,0,0,30,30))$