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::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