[sage-support] Re: Circle demo yields an ellipse!

2008-06-29 Thread William Stein
On Sun, Jun 29, 2008 at 5:31 PM, Owen <[EMAIL PROTECTED]> wrote: > > The first example here: > http://www.sagemath.org/doc/html/tut/node21.html > .. shows creating a circle plot via: > L = [[cos(pi*i/100),sin(pi*i/100)] for i in range(200)] > p = polygon(L, rgbcolor=(1,1,0)) > p.save() ##

[sage-support] Re: Circle demo yields an ellipse!

2008-06-29 Thread Yi Qiang
Good catch. Maybe the documentation should be updated to use p.show(aspect_ratio=1) ? On Sun, Jun 29, 2008 at 5:31 PM, Owen <[EMAIL PROTECTED]> wrote: > > The first example here: > http://www.sagemath.org/doc/html/tut/node21.html > .. shows creating a circle plot via: > L = [[cos(pi*i/100),sin(p