Yog.FSharp
Getting Started Examples API Reference GitHub

Yog.IO Namespace

Modules Description

Dot

DOT (Graphviz) graph rendering.

Provides functions to export graphs in DOT format for visualization with Graphviz tools.

Gdf

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

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

JSON graph serialization.

Provides functions to export graphs in JSON format for data interchange and web applications.

Mermaid

Mermaid diagram rendering.

Provides functions to export graphs in Mermaid syntax for embedding in markdown documents.