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_image.mac
blob
908529412bcce19131b7804d7de166258994f154
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_image",
7
image(im,0,0,30,30))$