fab / d3_demo

A simple force-directed graph that shows the cartesian distance between nodes

Home Page:http://fab.github.io/d3_demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D3.js Demo

This is my first attempt at using D3.js. Just a simple force-directed graph that shows the cartesian distance between nodes.

The graph plots 10 entities where each is represented by a six-dimensional vector with values from 0 to 100.

You can toggle on or off any of the six dimensions to see how far apart the nodes are with respect to certain dimensions.

Check it out here: fabsays.com/d3_demo

About

A simple force-directed graph that shows the cartesian distance between nodes

http://fab.github.io/d3_demo/


Languages

Language:JavaScript 81.7%Language:CSS 18.3%