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
pwilt.lisp: replace MERGE with PWILT-MERGE in hope of quieting complaint from Clozure CL
[maxima.git]
/
doc
/
info
/
figures
/
draw_border.mac
blob
3ba5d5f40089f556be38f9fef5e63e7c8de5f7f4
1
load("docdraw.mac");
2
docdraw2d("figures/draw_border",color = brown,
3
line_width = 8,
4
polygon([[3,2],[7,2],[5,5]]),
5
border = false,
6
fill_color = blue,
7
polygon([[5,2],[9,2],[7,5]]) )$