Questions tagged [graph-layout]
79 questions
0
votes
1 answer
large graph data visualization with JDBC/ODBC
I have looked at Gephi and tried to play around with it, however it only supports MySQL, SQLServer, and postgreSQL. My database connectivity is JDBC/ODBC. What other graph visualization software would be able to connect to such database?

aherlambang
- 14,290
- 50
- 150
- 253
0
votes
0 answers
how to layout child nodes in graphviz
Here's my dot code:
I have 3 levels of nodes. Currently, In the 3rd level (bottom), I have one row of child node (orange colour), but the bottom level is too long. I would like to have two rows of child nodes .
Please suggest me how to get two rows…
0
votes
1 answer
Tree Graph Layout Algorithm
I have an acyclic graph - a tree.
Each node of the graph will have some attributes that I need to show in a glyph.
Let's us say the size of each Glyph is 100x100 pixels.
I am looking for an algorithm that is fast and efficient for up to 100,000…

user1172468
- 5,306
- 6
- 35
- 62
0
votes
1 answer
Is there a javascript graph drawing library that does balloon tree layouts?
Wikipedia's entry says balloon tree layouts are one of the common types, but I can't find any javascript drawing library that seems to support it out of the box. Am I missing one? A cheap or open source Flex/ActionScript library works too. I don't…

Michael Terry
- 983
- 11
- 18