var('t')
x = cos(t)
y = 5*sin(t)
p = parametric_plot((x,y),0,2*pi)
p.show(aspect_ratio=10)
The problem is that the aspect ratio is not right, and the image I get
is the same regardless of the 'aspect_ratio' I choose.
Is this a bug? I'm using SAGE Version 2.9.2, on Mac OS X 10.4.
Thanks in advance!
--
Hector
--
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org