#8125: problem with "text"
--------------------------+-------------------------------------------------
   Reporter:  jhpalmieri  |       Owner:  was                                   
     
       Type:  defect      |      Status:  new                                   
     
   Priority:  major       |   Milestone:  sage-4.5.2                            
     
  Component:  graphics    |    Keywords:                                        
     
     Author:              |    Upstream:  Not yet reported upstream; Will do 
shortly.
   Reviewer:              |      Merged:                                        
     
Work_issues:              |  
--------------------------+-------------------------------------------------

Comment(by jhpalmieri):

 No response at all.   From python:
 {{{
 >>> import pylab
 >>> pylab.text(0.2, 0.2, r"$\left(2a = b\right)$")
 <matplotlib.text.Text object at 0x1020aa450>
 >>> pylab.savefig('a.png')
 >>> pylab.text(0.2, 0.2, r"$(2a \, = b)$")
 <matplotlib.text.Text object at 0x101e22a50>
 >>> pylab.savefig('b.png')
 >>> pylab.text(0.2, 0.2, r"$\left(2a \, = b\right)$")
 <matplotlib.text.Text object at 0x1020b5750>
 >>> pylab.savefig('c.png')
 BOOM
 }}}
 Combining {{{\left(}}}, {{{\right)}]}, and {{{\,}}} seems to lead to
 problems.  So now what?  Do we get rid of the {{{\,}}}?

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