graph-visualization

How to prevent vertex from overlapping?

I use Jung to draw graphs. Below is a simple graph with tree layout that looks fine. All renderers and transformers are default. Now, I have changed the default size of the nodes to 100px by setting a custom VertexShapeTransformer. The problem is that the nodes started to overlap. Here you can see how it looks: Is it possible to g...

Java Conceptual Graph Visualization library

Hi I need to visualize conceptual graph by using java and I'm wondering if there any library that i can use to make my work easier? Any advice? Thank you so much ...

Is there any point in having a software that visualizes multigraphs? Or do we just need them to query specific questions?

Hello everyone, I know this question is more of a discussion than an actual question but I believe some results could come up by listening to other people's opinions. I was wondering if there's any point in visualizing multigraphs. I mean is there a practical application in which you'd actually want a multigraph visualized and in extend...

Javascript code visualization

I want to visualize the code dependencies in my Javascript projects - is there a package out there that will do this? ...

Visualizing a DAG

I have a large directed acyclic graph that I would like to visualize in a bitmap image. Ideally I'd like to have all the root nodes at the top of the image, and all of the leaf nodes at the bottom, i.e. the graph edges are all pointing in a downwards direction. Is there a good algorithm for working out the coordinates of all the nodes ...