views:

85

answers:

1

I want to align certain graph nodes into several 'lanes' like this

foo

Any suitable algorithms (like force-based algorithms in general graph drawing)?

+1  A: 

You can coerce GraphViz to draw what you want, and you should be able to call the libraries fairly easily. The homepage of their site has some useful references on the algorithms used.

High Performance Mark