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_enhanced3d11.mac
blob
2407ea010a306ab0ac50346cceb386b878976d9b
1
load("docdraw.mac");
2
m:makelist([random(1.0), random(1.0), random(1.0)],k,1,5)$
3
4
m: makelist([random(1.0),random(1.0),random(1.0)],k,1,2000)$
5
docdraw3d("figures/draw_enhanced3d11",
6
enhanced3d = [sin(j), j],
7
point_size = 3,
8
point_type = filled_circle,
9
points_joined = true,
10
points(m)
11
) $