@header@
matplotlib.cm | index /usr/local/lib/python2.3/site-packages/matplotlib/cm.py |
This module contains the instantiations of color mapping classes
Modules | ||||||
|
Classes | ||||||||||
|
Functions | ||
|
Data | ||
LUTSIZE = 256 datad = {'gray': {'blue': ((0.0, 0, 0), (1.0, 1, 1)), 'green': ((0.0, 0, 0), (1.0, 1, 1)), 'red': ((0.0, 0, 0), (1.0, 1, 1))}, 'jet': {'blue': ((0.0, 0.5, 0.5), (0.11, 1, 1), (0.34000000000000002, 1, 1), (0.65000000000000002, 0, 0), (1, 0, 0)), 'green': ((0.0, 0, 0), (0.125, 0, 0), (0.375, 1, 1), (0.64000000000000001, 1, 1), (0.91000000000000003, 0, 0), (1, 0, 0)), 'red': ((0.0, 0, 0), (0.34999999999999998, 0, 0), (0.66000000000000003, 1, 1), (0.89000000000000001, 1, 1), (1, 0.5, 0.5))}} gray = <matplotlib.colors.LinearSegmentedColormap instance> jet = <matplotlib.colors.LinearSegmentedColormap instance> nx = <matplotlib.nc_imports._TypeNamespace instance> rcParams = {'axes.edgecolor': 'k', 'axes.facecolor': 'w', 'axes.grid': False, 'axes.hold': True, 'axes.labelcolor': 'k', 'axes.labelsize': 12.0, 'axes.linewidth': 1.0, 'axes.titlesize': 14.0, 'backend': 'GTKAgg', 'datapath': '/usr/local/share/matplotlib', ...} verbose = <matplotlib.Verbose instance> |