Skip to content

Instantly share code, notes, and snippets.

View dwskau's full-sized avatar

Drew Skau dwskau

  • Advanced Microgrid Solutions
  • Vallejo, CA
View GitHub Profile
@dwskau
dwskau / inlet.js
Created July 14, 2012 06:07
just another inlet to tributary
//inspired by http://bl.ocks.org/3014589
//and http://vis4.net/blog/posts/avoid-equidistant-hsv-colors/
//set to true for debugging
//tributary.trace = true;
trib.number_bars = 100;
trib_options.number_bars = {min: 1, max: 400};
var Handle = function() {
var data = new Backbone.Model({
@dwskau
dwskau / inlet.js
Created July 14, 2012 06:07
just another inlet to tributary
//inspired by http://bl.ocks.org/3014589
//and http://vis4.net/blog/posts/avoid-equidistant-hsv-colors/
//set to true for debugging
//tributary.trace = true;
trib.number_bars = 100;
trib_options.number_bars = {min: 1, max: 400};
var Handle = function() {
var data = new Backbone.Model({