LinuxCommandLibrary

gv2gml

converts Graphviz DOT format to GML

TLDR

Convert DOT to GML

$ gv2gml [input.gv] -o [output.gml]
copy
Output to stdout
$ gv2gml [input.dot]
copy
Process multiple files
$ gv2gml [file1.gv] [file2.gv] -o [output.gml]
copy

SYNOPSIS

gv2gml [options] [files]

DESCRIPTION

gv2gml converts Graphviz DOT format to GML (Graph Modelling Language). GML is an interchange format used by various graph analysis tools.
The tool preserves graph structure during conversion. It's useful for exporting Graphviz graphs to other applications like yEd or Gephi.

PARAMETERS

FILES

Input DOT/GV files.
-o FILE
Output GML file.
-?
Display help information.

CAVEATS

Part of Graphviz package. Some DOT features may not convert. One-way conversion.

HISTORY

gv2gml is part of the Graphviz project, created at AT&T Labs for graph format conversion.

SEE ALSO

graphml2gv(1), dot(1), gxl2gv(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community