| grads.gacm (version 1.0.6) | index /Users/dasilva/src/pygrads/grads/gacm.py |
Define additional color tables.
| Modules | ||||||
| ||||||
| Classes | ||||||||||||||||
|
| ||||||||||||||||
| Functions | ||
| ||
| Data | ||
| LUTSIZE = 256 StringTypes = (<type 'str'>, <type 'unicode'>) __version__ = '1.0.6' alphad = ((0.0, 0.0, 0.0), (0.01, 0.0, 0.0), (0.5, 1.0, 1.0), (1.0, 1.0, 1.0)) data = {'alpha': ((0.0, 0.0, 0.0), (0.01, 0.0, 0.0), (0.5, 1.0, 1.0), (1.0, 1.0, 1.0)), 'cmap': <matplotlib.colors.LinearSegmentedColormap instance at 0x160e260>} datad = {'dust': {'alpha': ((0.0, 0.0, 0.0), (0.01, 0.0, 0.0), (0.5, 1.0, 1.0), (1.0, 1.0, 1.0)), 'blue': ((0.0, 0.0, 0.0), (0.80000000000000004, 0.0, 0.0), (1.0, 1.0, 1.0)), 'green': ((0.0, 0.0, 0.0), (0.10000000000000001, 0.0, 0.0), (1.0, 1.0, 1.0)), 'red': ((0.0, 0.0, 0.0), (0.01, 0.0, 0.0), (0.10000000000000001, 1.0, 1.0), (1.0, 1.0, 1.0))}, 'hot': {'alpha': ((0.0, 0.0, 0.0), (0.01, 0.0, 0.0), (0.5, 1.0, 1.0), (1.0, 1.0, 1.0)), 'cmap': <matplotlib.colors.LinearSegmentedColormap instance at 0x160e210>}, 'jet': {'alpha': ((0.0, 0.0, 0.0), (0.01, 0.0, 0.0), (0.5, 1.0, 1.0), (1.0, 1.0, 1.0)), 'cmap': <matplotlib.colors.LinearSegmentedColormap instance at 0x160e260>}} dust = <grads.gacm.SegmentedColormap instance at 0x187a300> dust_l = <grads.gacm.SegmentedColormap instance at 0x187a378> dust_r = <grads.gacm.SegmentedColormap instance at 0x187a350> exp = <ufunc 'exp'> hot = <grads.gacm.SegmentedColormap instance at 0x187a3a0> hot_l = <grads.gacm.SegmentedColormap instance at 0x187a3f0> hot_r = <grads.gacm.SegmentedColormap instance at 0x187a3c8> jet = <grads.gacm.SegmentedColormap instance at 0x187a418> jet_l = <grads.gacm.SegmentedColormap instance at 0x187a468> jet_r = <grads.gacm.SegmentedColormap instance at 0x187a440> log = <ufunc 'log'> log10 = <ufunc 'log10'> name = 'jet' name_l = 'jet_l' name_r = 'jet_r' rcParams = {'figure.subplot.right': 0.90000000000000002, 'm...persize': 'letter', 'svg.embed_char_paths': True} | ||