chaco.examples.demo.multi_line_plot_demo module

Demonstrates the MultiLinePlot.

This demo assumes that ‘model’, an instance of DataModel containing the 2D data to be plotted, will be given to the constructor, and will not change later.

class chaco.examples.demo.multi_line_plot_demo.DataModel

Bases: traits.has_traits.HasTraits

This is the data to be plotted in the demo.

class chaco.examples.demo.multi_line_plot_demo.MultiLinePlotDemo

Bases: traits.has_traits.HasTraits