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 MM to GV - Graph Format Converter | Online Free DevTools by Hexmos

Convert Matrix Market (MM) graph format to Graphviz (GV) format with mm2gv. Easily transform graph data for visualization and analysis. Free online tool, no registration required.

mm2gv

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

  • Convert a graph from mm to gv format:

mm2gv -o {{output.gv}} {{input.mm}}

  • Convert a graph using stdin and stdout:

cat {{input.mm}} | mm2gv > {{output.gv}}

  • Display help:

mm2gv -?

See Also