"virtual node" in multiple clusters

Hi,
Is it possible to have one “virtual node” be instanced in multiple clusters ? Today you will have to make almost identical copies of node (sans node id) in every cluster.

I think this question is trying to achieve the same: dot - Graphviz: Node in two subgraph - Stack Overflow

but I dont want to keep copying 1:13

Thanks

No straight-forward way. If the “virtual nodes” were not connected to any edges and if you did not care too much where they occurred in the various clusters you could use a scripting language (I’d use gvpr)) to make all the desired copies.

Will check out gvpr. Thank you for the quick response.