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_enhanced3d10.mac
blob
9662b51f4367cb11d7a7e501ef8cee117ab4d00f
1
load("docdraw.mac");
2
m: makelist([random(1.0),random(1.0),random(1.0)],k,1,2000)$
3
docdraw3d("figures/draw_enhanced3d10",
4
point_type = filled_circle,
5
point_size = 2,
6
enhanced3d = [u+v-w,u,v,w],
7
points(m)
8
)$