From ae1c44eafc80443c562e6ab1b8160c38bae63238 Mon Sep 17 00:00:00 2001 From: Dwight Perry Date: Tue, 27 Sep 2011 17:43:10 -0400 Subject: [PATCH] Added instructions for using neato layout --- macosx/graphviz.help/graphviz.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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
-- 2.40.0