On 10/21/10 9:48 AM, Johannes Huisman wrote:
sage: a(n)=(3*n+8)/(5*n-2) sage: list_plot([a(n) for n in range(100,120)],aspect_ratio=1)
This works after #2100 has been applied to 4.6.alpha3, which fixes a lot of issues and confusion we've had about aspect ratios and figure sizes. Ticket #2100 (http://trac.sagemath.org/sage_trac/ticket/2100) still needs to be reviewed.
The picture still isn't the prettiest after #2100 has been applied (I think that list_plot could be improved to make the picture better, and the axes probably need a fix as well), but at least there is no error thrown.
Jason -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org