From: erg Date: Sun, 17 May 2009 21:31:30 +0000 (+0000) Subject: Fix typo in packMode X-Git-Tag: LAST_LIBGRAPH~32^2~2059 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46ac8ac0ea6797db3551b78fefdd469ce59676b6;p=graphviz Fix typo in packMode --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 4253657a9..0142aa657 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -1851,7 +1851,7 @@ the given types. "edgesfirst".
packMode -
"node", "clust" , "graph" , "array{_flags][%d]" +
"node", "clust" , "graph" , "array[_flags][%d]"

The modes "node", "clust" or "graph" specify that the components should be packed together tightly, using @@ -1868,7 +1868,7 @@ the given types. example, neato does not support clusters, so a value of "clust" will have the same effect as the default "node" value.

- The mode "array{_flags][%d]" + The mode "array[_flags][%d]" indicates that the components should be packed at the graph level into an array of graphs. By default, the components are in row-major order, with the number of columns roughly the diff --git a/doc/infosrc/types b/doc/infosrc/types index 0d773bfd4..e7cd2816c 100644 --- a/doc/infosrc/types +++ b/doc/infosrc/types @@ -159,7 +159,7 @@ reasons, it may be desirable that all edges appear beneath nodes, even if the resulting drawing is ambiguous. This can be achieved by choosing "edgesfirst". :packMode -"node", "clust" , "graph" , "array{_flags][%d]" +"node", "clust" , "graph" , "array[_flags][%d]"

The modes "node", "clust" or "graph" specify that the components should be packed together tightly, using @@ -176,7 +176,7 @@ What effect a value has also depends on the layout algorithm. For example, neato does not support clusters, so a value of "clust" will have the same effect as the default "node" value.

-The mode "array{_flags][%d]" +The mode "array[_flags][%d]" indicates that the components should be packed at the graph level into an array of graphs. By default, the components are in row-major order, with the number of columns roughly the