LinuxCommandLibrary

mingle

bundles edges in graphs

TLDR

Bundle edges in graph

$ mingle -o [output.gv] [input.gv]
copy
Set edge compatibility
$ mingle -c [0.8] [input.gv]
copy
Set step size
$ mingle -k [4] [input.gv]
copy
Output format
$ mingle -T [png] -o [output.png] [input.gv]
copy

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.

SEE ALSO

dot(1), neato(1), sfdp(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community