54cb1b0f4f84d77667fef28de5a802a35d14963f,examples/tutorials/tutorial8.py,,,#,57
Before Change
return container
if __name__ == "__main__":
app = wx.PySimpleApp()
frame = PlotFrame(None)
app.MainLoop()
After Change
container.add(right_plot)
return container
demo = PlotExample()
if __name__ == "__main__":
demo.configure_traits()
In pattern: SUPERPATTERN
Frequency: 6
Non-data size: 11
Instances
Project Name: enthought/chaco
Commit Name: 54cb1b0f4f84d77667fef28de5a802a35d14963f
Time: 2011-06-05
Author: aterrel@enthought.com
File Name: examples/tutorials/tutorial8.py
Class Name:
Method Name:
Project Name: enthought/chaco
Commit Name: 54cb1b0f4f84d77667fef28de5a802a35d14963f
Time: 2011-06-05
Author: aterrel@enthought.com
File Name: examples/tutorials/tutorial10.py
Class Name:
Method Name:
Project Name: enthought/chaco
Commit Name: 54cb1b0f4f84d77667fef28de5a802a35d14963f
Time: 2011-06-05
Author: aterrel@enthought.com
File Name: examples/tutorials/tutorial8.py
Class Name:
Method Name:
Project Name: enthought/chaco
Commit Name: 54cb1b0f4f84d77667fef28de5a802a35d14963f
Time: 2011-06-05
Author: aterrel@enthought.com
File Name: examples/tutorials/tutorial10b.py
Class Name:
Method Name:
Project Name: enthought/chaco
Commit Name: 54cb1b0f4f84d77667fef28de5a802a35d14963f
Time: 2011-06-05
Author: aterrel@enthought.com
File Name: examples/tutorials/tutorial11.py
Class Name:
Method Name:
Project Name: enthought/chaco
Commit Name: 54cb1b0f4f84d77667fef28de5a802a35d14963f
Time: 2011-06-05
Author: aterrel@enthought.com
File Name: examples/tutorials/tutorial9.py
Class Name:
Method Name:
Project Name: enthought/chaco
Commit Name: 54cb1b0f4f84d77667fef28de5a802a35d14963f
Time: 2011-06-05
Author: aterrel@enthought.com
File Name: examples/tutorials/tutorial9b.py
Class Name:
Method Name: