Depending on your plot you might have to use aspect_ratio=1/1000. You may 
also try aspect_ratio='automatic'.

On Saturday, June 15, 2013 7:16:48 PM UTC+8, P Purkayastha wrote:
>
> Does aspect ratio work? Something like
>
> implicit_plot(F, (0,1), (0,1000), aspect_ratio=1000)
>
> On Saturday, June 15, 2013 6:13:35 PM UTC+8, Georgi Guninski wrote:
>>
>> Basically I am doing: 
>>
>> P=implicit_plot(F,(0,1),(0,1000)) 
>>
>> The result is a very thin rectangle extremely hard to interpret 
>> and I want it displayed as a square or close to square. 
>> P.show(figsize=[10,5]) doesn't seem to work? 
>>
>> Can I display the above example as a square plot? 
>>
>> Know that can use  x=(0,1000) and compute F(x/1000,y), 
>> but this screws the labelling of x. 
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to