Commit 00789cde authored by Randall Leeds's avatar Randall Leeds

use the d3 colorbrewer 'Blues' range

parent 9548cb58
......@@ -44,7 +44,7 @@ class Annotator.Plugin.Heatmap extends Annotator.Plugin
_colorize: (v) ->
c = d3.scale.pow().exponent(2)
.domain([0, 1])
.range(['powderblue', 'darkblue'])
.range(['#f7fbff', '#08306b'])
.interpolate(d3.interpolateHcl)
c(v).toString()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment