Ask a question to get started
Enter to send•Shift+Enter new line
Add subgraphs to the graph.
add_subgraph( self, viz: Any, nodes: list[list[str]], parent_prefix: list[str] | None = None ) -> None
viz
Any
The graphviz object.
nodes
list[list[str]]
The nodes to add.
parent_prefix
list[str] | None
None
The prefix of the parent subgraph.