Attribute "arrowsize"

Use:optional
Used by:edge
Description:Multiplicative scale factor for arrowheads.
Values:0.1 .. 1000.0
Default Value:1.0
Sponsored links:

Example 1/1:
Source code:
'
(graph ((rankdir "LR") (ranksep "0.7"))
 
(node ((shape "point") (id "tail_1")))
(node ((id "head_1") (label "arrow-size='0.5'")))
(node ((shape "point") (id "tail_2")))
(node ((id "head_2") (label "arrow-size='1.0'")))
(node ((shape "point") (id "tail_3")))
(node ((id "head_3") (label "arrow-size='2.0'")))
(edge ((from "tail_1") (to "head_1") (arrowsize "0.5")))
(edge ((from "tail_2") (to "head_2") (arrowsize "1.0")))
(edge ((from "tail_3") (to "head_3") (arrowsize "2.0"))))
Sponsored links

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