Dot graph language - how to make bidirectional edges automatically?

后端 未结 2 776
轻奢々
轻奢々 2021-01-31 12:55

Here is a very simplified example of my Dot graph:

strict digraph graphName {
A->B
B->A
}

This creates

2条回答
提交回复
热议问题