Visualise medium undirected graph in Java -


i visualise medium-sized (up 200000 nodes) undirected graph, preferably using java api. api should allow labels edges (to show edge weight) , somehow visualise edge weight (by colour or line thickness). also, able save result , should possible run on single desktop computer. graph static , don't want computations on it. @ it.

i tried jung (http://jung.sourceforge.net/) found nice use, not seem scale size. or @ least not on machine. apart saving part (have not figured out yet whether possible or not) jung met requirements.

then had @ cassovary (https://github.com/twitter/cassovary), not support undirected graphs , edge labels. plus, it's not particularly documented.

i hope can point me towards api suits needs better.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -