#13528: ymin is not respected in logarithmic plots
-----------------------------------------+----------------------------------
       Reporter:  ppurka                 |         Owner:  jason, was         
           Type:  defect                 |        Status:  positive_review    
       Priority:  major                  |     Milestone:  sage-pending       
      Component:  graphics               |    Resolution:                     
       Keywords:  log plot, ymin         |   Work issues:                     
Report Upstream:  N/A                    |     Reviewers:  Karl-Dieter Crisman
        Authors:  Punarbasu Purkayastha  |     Merged in:                     
   Dependencies:  #13422                 |      Stopgaps:                     
-----------------------------------------+----------------------------------

Comment (by ppurka):

 Compare the following to see the differences
 {{{
 sage: plot_loglog(x, (1.1*10**-2, 9990))  # Without this patch
 sage: plot_loglog(x, (1.1*10**-2, 9990))  # With this patch
 }}}

 Then compare the following, both ''with'' this patch to see the
 differences
 {{{
 sage: plot_loglog(x, (1.1*10**-2, 9990))
 sage: plot_loglog(x, (1.1*10**-2, 9990), axes_pad=0)
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13528#comment:6>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to