From 4ce48a737eee4e8c60d43052848a2dfa02718f09 Mon Sep 17 00:00:00 2001 From: "Emden R. Gansner" Date: Fri, 25 Apr 2014 18:05:48 -0400 Subject: [PATCH] Fix wrong default value for remincross attribute. --- doc/info/attrs.html | 4 ++-- doc/infosrc/attrs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.50.1