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]
[\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
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