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. Note also that neato -n[2] can be used to render lay‐
29 outs produced by the other filters.
30
31 Graph drawing programs
32 lefty A Programmable Graphics Editor
33
34 lneato lefty + neato
35
36 dotty lefty + dot
37
38
39
40 Graph layout enhancement
41 gvcolor
42 flow colors through a ranked digraph
43
44 unflatten
45 adjust directed graphs to improve layout aspect ratio
46
47 gvpack merge and pack disjoint graphs
48
49
50 Graph information and transformation
51 gc count graph components
52
53 acyclic
54 make directed graph acyclic
55
56 nop pretty-print graph file
57
58 ccomps connected components filter for graphs
59
60 sccmap extract strongly connected components of directed graphs
61
62 tred transitive reduction filter for directed graphs
63
64 dijkstra
65 single-source distance filter
66
67 bcomps biconnected components filter for graphs
68
69 gvpr graph pattern scanning and processing language
70
71 prune prune directed graphs
72
73
74 Other
75 gxl2dot, dot2gxl
76 GXL-DOT converters
77
78
80 This manual page was written by Cyril Brulebois <cyril.brule‐
81 bois@enst-bretagne.fr> in november 2006, based on an initial documenta‐
82 tion effort by Joachim Berdal Haga <jbh@lupus.ig3.net>. It can be dis‐
83 tributed under the same terms as the graphviz package.
84
85
86
87
88 November 19, 2006 GRAPHVIZ(7)