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_proportional_axis.mac
blob
dff1a8ed2638ab8ee588128767f0e7d7d79c22eb
1
load("docdraw.mac");
2
3
docdraw2d("figures/draw_proportional_axis",
4
ellipse(0,0,1,1,0,360),
5
transparent=true,
6
color = blue,
7
line_width = 4,
8
ellipse(0,0,2,1/2,0,360),
9
proportional_axes = 'xy
10
) $