Skip to main content

Module render

Module render 

Source
Expand description

Graph rendering utilities.

This module provides various output formats for visualizing RefGraph structures:

  • ASCII tree rendering for terminal display
  • GraphML export for external visualization tools

Functionsยง

render_actions_view
Render the actions graph as ASCII art.
render_ascii_tree
Render nodes and edges as an ASCII tree structure.
render_full_view
Render a full structured view of the graph.
render_graphml
Render a RefGraph as GraphML XML.
render_topic_flow
Render the topic flow graph as ASCII art.