comparison toolboxes/graph_visualisation/share/man/man1/unflatten.1 @ 0:e9a9cd732c1e tip

first hg version after svn
author wolffd
date Tue, 10 Feb 2015 15:05:51 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e9a9cd732c1e
1 .TH UNFLATTEN 1 "21 January 2001"
2 .SH NAME
3 unflatten \- adjust directed graphs to improve layout aspect ratio
4 .SH SYNOPSIS
5 .B unflatten
6 [\fB\-f\fR]
7 [\fB\-l\fIlen\fR]
8 [\fB\-c\fIlen\fR
9 ] [
10 .B \-o
11 .I outfile
12 ]
13 [ files ]
14 .SH DESCRIPTION
15 .B unflatten
16 is a preprocessor to
17 .B dot
18 that is
19 used to improve the aspect ratio of graphs having many leaves
20 or disconnected nodes.
21 The usual layout for such a graph is generally very wide or tall.
22 .B unflatten
23 inserts invisible edges or adjusts the \fBminlen\fP on edges
24 to improve layout compaction.
25 .SH OPTIONS
26 The following options are supported:
27 .TP
28 .BI \-l " len"
29 The minimum length of leaf edges is staggered
30 between 1 and \fIlen\fP (a small integer).
31 .TP
32 .B \-f
33 Enables the staggering of the \fB-l\fP option to fanout nodes whose
34 indegree and outdegree are both 1. This helps with structures such
35 as \fIa -> {w x y z} -> b\fP.
36 This option only works if the \fB-l\fP flag is set.
37 .TP
38 .BI \-c " len"
39 Form disconnected nodes into chains of up to \fIlen\fP nodes.
40 .TP
41 .BI \-o " outfile"
42 causes the output to be written to the specified file; by default,
43 output is written to \fBstdout\fP.
44 .SH OPERANDS
45 The following operand is supported:
46 .TP 8
47 .I files
48 Names of files containing 1 or more graphs in dot format.
49 If no
50 .I files
51 operand is specified,
52 the standard input will be used.
53 .SH AUTHORS
54 Stephen C. North <north@research.att.com>
55 .br
56 Emden R. Gansner <erg@research.att.com>
57 .SH "SEE ALSO"
58 gc(1), dot(1), acyclic(1), gvpr(1), gvcolor(1), ccomps(1), tred(1), libgraph(3)