Skip to content

Instantly share code, notes, and snippets.

@tsl3su
tsl3su / USFIPS.tsv
Created July 18, 2014 20:06
Choropleth Density Map
id rate
AA00 0.489425207557
AC00 0.132779849202
AC01 0.603945064107
AC01 0.749975349116
AC03 0.769898493054
AC04 0.262980996423
AC05 0.96620627541
AC06 0.825154782411
AC07 0.761051242835
@tsl3su
tsl3su / index.html
Created July 18, 2014 13:37
Oversimplified World Province Choropleth Map D3
<!DOCTYPE html>
<meta charset="utf-8">
<style>
svg {
background-color: rgb(15, 15, 15);
}
.graticule {
fill: none;
stroke: #777;
stroke-opacity: .5;
@tsl3su
tsl3su / index.html
Last active August 29, 2015 14:04
World Choropleth
<!DOCTYPE html>
<meta charset="utf-8">
<style>
svg {
background-color: rgb(15, 15, 15);
}
.graticule {
fill: none;
stroke: #777;
stroke-opacity: .5;
@tsl3su
tsl3su / README.md
Last active August 29, 2015 14:04
Randomly colored state province choropleth d3

From Wikipedia:

Choropleth