#13693: Upgrade matplotlib to 1.2.0
-------------------------------+--------------------------------------------
       Reporter:  jason        |         Owner:  jason, was
           Type:  task         |        Status:  needs_work
       Priority:  major        |     Milestone:  sage-5.8  
      Component:  graphics     |    Resolution:            
       Keywords:               |   Work issues:            
Report Upstream:  N/A          |     Reviewers:            
        Authors:  Jason Grout  |     Merged in:            
   Dependencies:               |      Stopgaps:            
-------------------------------+--------------------------------------------

Comment (by jhpalmieri):

 Regarding the failures: I can easily fix all of them except the ones in
 plot.py:
 {{{
         sage: q1 = plot([sin(x), tan(x)], legend_label='trig')
         sage: len(q1.matplotlib().axes[0].legend().texts) # used to raise
 AttributeError
         1

     ::

     Make sure that we don't get multiple legend labels for plot segments
     (:trac:`11998`)::

         sage: p1 =
 plot(1/(x^2-1),(x,-2,2),legend_label="foo",detect_poles=True)
         sage: len(p1.matplotlib().axes[0].legend().texts)
         1
 }}}
 For the first one (`q1`), with the new spkg there are two legend labels
 ("trig" and "None"), where there used to be just one. For `p1`, there are
 now three labels, in direct contradiction of the text. It looks like the
 picture at #11998, except the labels are "None", "None", and "foo". I
 don't know how to fix these. See my patch for the other fixes.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13693#comment:11>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to