1GraphViz::No(3) User Contributed Perl Documentation GraphViz::No(3)
2
3
4
6 GraphViz::No - subclass of GraphViz with no nodes
7
9 use GraphViz::No;
10
11 my $g = GraphViz::No->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 removes the nodes, so that only
17 the edges are visible. This allows 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.34.0 2022-01-21 GraphViz::No(3)