diff --git a/lib/matplotlib/backends/backend_webagg_core.py b/lib/matplotlib/backends/backend_webagg_core.py index fb72bf46d5a6..ed0d6173a6fe 100644 --- a/lib/matplotlib/backends/backend_webagg_core.py +++ b/lib/matplotlib/backends/backend_webagg_core.py @@ -116,6 +116,10 @@ def _timer_set_interval(self): class FigureCanvasWebAggCore(backend_agg.FigureCanvasAgg): _timer_cls = TimerTornado + # Webagg and friends having the right methods, but still + # having bugs in practice. Do not advertise that it works until + # we can debug this. + supports_blit = False def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs)