#11963: aspect ratio is not handled correctly in combined plots
------------------------+---------------------------------------------------
   Reporter:  novoselt  |          Owner:  jason, was
       Type:  defect    |         Status:  new       
   Priority:  major     |      Milestone:  sage-4.7.3
  Component:  graphics  |       Keywords:            
Work_issues:            |       Upstream:  N/A       
   Reviewer:            |         Author:            
     Merged:            |   Dependencies:            
------------------------+---------------------------------------------------
 Using 4.7.2.rc0, I get the following behaviour:
 {{{
 p = circle((1,4), 3)
 p.show() # Shows "round" circle
 p += line([(3,4), (5,6)])
 print p.aspect_ratio() # Outputs 1
 p.set_aspect_ratio(1) # This should definitely make it 1
 p.show() # Shows a distorted circle
 p.show(aspect_ratio=1) # Shows "round" circle
 }}}
 In 4.7.1 everything behaves as expected, i.e. the first plot is not round,
 but two others are.

 It may be related to #2100. I tried to look into it, but I don't quite
 understand how and where `__aspect_ratio` is taken into account
 internally. Do you guys have any clue?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11963>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to