From: Emden R. Gansner Date: Fri, 25 Apr 2014 22:05:48 +0000 (-0400) Subject: Fix wrong default value for remincross attribute. X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ce48a737eee4e8c60d43052848a2dfa02718f09;p=graphviz Fix wrong default value for remincross attribute. --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 0421fbd87..12a161374 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -408,7 +408,7 @@ of the layout programs. false remincross Gbool -falsedot only +truedot only repulsiveforce Gdouble1.00.0sfdp only resolution @@ -1686,7 +1686,7 @@ of the layout programs. polygon will lie on a circle whose center is the center of the node.
remincross -
If true and there are multiple clusters, run cross +
If true and there are multiple clusters, run crossing minimization a second time.
repulsiveforce diff --git a/doc/infosrc/attrs b/doc/infosrc/attrs index b2a7e4c89..3c0d77891 100644 --- a/doc/infosrc/attrs +++ b/doc/infosrc/attrs @@ -1103,8 +1103,8 @@ Rectangles for fields of records, in points. :regular:N:bool:false; If true, force polygon to be regular, i.e., the vertices of the polygon will lie on a circle whose center is the center of the node. -:remincross:G:bool:false; dot -If true and there are multiple clusters, run cross +:remincross:G:bool:true; dot +If true and there are multiple clusters, run crossing minimization a second time. :repulsiveforce:G:double:1.0:0.0; sfdp The power of the repulsive force used in an extended Fruchterman-Reingold