Skip to content

Instantly share code, notes, and snippets.

View sjengle's full-sized avatar
👩‍🏫

Sophie Engle sjengle

👩‍🏫
View GitHub Profile
@sjengle
sjengle / README.md
Last active February 12, 2020 20:31
Mobility Bubble Chart (Spring 2020)

Mobility Rate by College Bubble Chart

This example will demonstrate how to implement a bubble chart in D3.js version 5 with legends using d3-legend by Susie Lu.

The data comes from Opportunity Insights, which is a "non-partisan, not-for-profit organization based at Harvard University" that puts out public datasets produced for on their research.

We will specifically use data from the Mobility Report Cards project. The dataset is titled "Mobility Report Cards: Preferred Estimates of Access and Mobility Rates by College" and can be accessed via these direct links:

mrc_table1.csv
Codebook-MRC-Table-1.pdf

@sjengle
sjengle / Affordability_Wide_2019Q3_Public.csv
Last active February 6, 2020 23:53
Zillow Affordability Heatmap (Template)
We can't make this file beautiful and searchable because it's too large.
@sjengle
sjengle / Affordability_Wide_2019Q3_Public.csv
Last active February 9, 2020 22:20
Zillow Affordability Heatmap
We can't make this file beautiful and searchable because it's too large.
@sjengle
sjengle / README.md
Last active January 30, 2020 20:56
Letter Count Bar Chart (2020 Edition, Template)

Letter Count Bar Chart Template

This is a starter template for the Letter Count Bar Chart example. See that gist for the fully worked out example.

Fork this gist for a starter template to see if you can rebuild the example on your own.

@sjengle
sjengle / README.md
Last active February 4, 2020 21:09
Letter Count Bar Chart (2020 Edition)
@sjengle
sjengle / README.md
Created April 8, 2019 02:37
Java 11 API Hierarchy
@sjengle
sjengle / README.md
Last active February 14, 2019 19:34
Mobility Bubble Chart (D3 v5, Tableau Desktop)

Mobility Rate by College Bubble Chart

This example will demonstrate how to prototype a bubble chart in Tableau Desktop and then implement a version of that bubble chart in D3.js version 5.

The data comes from Opportunity Insights, which is a "non-partisan, not-for-profit organization based at Harvard University" that puts out public datasets produced for on their research.

We will specifically use data from the Mobility Report Cards project. The dataset is titled "Mobility Report Cards: Preferred Estimates of Access and Mobility Rates by College" and can be accessed via these direct links:

mrc_table1.csv
Codebook-MRC-Table-1.pdf

@sjengle
sjengle / .block
Last active January 16, 2024 13:51 — forked from mbostock/.block
Flight Paths Edge Bundling
license: gpl-3.0
height: 500
border: no
@sjengle
sjengle / README.md
Last active April 24, 2017 03:40
Coauthorship Network
@sjengle
sjengle / README.md
Last active April 20, 2017 23:27
Java 8 API Hierarchy