[sage-devel] Re: plot scale needs to be recomputed for different aspect_ratio

2009-12-19 Thread Jason Grout
Jason Grout wrote: > Henryk Trappmann wrote: >> Hallo, >> >> it seems currently (sage 4.2) that the plot scale is not recomputed >> when changing the aspect_ratio, but simply graphically resized. This >> leads to possibly overlapping numbers, and looks somehow squeezed. >> Example: >> >> p = plot(l

[sage-devel] Re: plot scale needs to be recomputed for different aspect_ratio

2009-12-19 Thread Jason Grout
Henryk Trappmann wrote: > Hallo, > > it seems currently (sage 4.2) that the plot scale is not recomputed > when changing the aspect_ratio, but simply graphically resized. This > leads to possibly overlapping numbers, and looks somehow squeezed. > Example: > > p = plot(lambda x: 10*x, (0,1)); p.se