Skip to content

Instantly share code, notes, and snippets.

View owendall's full-sized avatar

Owen Dall Sotomayor owendall

View GitHub Profile
@owendall
owendall / index.html
Last active August 29, 2015 13:56 — forked from tommct/README.md
NIFA Non-Formula Awards by Month
<!DOCTYPE html>
<meta charset="utf-8">
<style>
svg {
font: 10px sans-serif;
}
path {
fill: steelblue;
@owendall
owendall / README.md
Last active August 29, 2015 13:56 — forked from mbostock/.block
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@owendall
owendall / README.md
Created February 20, 2014 00:13 — forked from mbostock/.block

This choropleth encodes unemployment rates from 2008 with a quantize scale ranging from 0 to 15%. A threshold scale is a useful alternative for coloring arbitrary ranges.

@owendall
owendall / debt.json
Created December 5, 2015 14:04 — forked from joshcarr/debt.json
World debt
[{"n":"Albania","d":[-1,-1,-1,-1,-1,-1,-1,84.604,75.713,72.67,69.634,65.86,65.464,60.708,57.721,58.228,56.682,53.846,55.099,59.76,58.223,59.363],"e":2010},{"n":"Algeria","d":[0.0,79.506,62.926,74.028,98.376,116.195,98.148,85.095,84.508,89.357,69.823,63.459,53.756,43.921,36.565,27.283,23.61,12.517,8.225,10.356,10.393,10.655],"e":2009},{"n":"Angola","d":[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,104.542,102.053,70.948,63.967,51.302,42.493,20.627,20.816,31.5,36.285,35.022,29.909],"e":2009},{"n":"Antigua and Barbuda","d":[-1,-1,-1,-1,-1,-1,-1,41.614,93.082,88.983,108.256,118.919,124.946,114.567,112.482,87.255,85.158,63.738,62.138,81.139,69.581,68.629],"e":2010},{"n":"Argentina","d":[-1,-1,-1,-1,-1,-1,-1,34.508,37.569,42.963,45.001,53.69,164.974,139.455,127.027,87.125,76.457,67.098,58.52,58.704,49.102,43.346],"e":2010},{"n":"Armenia","d":[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,48.907,46.364,47.019,40.896,32.555,24.404,18.725,16.102,16.144,40.159,39.181,41.475],"e":2010},{"n":"Australia","d":[16.256,21.375,27.382,30.379,31.485,30.933,2
@owendall
owendall / Collapsible Tree
Last active July 22, 2016 20:59 — forked from mbostock/.block
Collapsible Tree
license: gpl-3.0
@owendall
owendall / D3 tooltip using JQuery Tipsy
Last active July 22, 2016 20:58 — forked from ilyabo/index.html
D3 tooltip using jQuery tipsy
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="jquery.tipsy.js"></script>
<link href="tipsy.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="chart"></div>
@owendall
owendall / Epicyclic gearing
Last active July 22, 2016 20:50 — forked from mbostock/.block
Epicyclic Gearing
license: gpl-3.0
@owendall
owendall / NIH Sample
Last active December 12, 2016 02:13 — forked from mbostock/.block
Force-Directed Graph
license: gpl-3.0
height: 600
@owendall
owendall / 3D Scatter Plot Using D3 and x3dom - 2016-07-21
Last active July 22, 2016 20:56 — forked from hlvoorhees/README.md
3D scatter plot using d3, x3dom
Example 3D scatter plot implemented using d3 and x3dom.