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

Skip to content

Commit 46d4f78

Browse files
committed
added snapto for line collections
svn path=/trunk/matplotlib/; revision=1682
1 parent 9f87e37 commit 46d4f78

3 files changed

Lines changed: 195 additions & 2 deletions

File tree

examples/dynamic_image_wxagg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def onEraseBackground(self, evt):
104104
# Initialise the timer - wxPython requires this to be connected to
105105
# the receiving event handler
106106
t = wxTimer(frame, TIMER_ID)
107-
t.Start(200)
107+
t.Start(10)
108108

109109
frame.Show()
110110
app.MainLoop()

0 commit comments

Comments
 (0)