File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 19
19
FigureCanvasWebAggCore ,
20
20
NavigationToolbar2WebAgg ,
21
21
TimerTornado )
22
- from matplotlib .backend_bases import (ShowBase , NavigationToolbar2 ,
23
- FigureCanvasBase , cursors )
22
+ from matplotlib .backend_bases import ShowBase , NavigationToolbar2 , cursors
24
23
25
24
from ._version import js_semver
26
25
@@ -242,12 +241,6 @@ def send_binary(self, data):
242
241
def new_timer (self , * args , ** kwargs ):
243
242
return TimerTornado (* args , ** kwargs )
244
243
245
- def start_event_loop (self , timeout ):
246
- FigureCanvasBase .start_event_loop_default (self , timeout )
247
-
248
- def stop_event_loop (self ):
249
- FigureCanvasBase .stop_event_loop_default (self )
250
-
251
244
252
245
class FigureManager (FigureManagerWebAgg ):
253
246
ToolbarCls = Toolbar
You can’t perform that action at this time.
0 commit comments