Mapping Migration in the United States
nytimes.com
Mapping Migration in the United States
1–5 of 5 posts
Re: Mapping Migration in the United States
#2Re: Mapping Migration in the United States
#3Does anyone know what JS library was used to make that interactive graphic? I tried taking a look at the source, but couldn't figure it out.
Re: Mapping Migration in the United States
#4Does anyone know what JS library was used to make that interactive graphic? I tried taking a look at the source, but couldn't figure it out.
it's D3.js
These examples are by D3.js author Mike Bostock, who currently works at The NYT. http://bl.ocks.org/mbostock/4060366 http://bl.ocks.org/mbostock/4360892
Re: Mapping Migration in the United States
#5Earlier quoted context omitted.
it's D3.js
And more specifically d3.geom.voronoi() https://github.com/mbostock/d3/wiki/Voronoi-Geom These examples are by D3.js author Mike Bostock, who currently works at The NYT. http://bl.ocks.org/mbostock/4060366 http://bl.ocks.org/mbostock/4360892
http://youtu.be/90NsjKvz9Ns?t=4m10s
relevant section starts at 4:13
rest of the talk is good as well