API Reference for Enthought Tool Suite 3.0.1
Traits UI editor for WX, based on the Chaco1 PlotEditor in traits.ui.wx.plot_editor.
Range of axis bounds.
AxisBounds = Tuple((0.0, 1.0), labels = [ 'Min', 'Max' ], cols = 2)
Range of values for an axis.
AxisRange = Tuple((0.0, 1.0, 0.01), labels = [ 'Low', 'High', 'Step' ], cols = 3)
The color editor to use for various color traits.
color_editor = RGBAColorEditor()
Range of plot line weights.
LineWeight = Range(1, 9, 3)
Range for the height and width for the plot widget.
PlotSize = Range(50, 1000, 180)
USE_DATA_UPDATE = 1
© Copyright 2002-2008 Enthought, Inc.