PBS::GraphViz

GraphViz is a Perl interface to the GraphViz graphing tool.
Download

PBS::GraphViz Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Leon Brocard
  • Publisher web site:
  • http://search.cpan.org/~lbrocard/

PBS::GraphViz Tags


PBS::GraphViz Description

GraphViz is a Perl interface to the GraphViz graphing tool. GraphViz is a Perl interface to the GraphViz graphing tool.SYNOPSIS use GraphViz; my $g = GraphViz->new(); $g->add_node('London'); $g->add_node('Paris', label => 'City ofnlurve'); $g->add_node('New York'); $g->add_edge('London' => 'Paris'); $g->add_edge('London' => 'New York', label => 'Far'); $g->add_edge('Paris' => 'London'); print $g->as_png;This module provides an interface to layout and image generation of directed and undirected graphs in a variety of formats (PostScript, PNG, etc.) using the "dot", "neato", "twopi", "circo" and "fdp" programs from the GraphViz project (http://www.graphviz.org/ or http://www.research.att.com/sw/tools/graphviz/). Requirements: · Perl


PBS::GraphViz Related Software