Skip to content

Instantly share code, notes, and snippets.

View rpgove's full-sized avatar

Robert Gove rpgove

View GitHub Profile
@rpgove
rpgove / data.tsv
Last active May 5, 2019 14:01
Force-Directed Scatterplot
sepalLength sepalWidth petalLength petalWidth species
5.1 3.5 1.4 0.2 setosa
4.9 3.0 1.4 0.2 setosa
4.7 3.2 1.3 0.2 setosa
4.6 3.1 1.5 0.2 setosa
5.0 3.6 1.4 0.2 setosa
5.4 3.9 1.7 0.4 setosa
4.6 3.4 1.4 0.3 setosa
5.0 3.4 1.5 0.2 setosa
4.4 2.9 1.4 0.2 setosa
@rpgove
rpgove / .block
Last active April 30, 2019 19:28
Linear-time force-directed graph layouts with random vertex sampling
license: bsd-3-clause
height: 500
@rpgove
rpgove / .block
Last active April 21, 2019 23:31
Composing multiple forces and constraints with Random Vertex Sampling
license: bsd-3-clause
height: 250
@rpgove
rpgove / .block
Last active April 21, 2019 23:25
Random Vertex Sampling vs. Barnes-Hut Approximation
license: bsd-3-clause
height: 500
@rpgove
rpgove / index.html
Created November 5, 2012 09:08
US Electoral Map Sized by Electoral Votes
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>US Electoral Map</title>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<script src="http://d3js.org/d3.v2.min.js?2.10.1"></script>
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
@rpgove
rpgove / .block
Last active January 3, 2019 02:36
Speeding up KDE heatmaps with Barnes-Hut quadtrees
license: gpl-3.0
height: 500
scrolling: no
border: yes
@rpgove
rpgove / .block
Created November 19, 2018 01:13
Faster Force-Directed Graphs with d3-force-reuse
license: gpl-3.0
height: 600
@rpgove
rpgove / .block
Created November 15, 2018 03:17
Force layout quadtrees
license: gpl-3.0
height: 600
@rpgove
rpgove / .block
Last active July 1, 2018 02:21
Automatically Finding Better Force Directed Layout Parameters (Berlin U-Bahn)
license: gpl-3.0
height: 600
scrolling: no
border: yes
@rpgove
rpgove / .block
Last active July 1, 2018 02:20
Automatically Finding Better Force Directed Layout Parameters (10x10 Grid)
license: gpl-3.0
height: 600
scrolling: no
border: yes