Graphviz Dot Algorithm
问题 Is there any documentation (full pseudo code?) on the algorithm from dot within the Graphviz Library? I only found some partial pseudo code documentation. 回答1: Here are a few references for you. The most complete (short of the Graphviz source code itself) is probably #2, the paper "A Technique for Drawing Directed Graphs" which is written by several of the Graphviz contributors themselves. (1) "Drawing graphs with dot" In Drawing graphs with dot, dot's layout algorithm is described like this: