Skip to content

Instantly share code, notes, and snippets.

@joshuapowell
Created December 4, 2014 16:06
Show Gist options
  • Save joshuapowell/c637a21caf46371ac42b to your computer and use it in GitHub Desktop.
Save joshuapowell/c637a21caf46371ac42b to your computer and use it in GitHub Desktop.
Selecting Appropriate Colors for a Choropleth

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment