in reply to drawing (visualizing) directed graphs

Mastering Algorithms in Perl has an entire chapter (8) devoted to Graphs; you may be able to find something useful in the sample code. (The end of the chapter also has an overview of graph-related CPAN modules.)

HTH,

planetscape
  • Comment on Re: drawing (visualizing) directed graphs

Replies are listed 'Best First'.
Re^2: drawing (visualizing) directed graphs
by lima1 (Curate) on Jul 15, 2006 at 10:43 UTC
    Mastering Algorithms in Perl has an entire chapter (8) devoted to Graphs

    but nothing about graph drawing. I don't know any open source library that produces good looking graphs - for all type of graphs, not only some special cases.