--- a/trunk/matplotlib/CHANGELOG+++ b/trunk/matplotlib/CHANGELOG@@ -1,11 +1,13 @@-2007-07-03 Implemented findobj method for artist and pyplot - see+2008-07-07 Fix custom scales in pcolormesh (thanks Matthew Turk) - MGD++2008-07-03 Implemented findobj method for artist and pyplot - see examples/pylab_examples/findobj_demo.py - JDH
2008-06-30 Another attempt to fix TextWithDash - DSD
-2008-06-30 Removed Qt4 NavigationToolbar2.destroy -- it appears to - have been unnecessary and caused a bug reported by P. - Raybaut - DSD +2008-06-30 Removed Qt4 NavigationToolbar2.destroy -- it appears to+ have been unnecessary and caused a bug reported by P.+ Raybaut - DSD2008-06-27 Fixed tick positioning bug - MM