From: Emden R. Gansner Date: Tue, 22 Apr 2014 12:56:03 +0000 (-0400) Subject: Add note about weight 0 edges in twopi X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd18e3eeb7f0a3130185d9cf195fc10597ab08be;p=graphviz Add note about weight 0 edges in twopi --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 800cef025..0421fbd87 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -507,7 +507,7 @@ of the layout programs. voro_margin Gdouble0.050.0not dot weight -Eint
double10(dot)
1(neato,fdp) +Eint
double10(dot,twopi)
1(neato,fdp) width Ndouble0.750.01 xdotversion @@ -1979,6 +1979,8 @@ of the layout programs.
Weight of edge. In dot, the heavier the weight, the shorter, straighter and more vertical the edge is. N.B. Weights in dot must be integers. + For twopi, a weight of 0 indicates the edge should not be used in constructing a + spanning tree from the root. For other layouts, a larger weight encourages the layout to make the edge length closer to that specified by the len attribute. diff --git a/doc/infosrc/attrs b/doc/infosrc/attrs index 315e2b8d3..b2a7e4c89 100644 --- a/doc/infosrc/attrs +++ b/doc/infosrc/attrs @@ -1364,10 +1364,12 @@ Voronoi technique. dim' = (1+2*margin)*dim. # Obsolete, replaced by sep #w:E:double:1.0; neato # Redundant definition of weight in neato, cf. bug 9. -:weight:E:int/double:1:0(dot)/1(neato,fdp); +:weight:E:int/double:1:0(dot,twopi)/1(neato,fdp); Weight of edge. In dot, the heavier the weight, the shorter, straighter and more vertical the edge is. N.B. Weights in dot must be integers. +For twopi, a weight of 0 indicates the edge should not be used in constructing a +spanning tree from the root. For other layouts, a larger weight encourages the layout to make the edge length closer to that specified by the len attribute.