Revision: 8911
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8911&view=rev
Author:   efiring
Date:     2011-01-13 07:25:48 +0000 (Thu, 13 Jan 2011)

Log Message:
-----------
Apply Laurent Dufreshou's bug fix to animiation_blit_qt4.py. Closes 2880692.

Modified Paths:
--------------
    branches/v1_0_maint/examples/animation/animation_blit_qt4.py

Modified: branches/v1_0_maint/examples/animation/animation_blit_qt4.py
===================================================================
--- branches/v1_0_maint/examples/animation/animation_blit_qt4.py        
2011-01-12 19:23:28 UTC (rev 8910)
+++ branches/v1_0_maint/examples/animation/animation_blit_qt4.py        
2011-01-13 07:25:48 UTC (rev 8911)
@@ -46,7 +46,7 @@
             self.draw()
             self.ax_background = self.copy_from_bbox(self.ax.bbox)
 
-        self.restore_region(self.ax_background, bbox=self.ax.bbox)
+        self.restore_region(self.ax_background)
 
         # update the data
         self.sin_line.set_ydata(np.sin(self.x+self.cnt/10.0))


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to