Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b4b29 commit c1f5299Copy full SHA for c1f5299
1 file changed
lib/matplotlib/backends/backend_tkagg.py
@@ -213,18 +213,6 @@ def filter_destroy(evt):
213
self._master = master
214
self._tkcanvas.focus_set()
215
216
- # a dict from func-> cbook.Scheduler threads
217
- self.sourced = dict()
218
-
219
- # call the idle handler
220
- def on_idle(*ignore):
221
- self.idle_event()
222
- return True
223
224
- # disable until you figure out how to handle threads and interrupts
225
- #t = cbook.Idle(on_idle)
226
- #self._tkcanvas.after_idle(lambda *ignore: t.start())
227
228
def resize(self, event):
229
width, height = event.width, event.height
230
if self._resize_callback is not None:
0 commit comments