From: ellson Date: Mon, 21 Sep 2009 12:23:21 +0000 (+0000) Subject: apply patch that: X-Git-Tag: LAST_LIBGRAPH~32^2~1700 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b9fbe0a1940fcb3c9da18b46d66b2f1093630d9;p=graphviz apply patch that: adds "layout" to doc/schema/attributes.xml and thus to the graph attributes in the inspector window from Ryan Schmidt --- diff --git a/doc/schema/attributes.xml b/doc/schema/attributes.xml index d8521c054..ffad31c3e 100644 --- a/doc/schema/attributes.xml +++ b/doc/schema/attributes.xml @@ -1275,6 +1275,26 @@ + + + + + Specifies the name of the layout algorithm to use, such as dot + or neato. Normally, graphs should be kept independent of a type of + layout. In some cases, however, it can be convenient to embed the type + of layout desired within the graph. For example, a graph containing + position information from a layout might want to record what the + associated layout algorithm was. + + + This attribute takes precedence over + the -K flag + or the actual command name used. + + + + + @@ -2551,6 +2571,7 @@ +