From: erg Date: Tue, 5 Feb 2008 04:36:22 +0000 (+0000) Subject: Update info files X-Git-Tag: LAST_LIBGRAPH~32^2~4767 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93d168c5da521058ae18464b233a84052e77cad4;p=graphviz Update info files --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 614da838d..c8f557c16 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -1091,14 +1091,15 @@ This field indicates which graph component uses the attribute. possible without introducing any overlaps, obviously assuming there are none to begin with.

- If the value is "ipsep", and the layout is done by neato with - mode="ipsep", the overlap removal constraints are - incorporated into the layout algorithm itself. - N.B. At present, this only supports one level of clustering. -

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 only works when mode="ipsep". +

+ If the value is "ipsep", + If the layout is done by neato with mode="ipsep", + then one can use overlap=ipsep. + In this case, the overlap removal constraints are + incorporated into the layout algorithm itself. + N.B. At present, this only supports one level of clustering.

Except for fdp, the layouts assume overlap="true" as the default. Fdp first uses a number of passes using built-in, force-directed technique