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
descriptive.mac: declare local variable to avoid possibility of name collision.
[maxima.git]
/
doc
/
info
/
figures
/
draw_triangle.mac
blob
9997a99f5a88e0ec22d38f594bbf29b2e2b39807
1
load("docdraw.mac");
2
3
docdraw2d("figures/draw_triangle",
4
triangle([1,1],[2,2],[3,-1]))$