mingle
bundles edges in graphs
TLDR
Bundle edges in graph
$ mingle -o [output.gv] [input.gv]
Set edge compatibility$ mingle -c [0.8] [input.gv]
Set step size$ mingle -k [4] [input.gv]
Output format$ mingle -T [png] -o [output.png] [input.gv]
SYNOPSIS
mingle [options] file
DESCRIPTION
mingle bundles edges in graphs. It reduces clutter in dense graph visualizations.
The tool is part of Graphviz. It groups similar edges for cleaner display.
PARAMETERS
FILE
Input graph file.-o FILE
Output file.-c VALUE
Edge compatibility threshold.-k STEPS
Number of iterations.-T FORMAT
Output format.--help
Display help information.
CAVEATS
Part of Graphviz. For dense graphs. May hide individual edges.
HISTORY
mingle is part of Graphviz for edge bundling in graph visualizations.
