Reputation: 19
For my Master’s project, I have to provide a graph visualization functionality in my lab (The lab currently has no way to visualize graph based data). Following are the requirements that my advisor has (till now) listed :
I would be writing code to interface the graph visualisation tool with the existing lab framework. I’ve been asked to search for and make use of an existing graph visualisation tool.
Appreciate if anyone can help me with this!
Upvotes: 1
Views: 1642
Reputation: 10798
It does not exist to my knowledge:
I think Gephi is the closest to what you need: opensource, Java, handles very large graphs, dynamic, well maintained. See this post for details on the planned 0.9 release:
https://gephi.wordpress.com/2013/03/05/rebuilding-gephis-core-for-the-0-9-version/
Gephi supports hierarchical graphs in the current (as of 2015) version 0.8, but support will be dropped in 0.9
Disclaimer: I am part of the Gephi Community support team.
Upvotes: 1