Skip to content

Instantly share code, notes, and snippets.

View owendall's full-sized avatar

Owen Dall Sotomayor owendall

View GitHub Profile
@owendall
owendall / Epicyclic gearing
Last active July 22, 2016 20:50 — forked from mbostock/.block
Epicyclic Gearing
license: gpl-3.0
@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.
@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 / Collapsible Tree
Last active July 22, 2016 20:59 — forked from mbostock/.block
Collapsible Tree
license: gpl-3.0

Icons into Words in 3D using Three.js

The Time Remap Effect using Three.js and TweenMax.

If you want more technical info, please check this article. Sorry in only Japanese. http://ics-web.jp/lab/archives/7162

Usage Library

  • Three.js r71
@owendall
owendall / Vega Linked Views
Created September 1, 2016 12:14
Vega Linked Views
Agriculture as a percentage of GDP aganist industry as a percentage of GDP for
119 countries. Data from [Gapminder](http://www.gapminder.org/). Illustrates
brushing and linking using Vega's signals and predicates.
@owendall
owendall / Force Directed D3.js
Created September 26, 2016 17:16 — forked from mbostock/.block
Force Dragging III
license: gpl-3.0
height: 600
@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 / Force Directed Graph - Curved
Last active December 12, 2016 13:39 — forked from mbostock/.block
Curved Links
license: gpl-3.0
@owendall
owendall / LICENSE
Created December 13, 2016 20:52 — forked from msqr/LICENSE
d3 gauge
This code is released under the MIT license.
Copyright (C) 2012 Matt Magoffin
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to