Skip to content

Instantly share code, notes, and snippets.

@jtibbutt
jtibbutt / README.md
Last active March 30, 2019 10:10
Visualisation of the Data Viz Society signups

Basic plotting of dots and sound effects

@jtibbutt
jtibbutt / IPdataClean2.json
Created January 26, 2019 21:52 — forked from high-vis/IPdataClean2.json
Animation of patient movements
{
"name": "IPtest",
"timeformat": "DD/MM/YY HH:mm",
"starttime": "01/01/19 07:00",
"endtime": "01/01/19 08:00",
"width": 500,
"height": 300,
"radius": 6,
"speed": 500,
@jtibbutt
jtibbutt / index.html
Last active December 19, 2015 13:59
Multiple divs with multiple svg
<!DOCTYPE html>
<html>
<head>
<style>
div.tooltip {
position: absolute;
text-align: center;
width: 60px;
height: 12px;
@jtibbutt
jtibbutt / index.html
Last active December 19, 2015 13:59
Two different #divs with two different svg objects
<!DOCTYPE html>
<html>
<head>
<style>
div.tooltip {
position: absolute;
text-align: center;
width: 60px;
height: 12px;
@jtibbutt
jtibbutt / data4.tsv
Created July 3, 2013 16:59
ATP Tour top 100 since 2000
We can't make this file beautiful and searchable because it's too large.
Date Rank Name Points
20000110 1 Andre Agassi 4135
20000110 2 Yevgeny Kafelnikov 2915
20000110 3 Pete Sampras 2419
20000110 4 Nicolas Kiefer 2184
20000110 5 Gustavo Kuerten 2169
20000110 6 Thomas Enqvist 2107
20000110 7 Nicolas Lapentti 1966
20000110 8 Todd Martin 1929
20000110 9 Marcelo Rios 1846
@jtibbutt
jtibbutt / data.json
Last active December 18, 2015 09:49
playing with the force
{
"nodes":[
{"name":"United Kingdom","group":0},
{"name":"France","group":0},
{"name":"Germany","group":0},
{"name":"Italy","group":0},
{"name":"Spain","group":0}
],
"links":[
{"source":0,"target":1,"value":3},
@jtibbutt
jtibbutt / data.json
Last active December 17, 2015 16:59
Force-Directed Graph for Eurovision
{
"nodes":[
{"name":"Albania","group":0},
{"name":"Armenia","group":0},
{"name":"Austria","group":0},
{"name":"Azerbaijan","group":0},
{"name":"Belarus","group":0},
{"name":"Belgium","group":0},
{"name":"Bulgaria","group":0},
{"name":"Croatia","group":0},