You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-support
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() ## or p.show()
When I try this, I get an ellipse! Or more precisely, the plot has
unequal axis scaling.