From bbc113ab86caa3e1094800a7f69bf6ae219a975f Mon Sep 17 00:00:00 2001 From: Emden Gansner Date: Wed, 2 Nov 2011 16:40:04 -0400 Subject: [PATCH] Add note on explicitly using overlap=voronoi --- doc/info/attrs.html | 1 + doc/infosrc/attrs | 1 + 2 files changed, 2 insertions(+) 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. -- 2.40.0