Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9cebd57

Browse files
committed
added blitting for QtAgg backend
svn path=/trunk/matplotlib/; revision=2578
1 parent 1417404 commit 9cebd57

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2006-07-18 Added blitting for QtAgg backend - CM
2+
13
2006-07-17 Fixed bug #1523585: skip nans in semilog plots - DSD
24

35
2006-07-12 Add support to render the scientific notation label

examples/animation_blit_qt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def timerEvent(self, evt):
5353
self.cnt += 1
5454

5555
p.subplots_adjust(left=0.3, bottom=0.3) # check for flipy bugs
56-
p.grid()
56+
p.grid() # to ensure proper background restore
5757

5858
app = BlitQT()
5959
# for profiling

0 commit comments

Comments
 (0)