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
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