Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created February 22, 2013 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmcw/5010467 to your computer and use it in GitHub Desktop.
Save tmcw/5010467 to your computer and use it in GitHub Desktop.
require('http://d3js.org/d3.v3.min.js');
var s = d3.scale.linear()
// data comes in
.domain([0, 100])
// representation comes out
.range([0, 10]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment