13

Howto break a flat but sparsely connected graphviz graph into multiple rows?

Graphviz yields a graph of about 4 ranks, but over 9000 nodes wide. However since the graph is sparsely connected we could break it in to rows, for example each 1000 nodes, and thus make it fit on nine rows one page. How can this be done?

Not looking for unflatten, but rather something like line breaks in a text editor (is it clear what I am looking for?).

Edit: PDF with example graph here

4

1 回答 1

-1

像 GraphViz 文档,第 2.5 节:节点和边缘放置,像图 9:具有约束等级的图?

http://www.graphviz.org/pdf/dotguide.pdf

于 2009-08-26T13:59:17.990 回答