LinuxCommandLibrary

patchwork

graphviz layout program for squarified treemaps

TLDR

Create treemap visualization

$ patchwork -Tpng [data.gv] -o [treemap.png]
copy
Generate SVG treemap
$ patchwork -Tsvg [data.gv] -o [treemap.svg]
copy
Generate PDF output
$ patchwork -Tpdf [data.gv] -o [treemap.pdf]
copy

SYNOPSIS

patchwork [options] [files...]

DESCRIPTION

patchwork is a Graphviz layout program for squarified treemaps. Displays hierarchical data as nested rectangles with areas proportional to values. Part of the Graphviz visualization suite.

PARAMETERS

-T format

Output format (png, svg, pdf, etc.).
-o file
Output file.
-G attr=val
Set graph attribute.
-N attr=val
Set node attribute.

SEE ALSO

dot(1), osage(1), neato(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community