I am looking for a graph visualization tool such as gephi or graphiz with which I can increase or decrease the vertex of a graph. The graph is non-oriented and has an edge weight. I would like to know what tools you use to interactively display the chart. (Like zooming in and out, highlighting some nodes, if possible, etc.)
I have 5000 nodes s> 1000 edges to start with. Therefore, I think the web tool is not suitable. It would also be nice if it could be integrated with java code.
Now I pull out the graph representation (it can be in any format, since I can do it in Java). At the moment I am loading it into gephi, but I am out of memory. It would be nice if there was a solution. What tools do you use? How can I put up with memory limitations?
source
share