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 7e64b28 commit 9bb6b1eCopy full SHA for 9bb6b1e
lib/matplotlib/backends/backend_webagg_core.py
@@ -116,6 +116,10 @@ def _timer_set_interval(self):
116
117
class FigureCanvasWebAggCore(backend_agg.FigureCanvasAgg):
118
_timer_cls = TimerTornado
119
+ # Webagg and friends having the right methods, but still
120
+ # having bugs in practice. Do not advertise that it works until
121
+ # we can debug this.
122
+ supports_blit = False
123
124
def __init__(self, *args, **kwargs):
125
super().__init__(*args, **kwargs)
0 commit comments