Skip to content

Instantly share code, notes, and snippets.

@syntagmatic
syntagmatic / README.md
Created September 13, 2012 04:52 — forked from mbostock/.block
Hemisphere Projection Transitions

The range of the graticules is limited to the front hemisphere, to enable the azimuthal projection. These projections are available in the geo.projection plugin.

@syntagmatic
syntagmatic / README.md
Created September 14, 2012 02:51 — forked from syntagmatic/README.md
Stereographic to Cylindrical Transitions

The extent of the graticules goes from -179 to 179 to avoid breaking the stereographic projection.

@syntagmatic
syntagmatic / README.md
Created September 16, 2012 07:12 — forked from mbostock/.block
Ordinal Parallel Axis

One-to-many highlighting for ordinal "name" axis.

@syntagmatic
syntagmatic / 113-cong.json
Created September 20, 2012 05:24 — forked from syntagmatic/113-cong.json
Centering on a region
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@syntagmatic
syntagmatic / README.md
Last active August 30, 2017 03:43 — forked from syntagmatic/README.md
Average Price Histories II
@syntagmatic
syntagmatic / README.md
Last active March 10, 2017 09:17 — forked from syntagmatic/README.md
Producer Price Indexes

Uses constraint relaxation to calculate new label positions, then transitions when no more adjustments are needed.

Also see the average prices.

@syntagmatic
syntagmatic / README.md
Created November 15, 2012 01:43 — forked from mbostock/.block
d3 src tree

A visualization of files in the src directory of the d3 repository, based on Reingold-Tilford Tree.

Data Collection

Use git to clone a repository, then du to create a tsv with the directory contents.

git clone git://github.com/mbostock/d3.git
(echo -n 'size\tfile\n'; du -a d3) > d3.tsv

Burrow - recursive nesting

@syntagmatic
syntagmatic / README.md
Last active October 12, 2015 21:58 — forked from syntagmatic/README.md
d3 src tree transitions

A comparison of the src directory for three versions of d3. Also see d3 src tree.

@syntagmatic
syntagmatic / README.md
Created December 10, 2012 06:43 — forked from mbostock/.block
Null Values - Parallel Coordinates

Null values indicated by space character.

@syntagmatic
syntagmatic / README.md
Last active December 11, 2015 20:09 — forked from jasondavies/README.md
Colored Atlantis Projection