File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1474,25 +1474,6 @@ def updateButtonText(self, lst):
14741474}
14751475
14761476
1477- class SubplotToolWX (wx .Frame ):
1478- def __init__ (self , targetfig ):
1479- wx .Frame .__init__ (self , None , - 1 , "Configure subplots" )
1480-
1481- toolfig = Figure ((6 , 3 ))
1482- canvas = FigureCanvasWx (self , - 1 , toolfig )
1483-
1484- # Create a figure manager to manage things
1485- figmgr = FigureManager (canvas , 1 , self )
1486-
1487- # Now put all into a sizer
1488- sizer = wx .BoxSizer (wx .VERTICAL )
1489- # This way of adding to sizer allows resizing
1490- sizer .Add (canvas , 1 , wx .LEFT | wx .TOP | wx .GROW )
1491- self .SetSizer (sizer )
1492- self .Fit ()
1493- tool = SubplotTool (targetfig , toolfig )
1494-
1495-
14961477class NavigationToolbar2Wx (NavigationToolbar2 , wx .ToolBar ):
14971478 def __init__ (self , canvas ):
14981479 wx .ToolBar .__init__ (self , canvas .GetParent (), - 1 )
You can’t perform that action at this time.
0 commit comments