matplotlib.colors
index
/home/jdhunter/python/projects/matplotlib/matplotlib/colors.py

 
Modules
            
gtk.gdk
gtk
Numeric
pygtk
 
Classes
            
ColorDispatcher
ColormapJet
 
class ColorDispatcher
       
   Methods defined here:
__call__(self, arg)
__init__(self)
_init(self)
get(self, arg)
Get a color by arg if arg is a char in the colors dict, or by
integer index using a ring buffer if arg is an int
has_key(self, key)

Data and non-method functions defined here:
_ColorDispatcher__shared_state = {}
dict() -> new empty dictionary.
dict(mapping) -> new dictionary initialized from a mapping object's
    (key, value) pairs.
dict(seq) -> new dictionary initialized as if via:
    d = {}
    for k, v in seq:
        d[k] = v
__doc__ = None
__module__ = 'matplotlib.colors'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
 
class ColormapJet
       
   Methods defined here:
__init__(self, N, cmap)
_bound_ind(self, ind)
_jet_make_blue(self)
_jet_make_green(self)
_jet_make_red(self)
get_color(self, val, valmin, valmax)
get_colors(self, vals, valmin=None, valmax=None)
get_rgbs(self, vals, valmin, valmax)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'matplotlib.colors'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
 
Data
             __file__ = './matplotlib/colors.pyc'
__name__ = 'matplotlib.colors'
division = _Feature((2, 2, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 8192)
generators = _Feature((2, 2, 0, 'alpha', 1), (2, 3, 0, 'final', 0), 4096)