How can I get node coordinates from a graph, using Perl?
- by jonny
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 available even in Debian repository.