Attribute "labeldistance"

Use:optional
Used by:edge
Description:Multiplicative scaling factor adjusting the distance from the headlabel/ taillabel to the head/tail node.
Values:0.02 .. 1000.0
Default Value:1.0
Sponsored links:

Example 1/1:
Source code:
'
(graph ((ranksep "1.5") (nodesep "1.2"))
 
(node ((id "a1") (label "a")))
(node ((id "b1") (label "b")))
(edge ((from "a1") (to "b1") (labeldistance "4.0") (headlabel "labeldistance='4.0'")))
(node ((id "a2") (label "a")))
(node ((id "b2") (label "b")))
(edge ((from "a2") (to "b2") (labeldistance "1.0") (headlabel "labeldistance='1.0'"))))
Sponsored links

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