]> granicus.if.org Git - graphviz/commitdiff
Update info files
authorerg <devnull@localhost>
Fri, 15 Dec 2006 19:13:32 +0000 (19:13 +0000)
committererg <devnull@localhost>
Fri, 15 Dec 2006 19:13:32 +0000 (19:13 +0000)
doc/info/attrs.html

index 826a2c11140b4866b3a80ac8c02b8950d0fe7c3f..7d529f4dd8af5500dd4cf1de9dd1e855beea6cf7 100644 (file)
@@ -854,7 +854,9 @@ This field indicates which graph component uses the attribute.
   it may cycle.
   <P>
   There are two new, experimental modes in neato, "hier", which adds a top-down
-  directionality similar to the layout used in dot, and "ipsep", which .
+  directionality similar to the layout used in dot, and "ipsep", which 
+  allows the graph to specify minimum vertical and horizontal distances
+  between nodes. (See the <A HREF=#d:sep>sep</A> attribute.)
 
 <DT><A NAME=d:model HREF=#a:model><STRONG>model</STRONG></A>
 <DD>  This value specifies how the distance matrix is computed for the input
@@ -951,7 +953,7 @@ This field indicates which graph component uses the attribute.
   <P>
   If the value is "vpsc", overlap removal is similarly to "ortho", except
   quadratic optimization is used to minimize node displacement.
-  N.B. At present, this mode on works when <A HREF=#d:mode>mode</A>="ipsep".
+  N.B. At present, this mode only works when <A HREF=#d:mode>mode</A>="ipsep".
   <P>
   Except for fdp, the layouts assume <TT>overlap="true"</TT> as the default. 
   Fdp first uses a number of passes using built-in, force-directed technique