Word description Constructs an empty, anonymous subgraph by automatically generating a (somewhat) unique id.
Notes Each id has the form "_anonymous_n", where n is a counter incremented by 1 each time an anonymous id is generated (e.g., each time you call <anon> or <graph>). This is also how the Graphviz DOT parser internally handles anonymous graphs and subgraphs.
Thus, while it's possible to manually create a subgraph whose id conflicts with an <anon>'s , in practice it's unlikely to happen by accident.
Examples Each <anon> will generate a subgraph with a new id, such as: