From 49f0b663756c1f642dd1d05038e0034e019e37ef Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 22 May 2007 11:58:18 +0000 Subject: [PATCH] Add an overview man page - created originally for Debian by: Cyril Brulebois --- graphviz.7 | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 graphviz.7 diff --git a/graphviz.7 b/graphviz.7 new file mode 100644 index 000000000..d3254421a --- /dev/null +++ b/graphviz.7 @@ -0,0 +1,99 @@ +.\" -*- nroff -*- +.\" This manual is for graphviz, a rich set of graph drawing tools, and it +.\" can be distributed under the same terms as the graphviz package. +.\" +.\" Copyright (C) 2006 Cyril Brulebois +.\" +.TH GRAPHVIZ 7 "November 19, 2006" +.SH "NAME" +graphviz \- rich set of graph drawing tools + +.SH "SYNOPSIS" +This manpage has been written to fulfil the need of a centralized documentation +presenting all available tools in the graphviz package. + +.SH "AVAILABLE TOOLS" + +.SS "Graph layout programs" +.TP +.B dot +filter for drawing directed graphs +.TP +.B neato +filter for drawing undirected graphs +.TP +.B twopi +filter for radial layouts of graphs +.TP +.B circo +filter for circular layout of graphs +.TP +.B fdp +filter for drawing undirected graphs + +.SS "Graph drawing programs" +.TP +.B lefty +A Programmable Graphics Editor +.TP +.B lneato +lefty + neato +.TP +.B dotty +lefty + dotty + + +.SS "Graph layout enhancement" +.TP +.B gvcolor +flow colors through a ranked digraph +.TP +.B unflatten +adjust directed graphs to improve layout aspect ratio +.TP +.B gvpack +merge and pack disjoint graphs + +.SS "Graph information and transformation" +.TP +.B gc +count graph components +.TP +.B acyclic +make directed graph acyclic +.TP +.B nop +pretty-print graph file +.TP +.B ccomps +connected components filter for graphs +.TP +.B sccmap +extract strongly connected components of directed graphs +.TP +.B tred +transitive reduction filter for directed graphs +.TP +.B dijkstra +single-source distance filter +.TP +.B bcomps +biconnected components filter for graphs +.TP +.B gvpr +graph pattern scanning and processing language +.TP +.B prune +prune directed graphs + +.SS "Other" +.TP +.B "gxl2dot, dot2gxl" +GXL-DOT converters + +.SH "AUTHOR" +This manual page was written by Cyril Brulebois + in november 2006, based on an initial +documentation effort by Joachim Berdal Haga . It can be +distributed under the same terms as the graphviz package. + -- 2.40.0