Skip to content

Instantly share code, notes, and snippets.

@syntagmatic
syntagmatic / README.md
Last active November 14, 2017 06:13 — forked from mbostock/.block
d3.horizon Example

Attempting to reimplement the stocks example from Cubism with the d3.horizon plugin.

A few notes so far:

  • d3.horizon does not expose d3.scales, which makes it hard to create axes
  • d3.horizon seems to expect an array of data which map to pixels. It would be more convenient the days in the year didn't have to be enumerated in this example, to fill in gaps. Without doing this, the chart appears to render fine but lacks gaps and is therefore wrong if the x-axis is a linear timecale.
@syntagmatic
syntagmatic / README.md
Last active August 29, 2015 14:02 — forked from mbostock/.block
Reddit Treemap
@syntagmatic
syntagmatic / README.md
Last active August 29, 2015 14:02 — forked from mbostock/.block
Reddit Treemap 2
We couldn’t find that file to show.
@syntagmatic
syntagmatic / README.md
Last active August 29, 2015 14:05 — forked from mbostock/.block
VFINX 500 Treemap
@syntagmatic
syntagmatic / README.md
Last active December 22, 2017 12:59 — forked from mbostock/.block
Hexbin Heightmap
@syntagmatic
syntagmatic / README.md
Last active August 29, 2015 14:15 — forked from mbostock/.block
Chord Arc Labels
@syntagmatic
syntagmatic / README.md
Last active August 29, 2015 14:15 — forked from mbostock/.block
Prim's V Color Brewer

Another variation of color-cycling a spanning tree generated by Prim’s algorithm. Here the periodicity of the color scale by tree depth is varied over time, alternating between emphasis of micro and macro structure. This idea was suggested in a Hacker News comment.

@syntagmatic
syntagmatic / README.md
Last active December 5, 2017 22:31 — forked from mbostock/.block
Hexbin Heightmap Transitions
@syntagmatic
syntagmatic / README.md
Last active April 29, 2016 14:40 — forked from mostaphaRoudsari/.block
Cardiac Surgery by Surgeon
@syntagmatic
syntagmatic / README.md
Last active October 21, 2015 23:25 — forked from mbostock/.block
Hexbin Canvas Transitions