Mercurial > hg > camir-ismir2012
comparison toolboxes/graph_visualisation/share/man/man7/graphviz.7 @ 0:cc4b1211e677 tip
initial commit to HG from
Changeset:
646 (e263d8a21543) added further path and more save "camirversion.m"
author | Daniel Wolff |
---|---|
date | Fri, 19 Aug 2016 13:07:06 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:cc4b1211e677 |
---|---|
1 .\" -*- nroff -*- | |
2 .\" This manual is for graphviz, a rich set of graph drawing tools, and it | |
3 .\" can be distributed under the same terms as the graphviz package. | |
4 .\" | |
5 .\" Copyright (C) 2006 Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> | |
6 .\" | |
7 .TH GRAPHVIZ 7 "November 19, 2006" | |
8 .SH "NAME" | |
9 graphviz \- rich set of graph drawing tools | |
10 | |
11 .SH "SYNOPSIS" | |
12 This manpage has been written to fulfil the need of a centralized documentation | |
13 presenting all available tools in the graphviz package. | |
14 | |
15 .SH "AVAILABLE TOOLS" | |
16 | |
17 .SS "Graph layout programs" | |
18 .TP | |
19 .B dot | |
20 filter for hierarchical layouts of graphs | |
21 .TP | |
22 .B neato | |
23 filter for symmetric layouts of graphs | |
24 .TP | |
25 .B twopi | |
26 filter for radial layouts of graphs | |
27 .TP | |
28 .B circo | |
29 filter for circular layout of graphs | |
30 .TP | |
31 .B fdp | |
32 filter for symmetric layouts of graphs | |
33 .PP | |
34 All of the filters work with either directed or undirected graphs, though | |
35 .B dot | |
36 is typically used for directed graphs and | |
37 .B neato | |
38 for undirected graphs. | |
39 Note also that \fBneato \-n[2]\fP can be used to render layouts produced | |
40 by the other filters. | |
41 .SS "Graph drawing programs" | |
42 .TP | |
43 .B lefty | |
44 A Programmable Graphics Editor | |
45 .TP | |
46 .B lneato | |
47 lefty + neato | |
48 .TP | |
49 .B dotty | |
50 lefty + dot | |
51 | |
52 | |
53 .SS "Graph layout enhancement" | |
54 .TP | |
55 .B gvcolor | |
56 flow colors through a ranked digraph | |
57 .TP | |
58 .B unflatten | |
59 adjust directed graphs to improve layout aspect ratio | |
60 .TP | |
61 .B gvpack | |
62 merge and pack disjoint graphs | |
63 | |
64 .SS "Graph information and transformation" | |
65 .TP | |
66 .B gc | |
67 count graph components | |
68 .TP | |
69 .B acyclic | |
70 make directed graph acyclic | |
71 .TP | |
72 .B nop | |
73 pretty-print graph file | |
74 .TP | |
75 .B ccomps | |
76 connected components filter for graphs | |
77 .TP | |
78 .B sccmap | |
79 extract strongly connected components of directed graphs | |
80 .TP | |
81 .B tred | |
82 transitive reduction filter for directed graphs | |
83 .TP | |
84 .B dijkstra | |
85 single-source distance filter | |
86 .TP | |
87 .B bcomps | |
88 biconnected components filter for graphs | |
89 .TP | |
90 .B gvpr | |
91 graph pattern scanning and processing language | |
92 .TP | |
93 .B prune | |
94 prune directed graphs | |
95 | |
96 .SS "Other" | |
97 .TP | |
98 .B "gxl2dot, dot2gxl" | |
99 GXL-DOT converters | |
100 | |
101 .SH "AUTHOR" | |
102 This manual page was written by Cyril Brulebois | |
103 <cyril.brulebois@enst\-bretagne.fr> in november 2006, based on an initial | |
104 documentation effort by Joachim Berdal Haga <jbh@lupus.ig3.net>. It can be | |
105 distributed under the same terms as the graphviz package. | |
106 |