From: Emden Gansner Date: Wed, 2 Nov 2011 20:40:04 +0000 (-0400) Subject: Add note on explicitly using overlap=voronoi X-Git-Tag: LAST_LIBGRAPH~32^2~614 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbc113ab86caa3e1094800a7f69bf6ae219a975f;p=graphviz Add note on explicitly using overlap=voronoi --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 533c8297d..2c73b356f 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -1278,6 +1278,7 @@ This field indicates which graph component uses the attribute.

If Prism is not available, or the version of Graphviz is earlier than 2.28, "overlap=false" uses a Voronoi-based technique. + This can always be invoked explicitly with "overlap=voronoi".

If the value is "scalexy", x and y are separately scaled to remove overlaps. diff --git a/doc/infosrc/attrs b/doc/infosrc/attrs index 12f9d4fc7..c3585f9aa 100644 --- a/doc/infosrc/attrs +++ b/doc/infosrc/attrs @@ -738,6 +738,7 @@ causes only the scaling phase to be run.

If Prism is not available, or the version of Graphviz is earlier than 2.28, "overlap=false" uses a Voronoi-based technique. +This can always be invoked explicitly with "overlap=voronoi".

If the value is "scalexy", x and y are separately scaled to remove overlaps.