From charlesreid1

(Created page with "=Maps= ==Scatterplot== D3 chart: scatterplot of data; circles display some multivariate information (x by y, etc), and clicking on particular points highlights them on a map. I...")
 
Line 4: Line 4:


D3 chart: scatterplot of data; circles display some multivariate information (x by y, etc), and clicking on particular points highlights them on a map. In this way, the data, and not the map, drive the discovery process.
D3 chart: scatterplot of data; circles display some multivariate information (x by y, etc), and clicking on particular points highlights them on a map. In this way, the data, and not the map, drive the discovery process.
==Map-to-Map Data==
Want to be able to use the state-level county map to control the county-level census map, AND control quantities contained in the census map layers.

Revision as of 03:55, 23 February 2015

Maps

Scatterplot

D3 chart: scatterplot of data; circles display some multivariate information (x by y, etc), and clicking on particular points highlights them on a map. In this way, the data, and not the map, drive the discovery process.

Map-to-Map Data

Want to be able to use the state-level county map to control the county-level census map, AND control quantities contained in the census map layers.