~ubuntu-branches/ubuntu/lucid/graphviz/lucid-security

« back to all changes in this revision

Viewing changes to tools/src/unflatten.1

  • Committer: Bazaar Package Importer
  • Author(s): Stephen M Moraco
  • Date: 2002-02-05 18:52:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020205185212-8i04c70te00rc40y
Tags: upstream-1.7.16
ImportĀ upstreamĀ versionĀ 1.7.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 adjustment of fanin-fanout chains (example: a -> {w x y z} -> b),
 
34
i.e., nodes with indegree and outdegree equal to 1 are also staggered.
 
35
.TP
 
36
.BI \-c " len"
 
37
Form disconnected nodes into chains of up to \fIlen\fP nodes.
 
38
.TP
 
39
.BI \-o " outfile"
 
40
causes the output to be written to the specified file; by default,
 
41
output is written to \fBstdout\fP.
 
42
.SH OPERANDS
 
43
The following operand is supported:
 
44
.TP 8
 
45
.I files
 
46
Names of files containing 1 or more graphs in dot format.
 
47
If no
 
48
.I files
 
49
operand is specified,
 
50
the standard input will be used.
 
51
.SH AUTHORS
 
52
Stephen C. North <north@research.att.com>
 
53
.br
 
54
Emden R. Gansner <erg@research.att.com>
 
55
.SH "SEE ALSO"
 
56
gc(1), dot(1), acyclic(1), gpr(1), ccomps(1), tred(1), libgraph(3)