Graph layouting with Perl

Posted by jonny on Stack Overflow See other posts from Stack Overflow or by jonny
Published on 2010-04-30T06:15:12Z Indexed on 2010/04/30 6:17 UTC
Read the original article Hit count: 488

Filed under:
|
|
|

Ok, I have a flowchart definition (basically, array of nodes and edges for each node). Now I want to calculate coordinates for every task in the flow, preferably hierarchycal style.

I need something like Graph::Easy::Layout but I have no idea how to get nodes coordinates: I render nodes myself and I only want to retrieve box coordinates/size. Any suggestions?

What I need is a cpan module avialable even in Debian repository.

© Stack Overflow or respective owner

Related posts about perl

Related posts about graph