[ Launch: Tributary inlet ] 1b5b7cb733c86dcab962 by hyonschu
[ Launch: Tributary inlet ] 17c37f56a32927085669 by hyonschu
-
-
Save hyonschu/1b5b7cb733c86dcab962 to your computer and use it in GitHub Desktop.
Tributary inlet
This file contains 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
{"description":"Tributary inlet","endpoint":"","display":"svg","public":true,"require":[],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12},"config.json":{"default":true,"vim":false,"emacs":false,"fontSize":12},"_.md":{"default":true,"vim":false,"emacs":false,"fontSize":12},"tmp.tsv":{"default":true,"vim":false,"emacs":false,"fontSize":12},"tmp.csv":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"fullscreen":false,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"pingpong","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01,"ajax-caching":true,"thumbnail":"http://i.imgur.com/HqTdcCh.png"} |
This file contains 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
//data = [5.1, 4.9, 4.7, 4.6, 5, 5.4, 4.6, 5, 4.4, 4.9, 5.4, 4.8, 4.8, 8.1, 13.6, 5.7, 5.4, 5.1, 5.7, 5.1, 5.4, 5.1, 6.2, 5.1, 4.8, 5, 5, 5.2, 5.2, 4.7, 4.8, 5.4, 5.2, 5.5, 4.9, 5, 5.5, 4.9, 4.4, 5.1, 5, 4.5, 4.4, 5, 5.1, 4.8, 5.1, 4.6, 5.3, 5, 7, 6.4, 6.9, 5.5, 6.5, 5.7, 6.3, 4.9, 6.6, 5.2, 5, 5.9, 6, 6.1, 5.6, 6.7, 5.6, 5.8, 6.2, 5.6, 5.9, 6.1, 6.3, 6.1, 6.4, 6.6, 6.8, 6.7, 6, 5.7, 5.5, 5.5, 5.8, 6, 5.4, 6, 6.7, 6.3, 5.6, 5.5, 5.5, 6.1, 5.8, 5, 5.6, 5.7, 5.7, 6.2, 4.7, 5.7, 6.1, 5.8, 7.1, 6.3, 6.5, 7.6, 4.9, 7.3, 6.7, 7.2, 6.5, 6.4, 6.8, 5.7, 5.8, 6.4, 6.5, 7.7, 7.7, 6, 6.9, 5.6, 7.7, 6.3, 6.7, 7.2, 6.2, 6.1, 6.4, 7.2, 7.4, 7.9, 6.4, 6.3, 6.1, 7.7, 6.3, 6.4, 6, 6.9, 6.7, 6.9, 5.8, 6.8, 6.7, 6.7, 6.3, 6.5, 6.2, 5.9] | |
data = tributary.tmp | |
var h = 400; | |
var w = 745; | |
var color = d3.scale.category10() | |
canvas = d3.select("svg") | |
canvas.selectAll("asdf") | |
.data(data) | |
.enter() | |
.append("circle") | |
.attr("cx", function (d, i) { | |
return i * 4.7 | |
}) | |
.attr("cy", function (d) { | |
return d * 175-681 | |
}) | |
.attr("r", 4) | |
.style('fill', function(d, i) { | |
if (i < 49) { | |
return '#478979'; | |
} else if (i < 102) { | |
return '#6f45fc' | |
} else { | |
return '#f774ba' | |
} | |
}); |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains 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
5.1 | |
4.9 | |
4.7 | |
4.6 | |
5 | |
5.4 | |
4.6 | |
5 | |
4.4 | |
4.9 | |
5.4 | |
4.8 | |
4.8 | |
8.1 | |
13.6 | |
5.7 | |
5.4 | |
5.1 | |
5.7 | |
5.1 | |
5.4 | |
5.1 | |
4.6 | |
5.1 | |
4.8 | |
5 | |
5 | |
5.2 | |
5.2 | |
4.7 | |
4.8 | |
5.4 | |
5.2 | |
5.5 | |
4.9 | |
5 | |
5.5 | |
4.9 | |
4.4 | |
5.1 | |
5 | |
4.5 | |
4.4 | |
5 | |
5.1 | |
4.8 | |
5.1 | |
4.6 | |
5.3 | |
5 | |
7 | |
6.4 | |
6.9 | |
5.5 | |
6.5 | |
5.7 | |
6.3 | |
4.9 | |
6.6 | |
5.2 | |
5 | |
5.9 | |
6 | |
6.1 | |
5.6 | |
6.7 | |
5.6 | |
5.8 | |
6.2 | |
5.6 | |
5.9 | |
6.1 | |
6.3 | |
6.1 | |
6.4 | |
6.6 | |
6.8 | |
6.7 | |
6 | |
5.7 | |
5.5 | |
5.5 | |
5.8 | |
6 | |
5.4 | |
6 | |
6.7 | |
6.3 | |
5.6 | |
5.5 | |
5.5 | |
6.1 | |
5.8 | |
5 | |
5.6 | |
5.7 | |
5.7 | |
6.2 | |
5.1 | |
5.7 | |
6.3 | |
5.8 | |
7.1 | |
6.3 | |
6.5 | |
7.6 | |
4.9 | |
7.3 | |
6.7 | |
7.2 | |
6.5 | |
6.4 | |
6.8 | |
5.7 | |
5.8 | |
6.4 | |
6.5 | |
7.7 | |
7.7 | |
6 | |
6.9 | |
5.6 | |
7.7 | |
6.3 | |
6.7 | |
7.2 | |
6.2 | |
6.1 | |
6.4 | |
7.2 | |
7.4 | |
7.9 | |
6.4 | |
6.3 | |
6.1 | |
7.7 | |
6.3 | |
6.4 | |
6 | |
6.9 | |
6.7 | |
6.9 | |
5.8 | |
6.8 | |
6.7 | |
6.7 | |
6.3 | |
6.5 | |
6.2 | |
5.9 |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains 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
5.1 | |
4.9 | |
4.7 | |
4.6 | |
5 | |
5.4 | |
4.6 | |
5 | |
4.4 | |
4.9 | |
5.4 | |
4.8 | |
4.8 | |
8.1 | |
13.6 | |
5.7 | |
5.4 | |
5.1 | |
5.7 | |
5.1 | |
5.4 | |
5.1 | |
4.6 | |
5.1 | |
4.8 | |
5 | |
5 | |
5.2 | |
5.2 | |
4.7 | |
4.8 | |
5.4 | |
5.2 | |
5.5 | |
4.9 | |
5 | |
5.5 | |
4.9 | |
4.4 | |
5.1 | |
5 | |
4.5 | |
4.4 | |
5 | |
5.1 | |
4.8 | |
5.1 | |
4.6 | |
5.3 | |
5 | |
7 | |
6.4 | |
6.9 | |
5.5 | |
6.5 | |
5.7 | |
6.3 | |
4.9 | |
6.6 | |
5.2 | |
5 | |
5.9 | |
6 | |
6.1 | |
5.6 | |
6.7 | |
5.6 | |
5.8 | |
6.2 | |
5.6 | |
5.9 | |
6.1 | |
6.3 | |
6.1 | |
6.4 | |
6.6 | |
6.8 | |
6.7 | |
6 | |
5.7 | |
5.5 | |
5.5 | |
5.8 | |
6 | |
5.4 | |
6 | |
6.7 | |
6.3 | |
5.6 | |
5.5 | |
5.5 | |
6.1 | |
5.8 | |
5 | |
5.6 | |
5.7 | |
5.7 | |
6.2 | |
5.1 | |
5.7 | |
6.3 | |
5.8 | |
7.1 | |
6.3 | |
6.5 | |
7.6 | |
4.9 | |
7.3 | |
6.7 | |
7.2 | |
6.5 | |
6.4 | |
6.8 | |
5.7 | |
5.8 | |
6.4 | |
6.5 | |
7.7 | |
7.7 | |
6 | |
6.9 | |
5.6 | |
7.7 | |
6.3 | |
6.7 | |
7.2 | |
6.2 | |
6.1 | |
6.4 | |
7.2 | |
7.4 | |
7.9 | |
6.4 | |
6.3 | |
6.1 | |
7.7 | |
6.3 | |
6.4 | |
6 | |
6.9 | |
6.7 | |
6.9 | |
5.8 | |
6.8 | |
6.7 | |
6.7 | |
6.3 | |
6.5 | |
6.2 | |
5.9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment