I've just started using JUNG for creating and showing graphs.I;ve seen various examples of visualizing graphs for example in JFrames.Is it possible that instead of a JFrame I'm able to visualize my graph in an image? like .jpg or postScript etc?
Asked
Active
Viewed 142 times
1 Answers
0
Have you tried GraphViz? In my project, I use GrpahViz to render beautiful graphs and JUNG as some sort of fast and cheap live view of the current 'under construction' graph.

corny
- 7,824
- 3
- 14
- 20
-
I've tried GraphViz but it doesn't provide me a certain thing that JUNG does.In GraphViz I'm not able to explicit plot a node in a certain coordinate.That's why I'm now considering JUNG – Libathos Mar 27 '13 at 09:40