graphstream / gs-core

Graphstream core
http://graphstream-project.org/
Other
402 stars 109 forks source link

Add more Layout algorithms #8

Open graphstream opened 13 years ago

graphstream commented 13 years ago

Actually, users have no choice about the layout algorithm (SpringBox). May be it could be a good thing to add more layout algorithms to offer more possibilities to users.

estan commented 10 years ago

Hi. I wondered if anything has happened here: Are there more layout nowadays? I'm interested in visualizing the abstract syntax tree of a compiler I'm working on, and for that a tree layout is needed (preferable also a rotated tree, going from left to right).

pigne commented 10 years ago

Hi. There is one new Layout algorithm: LinLog

But nothing about tree representation yet.

Feel free to implement one and send a pool request :)