Attribute "headabel"

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

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

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

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