Attribute "taillabel"

Use:optional
Used by:edge
Description:Text label to be placed near the tail of an edge.

Change the appearance of the tail label with the attributes labelfontname, labelfontcolor and labelfontsize.
Values:String
Default Value:""
Sponsored links:

Example 1/1:
Source code:
'
(graph ((ranksep "0.8"))
 
(node ((id "a") (label "tail")))
(node ((id "b") (label "head")))
(edge ((from "a") (to "b") (label "label") (taillabel "taillabel"))))
Sponsored links

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