98e2bdeb79213bbb045c12507eb45218c0cde901,examples/tutorials/scipy2008/custom_overlay_dataspace.py,,,#,66

Before Change



if __name__ == "__main__":
    // Create the main plot and bring it up via calling edit_traits()
    plot = ScatterPlot()
    plot.edit_traits(kind="live")
    // Get a handle to the overlay and edit the traits on it as well
    overlay = plot.plot.overlays[-1]
    overlay.configure_traits()

After Change


//===============================================================================
// demo object that is used by the demo.py application.
//===============================================================================    
demo = ScatterPlot()
if __name__ == "__main__":
    demo.configure_traits()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 19

Instances


Project Name: enthought/chaco
Commit Name: 98e2bdeb79213bbb045c12507eb45218c0cde901
Time: 2009-02-02
Author: vibha@651a555e-23ca-0310-84fe-ca9f7c59d2ea
File Name: examples/tutorials/scipy2008/custom_overlay_dataspace.py
Class Name:
Method Name:


Project Name: enthought/chaco
Commit Name: 98e2bdeb79213bbb045c12507eb45218c0cde901
Time: 2009-02-02
Author: vibha@651a555e-23ca-0310-84fe-ca9f7c59d2ea
File Name: examples/tutorials/scipy2008/custom_overlay.py
Class Name:
Method Name:


Project Name: enthought/chaco
Commit Name: 98e2bdeb79213bbb045c12507eb45218c0cde901
Time: 2009-02-02
Author: vibha@651a555e-23ca-0310-84fe-ca9f7c59d2ea
File Name: examples/tutorials/scipy2008/custom_overlay_movetool.py
Class Name:
Method Name: