]> granicus.if.org Git - graphviz/commitdiff
Split nslimit and nslimit1 attributes
authorMark Hansen <markhansen@google.com>
Wed, 21 Oct 2020 10:16:29 +0000 (21:16 +1100)
committerMark Hansen <markhansen@google.com>
Wed, 21 Oct 2020 10:19:29 +0000 (21:19 +1100)
They're the only attributes that don't already have their own sections,
they complicate parsing and emitting, and on balance I think they're
better explained separately (but next to each other).

Closes #64

doc/info/attrs.html
doc/infosrc/attrs

index e234164aac2b9f8bf1cf861832dd545842e0c071..55f39376092188d45d693141265c7f98f0bbac61 100644 (file)
@@ -345,7 +345,8 @@ of the layout programs.
 </TD><TD>G</TD><TD><A HREF=#k:bool>bool</A>
 </TD><TD ALIGN="CENTER">false</TD><TD></TD><TD>neato only</TD> </TR>
  <TR><TD><A NAME=a:nslimit HREF=#d:nslimit>nslimit</A>
-<BR><A NAME=a:nslimit1 HREF=#d:nslimit1>nslimit1</A>
+</TD><TD>G</TD><TD>double</TD><TD ALIGN="CENTER"></TD><TD></TD><TD>dot only</TD> </TR>
+ <TR><TD><A NAME=a:nslimit1 HREF=#d:nslimit1>nslimit1</A>
 </TD><TD>G</TD><TD>double</TD><TD ALIGN="CENTER"></TD><TD></TD><TD>dot only</TD> </TR>
  <TR><TD><A NAME=a:ordering HREF=#d:ordering>ordering</A>
 </TD><TD>GN</TD><TD>string</TD><TD ALIGN="CENTER">&#34;&#34;</TD><TD></TD><TD>dot only</TD> </TR>
@@ -1417,11 +1418,17 @@ of the layout programs.
   To avoid this translation, set <TT>notranslate</TT> to true.
 
 <DT><A NAME=d:nslimit HREF=#a:nslimit><STRONG>nslimit</STRONG></A>
-,<DT><A NAME=d:nslimit1 HREF=#a:nslimit1><STRONG>nslimit1</STRONG></A>
 <DD>  Used to set number of iterations in
   network simplex applications. <B>nslimit</B> is used in
-  computing node x coordinates, <B>nslimit1</B> for ranking nodes.
-  If defined, # iterations =  <B>nslimit(1)</B> * # nodes;
+  computing node x coordinates.
+  If defined, # iterations =  <B>nslimit</B> * # nodes;
+  otherwise,  # iterations = MAXINT.
+
+<DT><A NAME=d:nslimit1 HREF=#a:nslimit1><STRONG>nslimit1</STRONG></A>
+<DD>  Used to set number of iterations in
+  network simplex applications. 
+  <B>nslimit1</B> is used for ranking nodes.
+  If defined, # iterations =  <B>nslimit1</B> * # nodes;
   otherwise,  # iterations = MAXINT.
 
 <DT><A NAME=d:ordering HREF=#a:ordering><STRONG>ordering</STRONG></A>
index 9d46c566113d463c7c6ce54473b3d297818b19c7..d652c0c658ddfbb7625d51594ca24bada526271a 100644 (file)
@@ -847,11 +847,17 @@ corresponding to 0 degrees. <B>NOTE:</B> Since the attribute is evaluated first
 By default, the final layout is translated so that the lower-left corner of the bounding box is
 at the origin. This can be annoying if some nodes are pinned or if the user runs <TT>neato -n</TT>. 
 To avoid this translation, set <TT>notranslate</TT> to true.
-:nslimit/nslimit1:G:double;  dot
+:nslimit:G:double;  dot
 Used to set number of iterations in
 network simplex applications. <B>nslimit</B> is used in
-computing node x coordinates, <B>nslimit1</B> for ranking nodes.
-If defined, # iterations =  <B>nslimit(1)</B> * # nodes;
+computing node x coordinates.
+If defined, # iterations =  <B>nslimit</B> * # nodes;
+otherwise,  # iterations = MAXINT.
+:nslimit1:G:double;  dot
+Used to set number of iterations in
+network simplex applications. 
+<B>nslimit1</B> is used for ranking nodes.
+If defined, # iterations =  <B>nslimit1</B> * # nodes;
 otherwise,  # iterations = MAXINT.
 :ordering:GN:string:""; dot
 If the value of the attribute is "out", then