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
Remove some debugging prints and add comments
[maxima.git]
/
doc
/
info
/
figures
/
draw_columns.mac
blob
694f1a39abb7a133b5fd5a4a86123a2bb86297d1
1
load("docdraw.mac");
2
scene1: gr2d(title="Ellipse", nticks=30, parametric(2*cos(t),5*sin(t),t,0,2*%pi))$
3
scene2: gr2d(title="Triangle",polygon([4,5,7],[6,4,2]))$
4
5
docdraw("figures/draw_columns",
6
scene1, scene2, columns = 2
7
)$