TOOL ★
OGDF
Open Graph Drawing Framework (OGDF)
Convert from any graph formatto OGDF Convert from OGDFto any other format
C++ library of graph algorithms and layouts; its GraphIO module reads and writes many graph formats. Used as a library by other tools (e.g. qvge).
Graph Formats(Input & Output)
Input Formats
Frequently Asked Questions
What graph file formats does OGDF support?
See the list on this page — it shows every format OGDF can read, write and display.
How do I import a graph into OGDF?
Convert your file to a format OGDF can read, then open it in OGDF. Use GraphInOut to get a OGDF-compatible file in seconds.
How do I convert a file so OGDF can open it?
Use the convert links above — upload or paste your graph, pick a format OGDF accepts and download the result, right in your browser.
