]; ( graph statement -- graph' )
Graphviz notation ยป Aliases that resemble DOT code

Prev:[graph ( -- attrs )


Vocabulary
graphviz.notation

Inputs
grapha graph or a subgraph
statementan object


Outputs
graph'a graph or a subgraph


Word description
Synonym for add meant to be the "other half" of various graphviz.notation words like [add-edge, [add-node, [graph, etc.

Examples
Refer to the documentation for the complementary words listed below.

See also
[add-node, [add-edge, [--, [->, [node, [edge, [graph

Definition