Skip to content

Instantly share code, notes, and snippets.

View apbryant's full-sized avatar

Andrew Bryant apbryant

View GitHub Profile
@apbryant
apbryant / index.html
Created October 15, 2018 21:22
Random walk
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Random walk</title>
<!-- <script type="text/javascript" src="../d3.js"></script> -->
<script src="https://d3js.org/d3.v5.min.js"></script>
</head>
<body>
<button id="pause">Pause/Resume</button>
@apbryant
apbryant / chile_regions.json
Created October 15, 2018 17:03
How expats feel
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@apbryant
apbryant / hh_data.csv
Created September 16, 2018 18:36
U.S. household square footage and people, 1973-2014
year size people
1973 1525 3.01
1974 1560 2.97
1975 1535 2.94
1976 1590 2.89
1977 1610 2.86
1978 1655 2.81
1979 1645 2.78
1980 1595 2.76
1981 1550 2.73
@apbryant
apbryant / chile.json
Last active October 15, 2018 16:56
Dos Chiles
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@apbryant
apbryant / index.html
Last active July 7, 2017 11:45
world happiness bar chart
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<script src='http://d3js.org/d3.v3.min.js'></script>
<script src='http://dimplejs.org/dist/dimple.v2.0.0.min.js'></script>
<style>
h2 {
text-align: center;
@apbryant
apbryant / index.html
Last active June 23, 2017 15:29
Udacity DAND project 6 submission
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<script src='http://d3js.org/d3.v3.min.js'></script>
<script src='http://dimplejs.org/dist/dimple.v2.0.0.min.js'></script>
<style>
h2 {
text-align: center;
}