Skip to content

Instantly share code, notes, and snippets.

View mwburke's full-sized avatar
™️

Matthew Burke mwburke

™️
View GitHub Profile
@mwburke
mwburke / attributions.txt
Last active December 29, 2017 02:41
D3 Slopegraph
All data taken from https://www.kdnuggets.com/2017/05/poll-analytics-data-science-machine-learning-software-leaders.html/2
@mwburke
mwburke / index.html
Last active August 17, 2017 17:15
Chess Viz Small Multiples
<head>
<script src="https://d3js.org/d3.v3.min.js"></script>
<!--script src="piecetable.js"></script> -->
</head>
<body>
<div id="piecetable"></div>
<script type="text/javascript">
var width = 400;
var height = 200;
@mwburke
mwburke / data.json
Last active July 29, 2017 01:09
Small Multiples Mockup
{
"Players": [
{"Name": "Kasparov",
"Data":
[
{"Piece": "Pawn",
"Weirdness": 20},
{"Piece": "Bishop",
"Weirdness": -40},
{"Piece": "Knight",