From: Mark Hansen Date: Sun, 31 May 2020 11:35:54 +0000 (+1000) Subject: Re-generate attrs.html from doc/infosrc X-Git-Tag: 2.44.1~45^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcbe6d9cd9b2f58d35e736196b9715e3411fb700;p=graphviz Re-generate attrs.html from doc/infosrc There have been a few updates to infosrc that haven't cascaded to the doc/ directory. Fix that. Long-term we probably want to have these automatically built from source. --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 541578a7d..676a4a188 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -115,6 +115,8 @@ of the layout programs. false charset Gstring"UTF-8" + class +ENCGstring""svg only clusterrank GclusterMode localdot only @@ -167,7 +169,7 @@ of the layout programs. EescString ""svg, cmap only epsilon -Gdouble.0001 * # nodes(mode == KK)
.0001(mode == major)neato only +Gdouble.0001 * # nodes(mode == KK)
.0001(mode == major)
.01(mode == sgd)neato only esep GaddDouble
addPoint @@ -314,7 +316,7 @@ of the layout programs. NCGdouble
point <device-dependent> maxiter -Gint100 * # nodes(mode == KK)
200(mode == major)
600(fdp)fdp, neato only +Gint100 * # nodes(mode == KK)
200(mode == major)
30(mode == sgd)
600(fdp)fdp, neato only mclimit Gdouble1.0dot only mindist @@ -638,6 +640,26 @@ of the layout programs. Note that if the character encoding used in the input does not match the charset value, the resulting output may be very strange. +
class +
Classnames to attach to the node, edge, graph, or cluster's SVG element. + Combine with stylesheet for styling SVG output + using CSS classnames. +

+ Multiple space-separated classes are supported. +

+

+  digraph G {
+    graph [class="cats"];
+  
+    subgraph cluster_big {
+      graph [class="big_cats"];
+  
+      "Lion" [class="yellow social"];
+      "Snow Leopard" [class="white solitary"];
+    };
+  }
+  
+
clusterrank
Mode used for handling clusters. If clusterrank is "local", a subgraph whose name begins with "cluster" is given special treatment. @@ -1311,7 +1333,11 @@ of the layout programs. neato uses a version of the gradient descent method. The only advantage to the latter technique is that it is sometimes appreciably faster for small (number of nodes < 100) graphs. A significant disadvantage is that - it may cycle. + it may cycle. If mode is "sgd", neato uses a version of the + stochastic gradient descent method. The advantage of sgd is faster and more + reliable convergence than both the previous methods, while the disadvantage + is that it runs in a fixed number of iterations and may require larger + values of "maxiter" in some graphs.

There are two experimental modes in neato, "hier", which adds a top-down directionality similar to the layout used in dot, and "ipsep", which @@ -1838,7 +1864,7 @@ of the layout programs.

showboxes
Print guide boxes in PostScript at the beginning of - routesplines if 1, or at the end if 2. (Debugging) + routesplines if 1, or at the end if 2. (Debugging, TB mode only!)
sides
Number of sides if shape=polygon. @@ -1949,7 +1975,8 @@ of the layout programs. Of course, the component can also explicitly set its style attribute to the desired value.
stylesheet -
A URL or pathname specifying an XML style sheet, used in SVG output. +
A URL or pathname specifying an XML style sheet, used in SVG output. Combine + with class to style elements using CSS selectors.
tailURL
If tailURL is defined, it is