This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
<script type="text/javascript" src="multiplot.js"></script> | |
</head> | |
<body></body> | |
<script type="text/javascript"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?2.0.0"></script> | |
<style> | |
path { fill:none;stroke:black} | |
</style> | |
<head>. | |
<body> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
<script type="text/javascript" src="http://paulbourke.net/papers/conrec/conrec.js"></script> | |
<script type="text/javascript" src="multiplot.js"></script> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
var c = new Conrec(), | |
xs = d3.range(0, data[0].length), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="https://raw.github.com/mbostock/d3/v2.4.3/d3.js"></script> | |
<script type="text/javascript" src="http://x3dom.org/x3dom/example/x3dom.js"></script> | |
</head> | |
<body> | |
</body> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
<script type="text/javascript" src="http://x3dom.org/x3dom/example/x3dom.js"></script> | |
</head> | |
<body> | |
</body> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
<STYLE>svg { border: dashed;border-width:1px;}</STYLE> | |
</head> | |
<body> | |
<div id="graph"></div> | |
<div id="fps">FPS: <SPAN>?</SPAN></DIV> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
<STYLE>svg { border: dashed;border-width:1px;}</STYLE> | |
</head> | |
<body> | |
<div id="graph"></div> | |
<div id="fps">FPS: <SPAN>?</SPAN></DIV> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
</head> | |
<body> | |
<div id="graph"></div> | |
<div id="fps">FPS: <SPAN>?</SPAN></DIV> | |
Number or circles |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
no | dags | timi | lat | lng | dypi | m | ml | |
---|---|---|---|---|---|---|---|---|
1 | 19950102 | 000307.555 | 66.17882 | -18.04517 | 10 | 0.43 | 0.59 | |
3 | 19950102 | 010116.694 | 64.00346 | -20.74676 | 2.705 | 0.62 | 0.87 | |
5 | 19950102 | 015416.201 | 64.03271 | -21.19423 | 3.287 | 0.2 | 0.19 | |
6 | 19950102 | 055250.945 | 66.28475 | -19.29296 | 10 | 1.27 | 1.71 | |
8 | 19950102 | 063401.656 | 64.02326 | -21.17583 | 2.031 | 0.24 | 0.29 | |
9 | 19950102 | 082206.221 | 66.27399 | -16.64717 | 2.468 | 0.58 | 1 | |
10 | 19950102 | 095751.370 | 66.21056 | -18.76856 | 24.896 | 0.17 | 0.23 | |
11 | 19950102 | 102110.204 | 64.0312 | -21.1858 | 3.299 | 0.55 | 0.59 | |
12 | 19950102 | 131453.720 | 63.94886 | -20.3362 | 6.708 | 0.03 | 0.36 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
<script type="text/javascript" src="svg_interact.js"></script> | |
<script type="text/javascript" src="svg_map.js"></script> | |
</head> | |
<body></body> |