Attribute "width"

Use:optional
Used by:node, record
Description:The width of a node, in inches.

Note that if the text label does not fit into the desired node width, the node width is expanded to contain the text label. Use the attribute fixedsize to prevent the node from expanding.
Values:0.02 - 1000.0
Default Value:0.75
Sponsored links:

Example 1/1:
Source code:
'
(graph ()
 
(node ((id "a") (label "width='0.25'") (width "0.25")))
(node ((id "b") (label "width='1.0'") (width "1.0")))
(node ((id "c") (label "width='5.0'") (width "3.0"))))
Sponsored links

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