Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 768c676

Browse files
committed
FIX: do not report that webagg supports blitting
We now implement the required underlying methods (copy_from_bbox and restore_region), but there are issues with the double buffering in nbagg, initialization issues, and with updates to the front end being dropped. For mpl3.4.0 over-ride the class property that checks for the required methods until we can fix the issues with blitting. Closes #19701
1 parent bfa31a4 commit 768c676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/backends/backend_webagg_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def _timer_set_interval(self):
116116

117117
class FigureCanvasWebAggCore(backend_agg.FigureCanvasAgg):
118118
_timer_cls = TimerTornado
119+
supports_blit = False
119120

120121
def __init__(self, *args, **kwargs):
121122
super().__init__(*args, **kwargs)

0 commit comments

Comments
 (0)