LinuxCommandLibrary

gml2gv

GML to Graphviz DOT format converter

TLDR

Convert GML to DOT

$ gml2gv [input.gml] -o [output.gv]
copy
Convert to stdout
$ gml2gv [input.gml]
copy

SYNOPSIS

gml2gv [options] [files]

DESCRIPTION

gml2gv converts graphs from GML (Graph Modelling Language) format to DOT format used by Graphviz. It enables using GML graphs with Graphviz visualization tools.
GML is a portable format for graph description. The converter preserves graph structure for rendering with dot, neato, or other Graphviz layout engines.

PARAMETERS

FILES

GML input files.
-o FILE
Output file.
-?
Display help.

CAVEATS

Part of Graphviz. Some GML features may not have DOT equivalents. Check attribute preservation.

HISTORY

gml2gv is part of Graphviz, providing format conversion between common graph description languages.

SEE ALSO

dot(1), gv2gml(1), graphml2gv(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community