ulfaslak / network_styling_with_d3

(1) Input a network. (2) Style it. (3) Download the result.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update: If you are a Python user, check out Netwulf!


Web app for styling networks with buttons and sliders, powered by d3-force.

Scenario

You need to visualize a network and show it to people. The easy solution is to use networkx, which at best looks like a nightmare. Instead you go through the trouble of throwing your data into your favorite d3 boilerplate example, play with the simulation parameters and screenshot the network when it looks nice. The difference is remarkable:

networkx_vs_d3

Your audience will applaud your design skills and ask you how you make your figures over drinks that they payed for.

About

(1) Input a network. (2) Style it. (3) Download the result.

License:MIT License


Languages

Language:JavaScript 99.5%Language:CSS 0.2%Language:HTML 0.2%