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 1919 FigureCanvasWebAggCore ,
2020 NavigationToolbar2WebAgg ,
2121 TimerTornado )
22- from matplotlib .backend_bases import (ShowBase , NavigationToolbar2 ,
23- FigureCanvasBase , cursors )
22+ from matplotlib .backend_bases import ShowBase , NavigationToolbar2 , cursors
2423
2524from ._version import js_semver
2625
@@ -242,12 +241,6 @@ def send_binary(self, data):
242241 def new_timer (self , * args , ** kwargs ):
243242 return TimerTornado (* args , ** kwargs )
244243
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-
251244
252245class FigureManager (FigureManagerWebAgg ):
253246 ToolbarCls = Toolbar
You can’t perform that action at this time.
0 commit comments