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_point_size.mac
blob
80cd15d868f376c4e65eb81909f453147c376b79
1
load("docdraw.mac");
2
3
docdraw2d("figures/draw_point_size",
4
points(makelist([random(20),random(50)],k,1,10)),
5
point_size = 5,
6
points(makelist(k,k,1,20),makelist(random(30),k,1,20))
7
)$