Mingle
Mingle
Mingle
delim $$
NAME
mingle - fast edge bundling
SYNOPSIS
mingle [ options ] [ -o outfile ] [ files ]
DESCRIPTION
mingle takes as input a graph in DOT format with node position information
(the pos attribute) and bundles the edges.
OPTIONS
The following options are supported:
-o file
puts output in file. Default output is stdout
-T fmt specifies the output format. At present, the output is always in the
DOT format. If fmt is "simple", the output is a simple, schematic representation of
the drawing. Only the node
positions and edges are retained from the original graph. If fmt is
"gv", the drawing information is attached to the input graph.
-v k determines the verbose level used for tracing the algorithm. The
value k is optional; if not provided, the value 1 is used.
BUGS
At present, mingle does not handle graphs with loops or directed multiedges.
So, a graph with edges a -> b and b -> a is acceptable, but not if it has edges a -
> b and a -> b or a -- b
and a -- b.
AUTHOR
Emden R. Gansner <[email protected]>, Yifan Hu <[email protected]>
SEE ALSO
sfdp(1), neato(1), gvpr(1)
16 August 2013
MINGLE(1)