GraphViz::Small - subclass of GraphViz with small nodes


GraphViz documentation  | view source Contained in the GraphViz distribution.

Index


NAME

Top

GraphViz::Small - subclass of GraphViz with small nodes

SYNOPSIS

Top

  use GraphViz::Small;

  my $g = GraphViz::Small->new();
  # methods as for GraphViz

DESCRIPTION

Top

Graphs produced by GraphViz are occasionally huge, making it hard to observe the structure. This subclass simply makes the nodes small and empty, allowing the structure to stand out.

METHODS

Top

As for GraphViz.

AUTHOR

Top

Leon Brocard <acme@astray.com>

COPYRIGHT

Top


GraphViz documentation  | view source Contained in the GraphViz distribution.