block by micahstubbs 3f439df92579c5bb2902fab15742ba87

graph community clustering

Full Screen

a force layout where like-nodes cluster together, drawn from static data

now with links! the graph shown is firm.csv from @elijah_meeks‘s block Networks - Graphs 5, converted to json

this iteration also adds data-driven clusters 🎉

clusters are detected with jLouvain, a Javascript implementation of the Louvain community detection algorithm

an iteration on the block clustered force layout, static data from @micahstubbs which is in turn a iteration on Clustered Force Layout 4.0 from @shancarter

check out the companion repo for a nice commit history and related experiments

index.html

graph.json

jsLouvain.js

vis.js