Yog.IO Namespace
| Modules | Description |
|
DOT (Graphviz) graph rendering. Provides functions to export graphs in DOT format for visualization with Graphviz tools. |
|
|
GDF (GUESS Graph Format) serialization support. Provides functions to serialize graphs in GDF format, a simple text-based format used by Gephi and other graph visualization tools. GDF uses a column-based format similar to CSV with separate sections for nodes and edges. |
|
|
GraphML (Graph Markup Language) serialization support. Provides functions to serialize and deserialize graphs in the GraphML format, an XML-based format widely supported by graph visualization and analysis tools like Gephi, yEd, Cytoscape, and NetworkX. |
|
|
JSON graph serialization. Provides functions to export graphs in JSON format for data interchange and web applications. |
|
|
Mermaid diagram rendering. Provides functions to export graphs in Mermaid syntax for embedding in markdown documents. |