Attribute "margin"

Use:optional
Used by:graph
Description:The x and y margins of the graph canvas, in inches.
Values:0.02,0.02 .. 1000.0,1000.0
Default Value:0,0
Sponsored links:

Example 1/2:
Source code:
'
(graph ((margin "1.0,1.0") (label "margin='1.0,1.0'"))
 
(node ((id "a")))
(node ((id "b")))
(node ((id "c")))
(edge ((from "a") (to "b")))
(edge ((from "a") (to "c"))))
Example 2/2:
Source code:
'
(graph ((margin "0.01,0.01") (label "margin='0.01,0.01'"))
 
(node ((id "a")))
(node ((id "b")))
(node ((id "c")))
(edge ((from "a") (to "b")))
(edge ((from "a") (to "c"))))
Sponsored links

 Copyright 2006-2010 by Martin Loetzsch (http://martin-loetzsch.de), all rights reserved. See the S-Dot licence for details.