NodeTrix is a Node-Link Diagram hybrid visualization with Adjacency Matrix. Learn more about the research behind the tool.
Download the latest version here:
Or, from the command line:
git clone git://github.com/IRT-SystemX/nodetrix.git
When developing locally, note that your browser may enforce strict permissions for reading files out of the local file system. For example, you can run Python's built-in server:
python -m SimpleHTTPServer 8888 &
Once this is running, go to http://localhost:8888/ using chrome or firefox.
Already included :
- reorder.js https://github.com/jdfekete/reorder.js/ Copyright (c) 2015, Jean-Daniel Fekete Released under BSD license.
- d3.js http://d3js.org/ Copyright (c) 2012, Michael Bostock Released under BSD license.
- keymaster.js https://github.com/madrobby/keymaster Copyright (c) 2011-2013, Thomas Fuchs Released under the MIT license.