logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GraphViz::No - subclass of GraphViz with no nodes

Author

       Leon Brocard <acme@astray.com>

Description

       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

       As for GraphViz.

Name

       GraphViz::No - subclass of GraphViz with no nodes

Synopsis

         use GraphViz::No;

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

See Also