Ask Your Question
3

What is the reason for a Graphviz dot graph, arranged from top to bottom, being laid out in a counterclockwise manner?

asked 2023-05-10 08:25:28 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-05-10 08:26:02 +0000

david gravatar image

There is no inherent reason for a Graphviz dot graph to be arranged in a counterclockwise manner. The direction of the layout is determined by the orientation attribute specified in the Graphviz source code. The default orientation is top to bottom, but it can be changed to left to right, right to left or bottom to top. The counterclockwise direction may appear when using certain layouts, such as circo, which have a circular structure and are optimized for radial layouts.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-10 08:25:28 +0000

Seen: 12 times

Last updated: May 10 '23