Created
December 4, 2014 16:06
Revisions
-
joshuapowell renamed this gist
Dec 4, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
joshuapowell created this gist
Dec 4, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ Effectively selecting colors for your choropleth map can be intimidating. Thankfully there are a couple of resources that can help us out. The first is the [ColorBrewer](http://www.colorbrewer.org/) website which allows you to tinker with a preset or custom color pallette over a live map. The second is a preconstructed D3 Map from the mbostock library that contains pre-defined colors, constructed using ColorBrewer. http://mbostock.github.io/d3/talk/20111018/choropleth.html