osage
graphviz layout program for clustered graphs
TLDR
Layout clustered graph
$ osage -Tpng [graph.gv] -o [output.png]
Generate SVG output$ osage -Tsvg [graph.gv] -o [output.svg]
Generate PDF output$ osage -Tpdf [graph.gv] -o [output.pdf]
SYNOPSIS
osage [options] [files...]
DESCRIPTION
osage is a Graphviz layout program for clustered graphs. Recursively lays out clusters using array packing algorithm. Part of the Graphviz suite for visualizing hierarchically grouped nodes.
PARAMETERS
-T format
Output format (png, svg, pdf, dot, etc.).-o file
Output file.-G attr=val
Set graph attribute.-N attr=val
Set node attribute.-E attr=val
Set edge attribute.-K layout
Layout engine override.
