#2100: sensible defaults for aspect ratio
-------------------------------------------------------+--------------------
   Reporter:  jason                                    |       Owner:  was      
      
       Type:  enhancement                              |      Status:  
positive_review
   Priority:  major                                    |   Milestone:  
sage-4.6.2     
  Component:  graphics                                 |    Keywords:           
      
     Author:  Jason Grout, Karl-Dieter Crisman         |    Upstream:  N/A      
      
   Reviewer:  Andrey Novoseltsev, Karl-Dieter Crisman  |      Merged:           
      
Work_issues:                                           |  
-------------------------------------------------------+--------------------
Changes (by novoselt):

  * status:  needs_review => positive_review


Comment:

 I'm setting this to positive review - it is a great improvement and it is
 a shame that it took us so long ;-)

 I am fine with the reviewer patch and I did take a look at a few (although
 definitely not all) plots in the documentation. Circles are finally
 circles!!!

 I have also discovered the following behaviour which may be a bug:
 {{{
 sage: x,y = var('x,y')
 sage: print x, y
 sage: f(x,y) = x^2 + y^2 - 2
 sage: implicit_plot(f, (-3, 3), (-3, 3),fill=True).show(aspect_ratio=1)
 sage: implicit_plot(f, (-3, 3), (-3, 3),fill=False)
 }}}
 The first line (with `fill=True`) completely fills the plot, not just the
 disk.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2100#comment:34>
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