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 src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/p5.js"></script> | |
<script src="../easygrid.min.js"></script> | |
<script src="../underscore-min.js"></script> | |
<script src="../seedrandom.min.js"></script> | |
</head> | |
<body> | |
<script src="sketch.js"></script> |
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 src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/p5.js"></script> | |
<script src="../easygrid.min.js"></script> | |
<script src="../underscore-min.js"></script> | |
<script src="../seedrandom.min.js"></script> | |
</head> | |
<body> | |
<script src="sketch.js"></script> |
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 src="../p5.min.js"></script>--> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/p5.js"></script> | |
<script src="sketch.js"></script> | |
</head> | |
<body> | |
<!--<script src="sketch.js"></script>--> |
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
city | longitude | latitude | population | |
---|---|---|---|---|
Bloomington-88.9936900 | -88.99369 | 40.4842 | 76610 | |
Chicago | -87.65005 | 41.85003 | 2695598 | |
Springfield | -89.64371 | 39.80172 | 116250 |
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
Bloomington-88.9936900 | -88.99369 | 40.4842 | 76610 | |
---|---|---|---|---|
Chicago | -87.65005 | 41.85003 | 2695598 | |
Springfield | -89.64371 | 39.80172 | 116250 |
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
year | corn | soy | wheat | sorghum | |
---|---|---|---|---|---|
1929 | 99.13 | 2.43 | 67.18 | 3.52 | |
1930 | 103.92 | 3.07 | 67.56 | 3.48 | |
1931 | 109.36 | 3.84 | 66.46 | 4.44 | |
1932 | 113.02 | 3.7 | 66.28 | 4.4 | |
1933 | 109.83 | 3.54 | 69.01 | 4.35 | |
1934 | 100.56 | 5.76 | 64.06 | 2.4 | |
1935 | 99.97 | 6.97 | 69.61 | 4.6 | |
1936 | 101.96 | 6.13 | 73.97 | 2.79 | |
1937 | 97.17 | 6.33 | 80.81 | 4.92 |
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
date | bushels | ||||||||
---|---|---|---|---|---|---|---|---|---|
1934 | 1.1 | ||||||||
1944 | 1.8 | ||||||||
1954 | 2.7 | ||||||||
1964 | 3.5 | ||||||||
1974 | 4.7 | ||||||||
1984 | 7.7 | ||||||||
1994 | 10.1 | ||||||||
2004 | 11.8 | ||||||||
2005 | 11.1 |
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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Illinois by county</title> | |
<script type="text/javascript" src="//d3js.org/d3.v3.min.js"></script> | |
<style type="text/css"> | |
body { | |
margin: 0; |
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
1929 | 99.13 | 2.43 | 67.18 | 3.52 | |
---|---|---|---|---|---|
1930 | 103.92 | 3.07 | 67.56 | 3.48 | |
1931 | 109.36 | 3.84 | 66.46 | 4.44 | |
1932 | 113.02 | 3.7 | 66.28 | 4.4 | |
1933 | 109.83 | 3.54 | 69.01 | 4.35 | |
1934 | 100.56 | 5.76 | 64.06 | 2.4 | |
1935 | 99.97 | 6.97 | 69.61 | 4.6 | |
1936 | 101.96 | 6.13 | 73.97 | 2.79 | |
1937 | 97.17 | 6.33 | 80.81 | 4.92 |
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
1929 | 99.13 | 2.43 | 67.18 | 3.52 | |
---|---|---|---|---|---|
1930 | 103.92 | 3.07 | 67.56 | 3.48 | |
1931 | 109.36 | 3.84 | 66.46 | 4.44 | |
1932 | 113.02 | 3.7 | 66.28 | 4.4 | |
1933 | 109.83 | 3.54 | 69.01 | 4.35 | |
1934 | 100.56 | 5.76 | 64.06 | 2.4 | |
1935 | 99.97 | 6.97 | 69.61 | 4.6 | |
1936 | 101.96 | 6.13 | 73.97 | 2.79 | |
1937 | 97.17 | 6.33 | 80.81 | 4.92 |
NewerOlder