Skip to content

Instantly share code, notes, and snippets.

View jamemcc's full-sized avatar

Jamey Mccabe jamemcc

  • AT&T
  • Chicago IL
View GitHub Profile
@jamemcc
jamemcc / NM_county 1.json
Last active June 15, 2016 02:57
Visualization of New Mexico's Population in 3 parts coded in D3
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jamemcc
jamemcc / index.html
Last active February 29, 2016 00:00
Jamey McCabe - Udacity Nanodegree Data Visualization Problem Set 2 - Improve a Data Visualization
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://dimplejs.org/dist/dimple.v2.0.0.min.js"></script>
<style>
#Connected {
fill: #99FF99;