LinuxCommandLibrary

osage

graphviz layout program for clustered graphs

TLDR

Layout clustered graph

$ osage -Tpng [graph.gv] -o [output.png]
copy
Generate SVG output
$ osage -Tsvg [graph.gv] -o [output.svg]
copy
Generate PDF output
$ osage -Tpdf [graph.gv] -o [output.pdf]
copy

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.

SEE ALSO

dot(1), neato(1), patchwork(1), fdp(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community