From: erg Date: Wed, 30 Mar 2011 19:52:19 +0000 (+0000) Subject: Add item on scale attribute X-Git-Tag: LAST_LIBGRAPH~32^2~895 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f06a0fed63599a9f2837960f70546d6e8b1cb40;p=graphviz Add item on scale attribute --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 37122a835..abccfe90b 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -394,6 +394,9 @@ This field indicates which graph component uses the attribute. Estring""dot only samplepoints Nint8(output)
20(overlap and image maps) + scale +Gdouble
pointf +twopi only searchsize Gint30dot only sep @@ -1568,6 +1571,11 @@ This field indicates which graph component uses the attribute. It plays the same role in neato, when adjusting the layout to avoid overlapping nodes, and in image maps. +
scale +
If set, after the initial layout, twopi will scale the layout by the given factors. + The scaling uses the root node of each component as the center of the scaling. + If only a single number is given, this is used for both factors. +
searchsize
During network simplex, maximum number of edges with negative cut values to search when looking for one with minimum cut value. diff --git a/doc/infosrc/attrs b/doc/infosrc/attrs index 6ddcb4a38..3af38c8ca 100644 --- a/doc/infosrc/attrs +++ b/doc/infosrc/attrs @@ -1015,6 +1015,10 @@ attribute, and output is dot or xdot, this gives the number of points used for a node whose shape is a circle or ellipse. It plays the same role in neato, when adjusting the layout to avoid overlapping nodes, and in image maps. +:scale:G:double/pointf; twopi +If set, after the initial layout, twopi will scale the layout by the given factors. +The scaling uses the root node of each component as the center of the scaling. +If only a single number is given, this is used for both factors. :searchsize:G:int:30; dot During network simplex, maximum number of edges with negative cut values to search when looking for one with minimum cut value.