1GraphViz::Small(3) User Contributed Perl Documentation GraphViz::Small(3)
2
3
4
6 GraphViz::Small - subclass of GraphViz with small nodes
7
9 use GraphViz::Small;
10
11 my $g = GraphViz::Small->new();
12 # methods as for GraphViz
13
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
20 As for GraphViz.
21
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.38.0 2023-07-20 GraphViz::Small(3)