A refactored version of Sara Quigley's Issue Breakdown as a simple example of a Sankey diagram
Based on Sara Quigley's Curriculum Exploration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
path,circle,rect,polygon,ellipse,line { | |
vector-effect: non-scaling-stroke; | |
} | |
svg, canvas { | |
top: 0; | |
} | |
#d3MapZoomBox { | |
position: absolute; | |
z-index: 10; | |
height: 100px; |
A random sample of 750 Abalone measurements from UCI Machine Learning Repository.
Name Data Type Meas. Description
---- --------- ----- -----------
Sex nominal M, F, and I (infant)
Length continuous mm Longest shell measurement
Diameter continuous mm perpendicular to length
A random sample of 100 infant deaths from 2009 colored by infant's sex.
This is a work in progress.
See 2009 Cohort Linked Birth/Infant Death Data Set Guide (pdf).
Hover over map on left to see zoomed in area on right.
Space station orbit data in Two-Element Format. Data collected at 1:40am PDT August 8, 2015.
Celestrak space station data plotted with Satellite.js and D3.js.
More ground tracks from Celestrak data:
Based on PolarClock