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_points2.mac
blob
53a59fe8068904be9bb729149300fc3067602d9b
1
load("docdraw.mac");
2
3
docdraw2d("figures/draw_points2",
4
points_joined = impulses,
5
line_width = 2,
6
color = red,
7
points(makelist([random(20),random(50)],k,1,10)))$