Skip to main content

Module visual

Module visual 

Source
Expand description

Visual rendering for GID graphs.

Supports ASCII, Graphviz DOT, and Mermaid diagram formats.

Enums§

VisualFormat
Output format for graph visualization.

Functions§

render
Render graph to the specified format.
render_ascii
Render graph as ASCII tree/diagram.
render_dot
Render graph as Graphviz DOT format.
render_mermaid
Render graph as Mermaid diagram syntax.
status_symbol
Status symbols for different output formats.
status_symbol_ascii
ASCII status symbol (simpler).