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
Update docs to match implementation of $build_and_dump_html_index
[maxima.git]
/
doc
/
info
/
figures
/
draw_points3.mac
blob
7e4f59acc4c59b3e8a382b753a3c0648fa0004ee
1
load("docdraw.mac");
2
3
a: make_array (flonum, 100) $
4
for i:0 thru 99 do a[i]: random(1.0) $
5
docdraw2d("figures/draw_points3",
6
points(a))$
7
kill(a)$