Attribute "height"

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

Note that if the text label does not fit into the desired node height, the node height 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.5
Sponsored links:

Example 1/1:
Source code:
'
(graph ()
 
(node ((id "0.1") (label "height='0.1'") (height "0.1")))
(node ((id "0.5") (label "height='0.5'") (height "0.5")))
(node ((id "1.0") (label "height='1.0'") (height "1.0")))
(node ((id "2.0") (label "height='2.0'") (height "2.0"))))
Sponsored links

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