File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11New entries should be added at the top
2+
3+ 2005-03-19 Reverted wxapp handling because it crashed win32 - JDH
4+
252005-03-18 Add .number attribute to figure objects returned by figure() - FP
36
7+ ===========================================================================
8+ 2005-03-18 0.73 released
9+
4102005-03-16 Fixed labelsep bug
511
6122005-03-16 Applied Darren's ticker fix for small ranges - JDH
Original file line number Diff line number Diff line change @@ -537,6 +537,7 @@ lib/matplotlib/mathtext.py
537537lib/matplotlib/mlab.py
538538lib/matplotlib/patches.py
539539lib/matplotlib/pylab.py
540+ lib/matplotlib/pylab.py.~1.48.~
540541lib/matplotlib/pyparsing.py
541542lib/matplotlib/table.py
542543lib/matplotlib/text.py
Original file line number Diff line number Diff line change 113113 print >> sys .stderr , "Matplotlib backend_wx requires wxPython be installed"
114114 sys .exit ()
115115
116- # wxapp = wxPySimpleApp()
117- # wxapp.SetExitOnFrameDelete(True)
116+ wxapp = wxPySimpleApp ()
117+ wxapp .SetExitOnFrameDelete (True )
118118
119119
120120#!!! this is the call that is causing the exception swallowing !!!
@@ -1156,8 +1156,8 @@ def show():
11561156 figwin .canvas .draw ()
11571157
11581158 if show ._needmain and not matplotlib .is_interactive ():
1159- wxapp = wx .PySimpleApp ()
1160- wxapp .SetExitOnFrameDelete (True )
1159+ # wxapp = wx.PySimpleApp()
1160+ # wxapp.SetExitOnFrameDelete(True)
11611161 wxapp .MainLoop ()
11621162 show ._needmain = False
11631163show ._needmain = True
Original file line number Diff line number Diff line change @@ -163,8 +163,11 @@ def add_dateutil():
163163 BUILD_GTK = 0
164164 except RuntimeError :
165165 print 'pygtk present but import failed'
166- build_gdk ( ext_modules , packages , NUMERIX )
166+
167167
168+ if BUILD_GTK :
169+ build_gdk (ext_modules , packages , NUMERIX )
170+
168171if BUILD_GTKAGG :
169172 try :
170173 import gtk
You can’t perform that action at this time.
0 commit comments