Package mosp_tools :: Package heatmap :: Module colorschemes
[hide private]
[frames] | no frames]

Module colorschemes

source code

Color schemes source data for colorizing heatmaps

from http://www.jjguy.com/heatmap/


Author: http://code.google.com/p/gheat/

License: [...] color schemes came from gheat (http://code.google.com/p/gheat/). If you need a web-enabled interface to heatmaps with Google Maps, gheat is a good tool for the job. I didn't do anything original, but merely took their work and generalized it. Chad credits the definitive heatmap as his starting point. Like those projects, this project is under the MIT license.

Variables [hide private]
  schemes = {'classic': [(255, 237, 237), (255, 224, 224), (255,...
  __package__ = None
hash(x)
Variables Details [hide private]

schemes

Value:
{'classic': [(255, 237, 237),
             (255, 224, 224),
             (255, 209, 209),
             (255, 193, 193),
             (255, 176, 176),
             (255, 159, 159),
             (255, 142, 142),
             (255, 126, 126),
...