chaco.examples.demo.toolbar_plot module

Toolbar Plot

A toolbar plot is the same as a regular Plot, but also provides a usually hidden drop-down toolbar with configurable buttons.

The toolbar appears when the mouse hovers over the top of the plot area.

This toolbar provides buttons for X log scale, Y log scale, Save as, Copy image, Copy data, and Zoom reset.

class chaco.examples.demo.toolbar_plot.ExamplePlotApp

Bases: traits.has_traits.HasTraits