From: erg Date: Wed, 7 Dec 2005 19:34:16 +0000 (+0000) Subject: Update info files X-Git-Tag: LAST_LIBGRAPH~32^2~6929 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1cba617e3a5b1082b6b05d84818486f230872cc;p=graphviz Update info files --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 03b9fcadb..cc5efbbe6 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -332,7 +332,7 @@ This field indicates which graph component uses the attribute. Ndouble0.0-100.0 splines Gbool -
stringfalsenot dot +
string start GstartType "random"fdp, neato only @@ -1127,9 +1127,16 @@ This field indicates which graph component uses the attribute. skew top of polygon to right; negative to left.
splines -
If true, draw edges as splines. This requires non-overlapping - nodes (cf. overlap). - If fdp is used for layout, if splines="compound", then the edges are +
Controls how, and if, edges are represented. If true, edges are drawn as + splines routed around nodes; if false, edges are drawn as line segments. + If set to "", no edges are drawn at all. +

+ By default, the attribute is unset. How this is interpreted depends on + the layout. For dot, the default is to draw edges as splines. For all + other layouts, the default is to draw edges as line segments. Note that + for these latter layouts, if splines="true", this + requires non-overlapping nodes (cf. overlap). + If fdp is used for layout and splines="compound", then the edges are drawn to avoid clusters as well as nodes.

start