Graphviz Help

Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains. More information on Graphviz is available here - About Graphviz

Graphviz.app is a viewer that displays graphs written in the Graphviz dot language. It is not an editor, so you cannot add or delete nodes or edges, nor can you individually reposition them. In addition, it is not possible to alter the attributes of any particular node or edge.

The viewer does permit, however, the setting of various global Graphviz attributes. This is equivalent to adding a node or edge statement to the graph. Such changes will affect any node or edge that does not set the attribute explicitly.

To set attributes, click on the Attributes button at the top left of the graph window. This will open a new window, listing all of the known supported attributes and the current global value. Initially, the window displays graph attributes. By clicking on the circle or the slash at the top of the attribute window, you can get a list of the default node or edge attributes. Clicking on the leftmost icon with the three connected circles will take you back to the graph attributes.

If you click on an attribute, you will see a brief description of its role at the bottom. To alter an attribute value, simply double click on the value you wish to change. This will open a text edit window, in which you can enter the desired new value. Pressing the return or tab key will store the new value, and update the graph drawing to reflect the change. More information about Graphviz attributes is available here - Node, Edge and Graph Attributes

Changing the layout

By default, Graphviz.app uses the dot layout. To change to a different layout, go to the list of graph attributes and look for the layout attribute. Now change it as you would any other attribute. For example, to use the neato layout, double click on the layout attribute value, enter neato, and then press return.

Additional help with Graphviz can be found here - Graphviz FAQ