From: erg Date: Wed, 6 Aug 2008 16:26:50 +0000 (+0000) Subject: Add entry for sfdp X-Git-Tag: LAST_LIBGRAPH~32^2~3679 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d59a68ca10560c09ab1a9f0e9b2afaea4614dfb2;p=graphviz Add entry for sfdp --- diff --git a/cmd/dot/dot.1 b/cmd/dot/dot.1 index 6ef258fca..d39c69bfa 100644 --- a/cmd/dot/dot.1 +++ b/cmd/dot/dot.1 @@ -9,6 +9,8 @@ twopi \- filter for radial layouts of graphs circo \- filter for circular layout of graphs .br fdp \- filter for drawing undirected graphs +.br +sfdp \- filter for drawing large undirected graphs .SH SYNOPSIS \fBdot\fR [\fB\-\fR(\fBG\fR|\fBN\fR|\fBE\fR)\fIname=value\fR] @@ -55,6 +57,15 @@ fdp \- filter for drawing undirected graphs [\fB\-v\fR] [\fB\-V\fR] [files] +.br +\fBsfdp\fR +[\fB\-\fR(\fBG\fR|\fBN\fR|\fBE\fR)\fIname=value\fR] +[\fB\-T\fIlang\fR] +[\fB\-l \fIlibfile\fR] +[\fB\-o \fIoutfile\fR] +[\fB\-v\fR] +[\fB\-V\fR] +[files] .SH DESCRIPTION .I dot draws directed graphs. It works well on DAGs and other graphs @@ -105,6 +116,11 @@ non\(hytrivial component found in the search from the root component. draws undirected graphs using a ``spring'' model. It relies on a force\(hydirected approach in the spirit of Fruchterman and Reingold (cf. Software\(hyPractice & Experience 21(11), 1991, pp. 1129\(hy1164). +.PP +.I sfdp +also draws undirected graphs using the ``spring'' model described +above, but it uses a multi-scale approach to produce layouts +of large graphs in a reasonably short time. .SH OUTPUT FORMATS Dot uses an extensible plugin mechanism for its output renderers, so to see what output formats your installation of dot supports