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_quadrilateral.mac
blob
fcf586f4480cb0b0b56db331a32b524ef4750b46
1
load("docdraw.mac");
2
3
docdraw2d("figures/draw_quadrilateral",
4
quadrilateral([1,1],[2,2],[3,-1],[2,-2]))$