#5301: In sage-3.3.rc2, doing sage -t -long "devel/sage/sage/plot/plot.py" 
causing
a matplotlib GUI window to popup
----------------------+-----------------------------------------------------
 Reporter:  was       |       Owner:  was     
     Type:  defect    |      Status:  new     
 Priority:  blocker   |   Milestone:  sage-3.3
Component:  graphics  |    Keywords:          
----------------------+-----------------------------------------------------
Changes (by mabshoff):

 * cc: ghtdak (added)


Comment:

 This problem is caused by this code snipped:
 {{{
     sage: from pylab import *
     sage: t = arange(0.0, 2.0, 0.01)
     sage: s = sin(2*pi*t)
     sage: P = plot(t, s, linewidth=1.0)
     sage: xl = xlabel('time (s)')
     sage: yl = ylabel('voltage (mV)')
     sage: t = title('About as simple as it gets, folks')
     sage: grid(True)
     sage: savefig('sage.png')
 }}}

 Glenn has reported the same issue on a Linux box. This might be a genuine
 bug in MPL.

 Cheers,

 Michael

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5301#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel

--~--~---------~--~----~------------~-------~--~----~
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