Expand description
DOT (Graphviz) rendering for the channel graph.
Gated behind the graph-api feature.
Functionsยง
- render_
dot - Renders the connected subgraph of
graphas a DOT (Graphviz) digraph. - render_
dot_ reachable_ with_ labels - Like
render_dot_with_labels, but only includes edges reachable from the current node via directed BFS. Disconnected subgraphs are excluded. - render_
dot_ with_ labels - Renders the connected subgraph of
graphas a DOT digraph, using the providedlabel_fnto produce the node label for each [OffchainPublicKey]. - render_
edges_ as_ dot