#13161: Fix unicode issue in axes labels
-----------------------------+----------------------------------------------
       Reporter:  kcrisman   |         Owner:  jason, was  
           Type:  defect     |        Status:  needs_review
       Priority:  major      |     Milestone:  sage-5.2    
      Component:  graphics   |    Resolution:              
       Keywords:             |   Work issues:              
Report Upstream:  N/A        |     Reviewers:              
        Authors:  Dan Drake  |     Merged in:              
   Dependencies:             |      Stopgaps:              
-----------------------------+----------------------------------------------
Changes (by {'newvalue': u'Dan Drake', 'oldvalue': ''}):

  * status:  new => needs_review
  * author:  => Dan Drake


Comment:

 Patch up. I removed the `str()` calls, and also just wrote `tuple(l)`,
 since the code guarantees that we have a tuple or list of length 2.

 I see the problem reported by Sebastian, though; using Unicode strings,
 the generated plots have the wrong characters. But I think that is a font
 problem and could be fixed on another ticket; for now, let's get our own
 code working.

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