logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Graphviz Pack - Combine Graph Layouts | Online Free DevTools by Hexmos

Combine graph layouts with Graphviz Pack. Integrate multiple Graphviz layouts into a single, cohesive graph visualization. Free online tool, no registration required.

gvpack

Combine several graph layouts (that already have layout information). Graphviz filters: acyclic, bcomps, comps, edgepaint, gvcolor, gvpack, mingle, nop, sccmap, tred, & unflatten. More information: https://graphviz.org/pdf/gvpack.1.pdf.

  • Combine several graph layouts (that already have layout information):

gvpack {{path/to/layout1.gv path/to/layout2.gv ...}} > {{path/to/output.gv}}

  • Combine several graph layouts at the graph level, keeping graphs separate:

gvpack -g {{path/to/layout1.gv path/to/layout2.gv ...}} > {{path/to/output.gv}}

  • Combine several graph layouts at the node level, ignoring clusters:

gvpack -n {{path/to/layout1.gv path/to/layout2.gv ...}} > {{path/to/output.gv}}

  • Combine several graph layouts without packing:

gvpack -u {{path/to/layout1.gv path/to/layout2.gv ...}} > {{path/to/output.gv}}

  • Display help:

gvpack -?

See Also