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