logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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