API Reference for Enthought Tool Suite 3.0.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, yarg, hot, hsv, pink, prism, spring, summer, winter, cw1_004, cw1_005, cw1_006, cw1_028, gmt_drywet, Spectral, RdBu, RdPu, YlGnBu, RdYlBu, GnBu, RdYlGn, PuBu, BuGn, Greens, PRGn, BuPu, OrRd, Oranges, PiYG, YlGn, BrBG, Reds, RdGy, PuRd, Blues, Greys, YlOrRd, YlOrBr, Purples, PuOr, PuBuGn, gist_earth, gist_gray, gist_heat, gist_ncar, gist_rainbow, gist_stern, gist_yarg ]
color_map_name_dict = { }
Generator function for the 'autumn' colormap.
Generator for the 'Blues' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator function for the 'bone' colormap.
Generator for the 'BrBG' colormap from ColorBrewer.
This is a diverging colormap. It is good for data which is centered around a "special" value, like 0.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'BuGn' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'BuPu' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Modify the range of a colormap to be centered around the given value.
For example, when passed a DataRange1D(low=-0.5, high=1.0), a colormap would usually have its lowest color at -0.5 and its highest at 1.0. Some colormaps are designed such that the middle color is special. Using this modifier, the example range would be modified to -1.0 and 1.0 to make 0.0 correspond with the middle color.
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
Apply the given range to a colormap rather than accept the one coming from the data.
This is useful for colormaps intrinsically tied to a given scale, like bathymetry/elevation colormaps for GIS or for working around Chaco to implement custom behavior.
Generator function for the 'flag' colormap.
Generator for the 'gist_earth' colormap from GIST.
Generator for the 'gist_gray' colormap from GIST.
Generator for the 'gist_heat' colormap from GIST.
Generator for the 'gist_ncar' colormap from GIST.
Generator for the 'gist_rainbow' colormap from GIST.
Generator for the 'gist_stern' colormap from GIST.
Generator for the 'gist_yarg' colormap from GIST.
Generator for the 'GnBu' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator function for the 'gray' colormap.
Generator for the 'Greens' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'Greys' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator function for the 'hot' colormap.
Generator function for the 'hsv' colormap.
Generator function for the 'jet' colormap.
Generator for the 'Oranges' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'OrRd' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator function for the 'pink' colormap.
Generator for the 'PiYG' colormap from ColorBrewer.
This is a diverging colormap. It is good for data which is centered around a "special" value, like 0.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'PRGn' colormap from ColorBrewer.
This is a diverging colormap. It is good for data which is centered around a "special" value, like 0.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator function for the 'prism' colormap.
Generator for the 'PuBu' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'PuBuGn' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'PuOr' colormap from ColorBrewer.
This is a diverging colormap. It is good for data which is centered around a "special" value, like 0.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'PuRd' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'Purples' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'RdBu' colormap from ColorBrewer.
This is a diverging colormap. It is good for data which is centered around a "special" value, like 0.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'RdGy' colormap from ColorBrewer.
This is a diverging colormap. It is good for data which is centered around a "special" value, like 0.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'RdPu' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'RdYlBu' colormap from ColorBrewer.
This is a diverging colormap. It is good for data which is centered around a "special" value, like 0.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'RdYlGn' colormap from ColorBrewer.
This is a diverging colormap. It is good for data which is centered around a "special" value, like 0.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'Reds' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Modify a colormap factory to reverse the color sequence
Generator for the 'Spectral' colormap from ColorBrewer.
This is a diverging colormap. It is good for data which is centered around a "special" value, like 0.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator function for the 'spring' colormap.
Generator function for the 'summer' colormap.
Generator function for the 'winter' colormap.
Generator function for the 'yarg' colormap.
Generator for the 'YlGn' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'YlGnBu' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'YlOrBr' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
Generator for the 'YlOrRd' colormap from ColorBrewer.
Although the ColorBrewer colormaps are defined as discrete colormaps, we create continuous colormaps from them by linear interpolation in RGB colorspace.
| Local name | Refers to |
|---|---|
| array | numpy.array |
| ColorMapper | enthought.chaco.color_mapper.ColorMapper |
© Copyright 2002-2008 Enthought, Inc.