From: erg Date: Fri, 2 Mar 2007 21:59:50 +0000 (+0000) Subject: Update info files X-Git-Tag: LAST_LIBGRAPH~32^2~5655 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a953ea1f2847270bcaa3f8e01be8e74c98d69526;p=graphviz Update info files --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index cb842a893..b0419a9aa 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -278,6 +278,9 @@ This field indicates which graph component uses the attribute. packmode GpackMode nodenot dot + pad +Gdouble
pointf +1
18 page Gpointf @@ -842,6 +845,12 @@ This field indicates which graph component uses the attribute.
For graphs, this sets x and y margins of canvas, in inches. If the margin is a single double, both margins are set equal to the given value.

+ Note that the margin is not part of the drawing but just empty space + left around the drawing. It basically corresponds to a translation of + drawing, as would be necessary to center a drawing on a page. Nothing + is actually drawn in the margin. To actually extend the background of + a drawing, see the pad attribute. +

For nodes, this attribute specifies space left around the node's label. By default, the value is 0.11,0.055. @@ -1013,6 +1022,17 @@ This field indicates which graph component uses the attribute. packmode will automatically turn on packing as though one had set pack=true. +

pad +
The pad attribute specifies how much, in inches, to extend the + drawing area around the minimal area needed to draw the graph. + If the pad is a single double, both the x and y pad values are set + equal to the given value. This area is part of the + drawing and will be filled with the background color, if appropriate. +

+ Normally, a small pad is used for aesthetic reasons, especially when + a background color is used, to avoid having nodes and edges abutting + the boundary of the drawn region. +

page
Width and height of output pages, in inches. If this is set and is smaller than the size of the layout, a rectangular array of pages of @@ -1232,10 +1252,13 @@ This field indicates which graph component uses the attribute.
splines
Controls how, and if, edges are represented. If true, edges are drawn as splines routed around nodes; if false, edges are drawn as line segments. - (Note: at present (1 Jan 2006), setting splines=false has no - effect in dot.) If set to "", no edges are drawn at all.

+ (1 March 2007) The values line and spline can be + used as synonyms for false and true, respectively. + In addition, the value polyline specifies that edges should be + drawn as polylines. +

By default, the attribute is unset. How this is interpreted depends on the layout. For dot, the default is to draw edges as splines. For all other layouts, the default is to draw edges as line segments. Note that