1GraphViz::Small(3)    User Contributed Perl Documentation   GraphViz::Small(3)
2
3
4

NAME

6       GraphViz::Small - subclass of GraphViz with small nodes
7

SYNOPSIS

9         use GraphViz::Small;
10
11         my $g = GraphViz::Small->new();
12         # methods as for GraphViz
13

DESCRIPTION

15       Graphs produced by GraphViz are occasionally huge, making it hard to
16       observe the structure. This subclass simply makes the nodes small and
17       empty, allowing the structure to stand out.
18

METHODS

20       As for GraphViz.
21

AUTHOR

23       Leon Brocard <acme@astray.com>
24
26       Copyright (C) 2000-1, Leon Brocard
27
28       This module is free software; you can redistribute it or modify it
29       under the Perl License, a copy of which is available at
30       <http://dev.perl.org/licenses/>.
31
32
33
34perl v5.36.0                      2022-08-22                GraphViz::Small(3)
Impressum