Skip to content

Instantly share code, notes, and snippets.

View JenHLab's full-sized avatar

Jennifer Hernandez JenHLab

View GitHub Profile
@JenHLab
JenHLab / index.html
Created April 4, 2016 13:55
Week 11: Map
<!DOCTYPE html>
<!-- The code from Mike's block demo'ing US counties in topojson: https://bl.ocks.org/mbostock/4090848 -->
<meta charset="utf-8">
<head>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,400italic' rel='stylesheet' type='text/css'>
<style>
path {
stroke: white;
@JenHLab
JenHLab / cities_commuters.csv
Created March 28, 2016 18:51
Small Multiples
City Year Drove_Alone Carpooled Public_Transportation Walked Bicycle Taxi_Motorcycle Work_at_Home
Los Angeles Year 2014 1194792 173981 193510 63911 19528 28405 102193
Los Angeles Year 2013 1169968 176105 191798 64513 19179 26154 97642
Los Angeles Year 2012 1169698 179819 193785 64595 17458 24410 96019
Los Angeles Year 2011 1170628 182910 188130 64454 15678 24388 92326
Los Angeles Year 2010 1176375 188779 192275 61178 13983 24471 90893
San Francisco Year 2014 165314 34250 150244 47037 17353 10503 32423
San Francisco Year 2013 165479 33543 145801 44724 15653 9839 31307
San Francisco Year 2012 165776 35178 142471 43532 14950 9234 30780
San Francisco Year 2011 164460 34026 142649 42751 13523 9160 29664
City Drove_Alone Carpooled Public_Transportation Walked Bicycle Taxi_Motorcycle Work_at_Home
Washington DC 109902 18748 122831 40082 12606 3878 15192
Los Angeles 1194792 173981 193510 63911 19528 28405 102193
San Francisco 165314 34250 150244 47037 17353 10503 32423
New York City 822821 177907 2113347 379800 37604 63926 150416
Boston 126543 20968 109104 48163 6225 2948 12122
Seattle 185236 30509 71188 33778 13438 4721 24335
Chicago 609654 108735 332316 81857 17104 18326 53757
Houston 775255 124612 43920 20428 5107 19406 32685
Dallas 444209 63458 23652 10384 1153 9807 24229
@JenHLab
JenHLab / comGender.csv
Created March 14, 2016 18:23
An Updating Plot With 2+ Datasets
Gender Total Drove Alone Carpooled Public Transportation Walked Bicycle Taxi Home at Home
Male 606123 468533 52126 26669 14546 5455 9697 28887
Female 543929 415017 55480 34811 11966 1631 4895 20125
@JenHLab
JenHLab / index.html
Created February 29, 2016 17:49
Transition Plot
<!DOCTYPE html>
<!-- Modification of an example by Scott Murray from Knight D3 course -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Magic Kingdom is the most visited park in Orlando</title>
<!--Foundation cdn link -->
@JenHLab
JenHLab / index.html
Created February 29, 2016 17:49
Transition Plot
<!DOCTYPE html>
<!-- Modification of an example by Scott Murray from Knight D3 course -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Magic Kingdom is the most visited park in Orlando</title>
<!--Foundation cdn link -->
@JenHLab
JenHLab / index.html
Created February 29, 2016 17:48
Dots on Lines
<!DOCTYPE html>
<!-- Modification of an example by Scott Murray from Knight D3 course -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Theme Park Attendance</title>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700italic|Arapey|PT+Serif' rel='stylesheet' type='text/css'>
@JenHLab
JenHLab / index.html
Created February 22, 2016 20:27
Homework Multiple Lines
<!DOCTYPE html>
<!-- Modification of an example by Scott Murray from Knight D3 course -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Theme Park Attendance</title>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700italic|Arapey|PT+Serif' rel='stylesheet' type='text/css'>