API Reference for Enthought Tool Suite 2.7.1
Numeric 'array' type:
ArrayType = type(arange(1.0))
Basic sequence types:
basic_sequence_types = [ ListType, TupleType ]
BIG_NEG_FLOAT = -Const(1e+308)
Large floating point values:
BIG_POS_FLOAT = 1e+308
Colors:
black_color = (0.0, 0.0, 0.0, 1.0)
blue_color = (0.0, 0.0, 1.0, 1.0)
BOTTOM = 8
Line styles:
dash_line_style = line_styles['dash']
delegate = Delegate('container', '*')
dot_line_style = line_styles['dot']
green_color = (0.0, 1.0, 0.0, 1.0)
HCENTER = 2
LEFT = 4
Dictionary of line drawing styles:
line_styles = { Const('solid') : Name('None'), Const('dot dash') : CallFunc(Name('array'), [List([Const(3.0), Const(5.0), Const(9.0), Const(5.0)])], None, None), Const('dash') : CallFunc(Name('array'), [List([Const(6.0), Const(6.0)])], None, None), Const('dot') : CallFunc(Name('array'), [List([Const(2.0), Const(2.0)])], None, None), Const('long dash') : CallFunc(Name('array'), [List([Const(9.0), Const(5.0)])], None, None) }
An array containing just a single NaN:
nan_array = array([ NaN ])
NEEDS_LAYOUT = 2
NEEDS_MIN_SIZE = 1
Numeric types:
numeric_types = [ IntType, LongType, FloatType, ComplexType ]
plot_delegate = Delegate('container', 'plot_*')
red_color = (1.0, 0.0, 0.0, 1.0)
Update flags:
REDRAW = 0
RESIZE = NEEDS_LAYOUT
RIGHT = 1
Sequence types:
sequence_types = [ ArrayType, ListType, TupleType ]
short_dash_line_style = array([ 3.0, 3.0 ])
simple_delegate = Delegate('container')
solid_line_style = line_styles['solid']
Debug/Performance variables:
TIMING = 0
Positions:
TOP = 32
UPDATE = (NEEDS_LAYOUT + NEEDS_MIN_SIZE)
VCENTER = 16
Copyright © 2002-2008 Enthought, Inc.