94ea287acb15c5afcfb452841cef18349251ace2,lib/matplotlib/backends/backend_wx.py,NavigationToolbar2Wx,configure_subplots,#NavigationToolbar2Wx#Any#,1534
Before Change
sizer.Add(canvas, 1, wx.LEFT | wx.TOP | wx.GROW)
frame.SetSizer(sizer)
frame.Fit()
tool = SubplotTool(self.canvas.figure, toolfig)
frame.Show()
def save_figure(self, *args):
// Fetch the required filename and file type.
After Change
sizer.Add(canvas, 1, wx.LEFT | wx.TOP | wx.GROW)
frame.SetSizer(sizer)
frame.Fit()
SubplotTool(self.canvas.figure, toolfig)
frame.Show()
def save_figure(self, *args):
// Fetch the required filename and file type.
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: matplotlib/matplotlib
Commit Name: 94ea287acb15c5afcfb452841cef18349251ace2
Time: 2018-11-18
Author: 2836374+timhoffm@users.noreply.github.com
File Name: lib/matplotlib/backends/backend_wx.py
Class Name: NavigationToolbar2Wx
Method Name: configure_subplots
Project Name: matplotlib/matplotlib
Commit Name: 94ea287acb15c5afcfb452841cef18349251ace2
Time: 2018-11-18
Author: 2836374+timhoffm@users.noreply.github.com
File Name: lib/matplotlib/backends/backend_wx.py
Class Name: ConfigureSubplotsWx
Method Name: configure_subplots
Project Name: matplotlib/matplotlib
Commit Name: 94ea287acb15c5afcfb452841cef18349251ace2
Time: 2018-11-18
Author: 2836374+timhoffm@users.noreply.github.com
File Name: lib/matplotlib/backends/backend_wx.py
Class Name: SubplotToolWX
Method Name: __init__
Project Name: matplotlib/matplotlib
Commit Name: 94ea287acb15c5afcfb452841cef18349251ace2
Time: 2018-11-18
Author: 2836374+timhoffm@users.noreply.github.com
File Name: lib/matplotlib/backends/_backend_tk.py
Class Name: ConfigureSubplotsTk
Method Name: init_window