~ubuntu-branches/ubuntu/utopic/python-chaco/utopic

« back to all changes in this revision

Viewing changes to enthought/chaco2/default_colormaps.py

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2011-04-06 19:03:54 UTC
  • mfrom: (7.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110406190354-rwd55l2ezjecfo41
Tags: 3.4.0-2
d/rules: fix pyshared directory path (Closes: #621116)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# proxy    
2
 
from enthought.chaco.default_colormaps import *
3
 
from enthought.chaco.default_colormaps import fix
4
 
 
5
 
# Colormaps, same order as original
6
 
from enthought.chaco.default_colormaps import autumn, bone, copper, flag, gray
7
 
from enthought.chaco.default_colormaps import yarg, hot, hsv, jet, pink, prism
8
 
from enthought.chaco.default_colormaps import spring, summer, winter, cw1_004
9
 
from enthought.chaco.default_colormaps import cw1_005, cw1_006, cw1_028
10
 
from enthought.chaco.default_colormaps import gmt_drywet
11
 
from enthought.chaco.default_colormaps import Blues, BrBG, BuGn, BuPu, GnBu
12
 
from enthought.chaco.default_colormaps import Greens, Greys, OrRd, Oranges
13
 
from enthought.chaco.default_colormaps import PRGn, PiYG, PuBu, PuBuGn, PuOr
14
 
from enthought.chaco.default_colormaps import PuRd, Purples, RdBu, RdGy, RdPu
15
 
from enthought.chaco.default_colormaps import RdYlBu, RdYlGn, Reds, Spectral
16
 
from enthought.chaco.default_colormaps import YlGn, YlGnBu, YlOrBr
17
 
from enthought.chaco.default_colormaps import YlOrRd, gist_earth, gist_gray
18
 
from enthought.chaco.default_colormaps import gist_heat, gist_ncar, gist_rainbow
19
 
from enthought.chaco.default_colormaps import gist_stern, gist_yarg
20
 
 
21
 
__all__ = ['reverse', 'center', 'color_map_functions', 'color_map_dict',
22
 
            'color_map_name_dict']