API Reference for Enthought Tool Suite 2.7.1
A collection of pre-defined colormap generator functions.
Each of the functions can be called with min_value and max_value parameters. In that case, they produce a Colormap which linearly maps over the specified range and has the color palette indicated by the function name.
color_map_dict = { }
color_map_functions = [ jet, autumn, bone, cool, copper, flag, gray, hot, hsv, pink, prism, spring, summer, winter, cw1_004, cw1_005, cw1_006, cw1_028, gmt_drywet ]
color_map_name_dict = { }
Generator function for the 'autumn' colormap.
Generator function for the 'bone' colormap.
Generator function for the 'cool' colormap.
Generator function for the 'copper' colormap.
Generator function for the Crumblingwalls cw1-004 gradient
Generator function for the Crumblingwalls cw1-005 gradient
Generator function for the Crumblingwalls cw1-006 gradient
Generator function for the Crumblingwalls cw1-058 gradient
Generator function for the 'flag' colormap.
Generator function for the 'hot' colormap.
Generator function for the 'hot' colormap.
Generator function for the 'hsv' colormap.
Generator function for the 'jet' colormap.
Generator function for the 'pink' colormap.
Generator function for the 'prism' colormap.
Generator function for the 'spring' colormap.
Generator function for the 'spring' colormap.
Generator function for the 'spring' colormap.
| Local name | Refers to |
|---|---|
| array | numpy.array |
| ColorMapper | enthought.chaco2.color_mapper.ColorMapper |
Copyright © 2002-2008 Enthought, Inc.