LinuxCommandLibrary

gxl2gv

converts GXL to Graphviz DOT format

TLDR

Convert GXL to DOT

$ gxl2gv [input.gxl] -o [output.gv]
copy
Output to stdout
$ gxl2gv [input.gxl]
copy
Process multiple files
$ gxl2gv [file1.gxl] [file2.gxl] -o [output.gv]
copy

SYNOPSIS

gxl2gv [options] [files]

DESCRIPTION

gxl2gv converts GXL (Graph eXchange Language) to Graphviz DOT format. It enables importing XML-based graph data into the Graphviz ecosystem.
The tool translates GXL's XML representation to DOT syntax. It's the inverse of gv2gxl for format interchange.

PARAMETERS

FILES

Input GXL files.
-o FILE
Output DOT file.
-d
Output directed graph.
-?
Display help information.

CAVEATS

Part of Graphviz package. Requires valid GXL input. Some attributes may not convert.

HISTORY

gxl2gv is part of the Graphviz project, created at AT&T Labs for XML-based graph interchange.

SEE ALSO

gv2gxl(1), graphml2gv(1), dot(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community