logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Convert GV to GML - Format Graph Data | Online Free DevTools by Hexmos

Convert graph data from GV to GML with gv2gml. Transform graph files for visualization and analysis. Free online tool, no registration required.

gv2gml

Convert a graph from gv to gml format. Converters: gml2gv, gv2gml, gv2gxl, gxl2gv, graphml2gv & mm2gv. More information: https://graphviz.org/pdf/gml2gv.1.pdf.

  • Convert a graph from gv to gml format:

gv2gml -o {{output.gml}} {{input.gv}}

  • Convert a graph using stdin and stdout:

cat {{input.gv}} | gv2gml > {{output.gml}}

  • Display help:

gv2gml -?

See Also