Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 898 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 898 Bytes

Confluent Drawings for Network Visualization

This is an implementation of the paper "Towards Unambiguous Edge Bundling: Investigating Confluent Drawings for Network Visualization".

(Note: On Heroku the graph nodes may not be fully seperated due to network lag etc. For better results run locally.)

To run locally

    $ git clone https://github.com/ArpanMangal/CD_NetworkVisualization.git
    $ cd CD_NetworkVisualization
    $ npm install
    $ npm start

Visit http://localhost:3000/


TODOs -

  1. Extend for Directed Graphs.
  2. Make the power-graph generation automatic.
  3. Make bundles having more edges thicker.
  4. Increase repulsive force for better node seperation.
  5. After node splitting the graph becomes inverted. Debug it.