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 d941d33 + c550674 commit de22a51Copy full SHA for de22a51
1 file changed
lib/matplotlib/backends/backend_webagg_core.py
@@ -517,7 +517,7 @@ def _timer_start(self):
517
else:
518
self._timer = tornado.ioloop.PeriodicCallback(
519
self._on_timer,
520
- self.interval)
+ max(self.interval, 1e-6))
521
self._timer.start()
522
523
def _timer_stop(self):
0 commit comments