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_transparent.mac
blob
b3ee8a9fee16e8510b41f86c05846c0f1f9d6891
1
load("docdraw.mac");
2
3
docdraw2d("figures/draw_transparent",
4
polygon([[3,2],[7,2],[5,5]]),
5
transparent = true,
6
color = blue,
7
polygon([[5,2],[9,2],[7,5]]) )$