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.
2 parents f940a18 + 8b25e2f commit 8c2c93aCopy full SHA for 8c2c93a
1 file changed
lib/matplotlib/backends/backend_wx.py
@@ -87,9 +87,6 @@ def _timer_set_interval(self):
87
if self._timer.IsRunning():
88
self._timer_start() # Restart with new interval.
89
90
- def _timer_set_single_shot(self):
91
- self._timer.Start()
92
-
93
94
class RendererWx(RendererBase):
95
"""
0 commit comments