GraphViz::No - subclass of GraphViz with no nodes


GraphViz documentation  | view source Contained in the GraphViz distribution.

Index


NAME

Top

GraphViz::No - subclass of GraphViz with no nodes

SYNOPSIS

Top

  use GraphViz::No;

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

DESCRIPTION

Top

Graphs produced by GraphViz are occasionally huge, making it hard to observe the structure. This subclass removes the nodes, so that only the edges are visible. This allows 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.