Skip to content

Instantly share code, notes, and snippets.

@evaristoc
evaristoc / introrx.md
Created May 7, 2017 21:24 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@evaristoc
evaristoc / README.md
Created January 2, 2016 20:37 — forked from jasondavies/.block
Parallel Coordinates

This is a version of Mike Bostock’s parallel coordinates example, modified to include reorderable axes.

This parallel coordinates visualization of cars from the ‘70s and ‘80s demonstrates one of D3 2.5.0’s new interactive features: the brush component. By clicking and dragging along any axis, you can specify a filter for that dimension. The brush component is also used in the updated scatterplot matrix example.