1GRAPHVIZ(7) Miscellaneous Information Manual GRAPHVIZ(7)
2
3
4
6 graphviz - rich set of graph drawing tools
7
8
10 This manpage has been written to fulfil the need of a centralized docu‐
11 mentation presenting all available tools in the graphviz package.
12
13
15 Graph layout programs
16 dot filter for hierarchical layouts of graphs
17
18 neato filter for symmetric layouts of graphs
19
20 twopi filter for radial layouts of graphs
21
22 circo filter for circular layout of graphs
23
24 fdp filter for symmetric layouts of graphs
25
26 All of the filters work with either directed or undirected graphs,
27 though dot is typically used for directed graphs and neato for undi‐
28 rected graphs.
29
30 Graph layout enhancement
31 gvcolor
32 flow colors through a ranked digraph
33
34 unflatten
35 adjust directed graphs to improve layout aspect ratio
36
37 gvpack merge and pack disjoint graphs
38
39
40 Graph information and transformation
41 gc count graph components
42
43 acyclic
44 make directed graph acyclic
45
46 nop pretty-print graph file
47
48 ccomps connected components filter for graphs
49
50 sccmap extract strongly connected components of directed graphs
51
52 tred transitive reduction filter for directed graphs
53
54 dijkstra
55 single-source distance filter
56
57 bcomps biconnected components filter for graphs
58
59 gvpr graph pattern scanning and processing language
60
61 prune prune directed graphs
62
63
64 Other
65 gxl2dot, dot2gxl
66 GXL-DOT converters
67
68
70 This manual page was written by Cyril Brulebois <cyril.brule‐
71 bois@enst-bretagne.fr> in november 2006, based on an initial documenta‐
72 tion effort by Joachim Berdal Haga <jbh@lupus.ig3.net>. It can be dis‐
73 tributed under the same terms as the graphviz package.
74
75
76
77
78 November 19, 2006 GRAPHVIZ(7)