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::Small - subclass of GraphViz with small nodes

Author

       Leon Brocard <acme@astray.com>

Description

       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

       As for GraphViz.

Name

       GraphViz::Small - subclass of GraphViz with small nodes

Synopsis

         use GraphViz::Small;

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

See Also