From: Dwight Perry Date: Tue, 27 Sep 2011 21:43:10 +0000 (-0400) Subject: Added instructions for using neato layout X-Git-Tag: LAST_LIBGRAPH~32^2~652^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae1c44eafc80443c562e6ab1b8160c38bae63238;p=graphviz Added instructions for using neato layout --- diff --git a/macosx/graphviz.help/graphviz.html b/macosx/graphviz.help/graphviz.html index af104a76f..47fc57a77 100644 --- a/macosx/graphviz.help/graphviz.html +++ b/macosx/graphviz.help/graphviz.html @@ -32,7 +32,7 @@ color: #fff; } .containingbox{ width: 600px; - height: 150px; + height: 200px; border: 0px solid #000; } @@ -50,7 +50,7 @@ color: #fff;
Graphviz.app is a viewer that displays graphs written in the graphviz dot language. - It is not an editor, but it does permit the setting of various graphviz attributes. In particular, the layout attribute which defaults to dot, can be set. More information about + It is not an editor, but it does permit the setting of various graphviz attributes. In particular, the layout attribute which defaults to dot, can be set. As an example, to change the layout to neato, select the Attributes button in the upper left corner of the Graphviz.app window. Scroll down to the layout attribute and type 'neato' into the associated text field. The layout change takes affect after the return key is pressed. More information about graphviz attributes is available here - Node, Edge and Graph Attributes