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 bfa31a4 + 0c2ae15 commit 7e19e74Copy full SHA for 7e19e74
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