Skip to main content

Module export

Module export 

Source
Expand description

Graph visualization export module.

Supports exporting knowledge graphs to various formats for visualization:

  • D3.js JSON format (nodes + links + metadata)
  • DOT (Graphviz) format for graph visualization

Structs§

D3ExportGraph
D3.js force-directed graph export format.
D3ExportMetadata
Metadata for the exported graph.
D3Link
A link (edge) in the D3.js export format.
D3Node
A node in the D3.js export format.
DotConfig
Configuration for DOT format export.

Functions§

export_d3_json
Export the knowledge graph in D3.js JSON format.
export_dot
Export the knowledge graph in DOT (Graphviz) format.