]> granicus.if.org Git - graphviz/commitdiff
Added instructions for using neato layout
authorDwight Perry <dperry@research.att.com>
Tue, 27 Sep 2011 21:43:10 +0000 (17:43 -0400)
committerDwight Perry <dperry@research.att.com>
Tue, 27 Sep 2011 21:43:10 +0000 (17:43 -0400)
macosx/graphviz.help/graphviz.html

index af104a76f03c10206906734c1dcf880d3a55b606..47fc57a774d722f91cd0cf3c4db859e641b63c89 100644 (file)
@@ -32,7 +32,7 @@ color: #fff;
 }
 .containingbox{
                        width: 600px;
-                       height: 150px;
+                       height: 200px;
                        border: 0px solid #000;
 }
 
@@ -50,7 +50,7 @@ color: #fff;
        </div>
        <div class="containingbox">
        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 - <a href="http://www.graphviz.org/content/attrs" target="_blank" >Node, Edge and Graph Attributes</a></div>
        </div>
        <div class="containingbox">