]> granicus.if.org Git - graphviz/commitdiff
Fix wrong default value for remincross attribute.
authorEmden R. Gansner <erg@alum.mit.edu>
Fri, 25 Apr 2014 22:05:48 +0000 (18:05 -0400)
committerEmden R. Gansner <erg@alum.mit.edu>
Fri, 25 Apr 2014 22:05:48 +0000 (18:05 -0400)
doc/info/attrs.html
doc/infosrc/attrs

index 0421fbd87382568baa79d706dae4f502d7ffaaf5..12a161374dff07b72667991cd36bcfeea782a860 100644 (file)
@@ -408,7 +408,7 @@ of the layout programs.
 </TD><TD ALIGN="CENTER">false</TD><TD></TD><TD></TD> </TR>
  <TR><TD><A NAME=a:remincross HREF=#d:remincross>remincross</A>
 </TD><TD>G</TD><TD><A HREF=#k:bool>bool</A>
-</TD><TD ALIGN="CENTER">false</TD><TD></TD><TD>dot only</TD> </TR>
+</TD><TD ALIGN="CENTER">true</TD><TD></TD><TD>dot only</TD> </TR>
  <TR><TD><A NAME=a:repulsiveforce HREF=#d:repulsiveforce>repulsiveforce</A>
 </TD><TD>G</TD><TD>double</TD><TD ALIGN="CENTER">1.0</TD><TD>0.0</TD><TD>sfdp only</TD> </TR>
  <TR><TD><A NAME=a:resolution HREF=#d:resolution>resolution</A>
@@ -1686,7 +1686,7 @@ of the layout programs.
   polygon will lie on a circle whose center is the center of the node.
 
 <DT><A NAME=d:remincross HREF=#a:remincross><STRONG>remincross</STRONG></A>
-<DD>  If true and there are multiple clusters, run cross
+<DD>  If true and there are multiple clusters, run crossing
   minimization a second time.
 
 <DT><A NAME=d:repulsiveforce HREF=#a:repulsiveforce><STRONG>repulsiveforce</STRONG></A>
index b2a7e4c89de8e5200b1a491baa1be28902f669e4..3c0d778913367a70a1b0829506a6221a798f27d1 100644 (file)
@@ -1103,8 +1103,8 @@ Rectangles for fields of records, <A HREF=#points>in points</A>.
 :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