Attribute "minlen"

Use:optional
Used by:edge
Description:Minimum edge length (rank difference between head and tail).
Values:0 .. 1000 (integer)
Default Value:1
Sponsored links:

Example 1/1:
Source code:
'
(graph ()
 
(node ((id "a")))
(node ((id "b")))
(node ((id "c")))
(node ((id "d")))
(edge ((from "a") (to "b") (minlen "1") (label "minlen='1'")))
(edge ((from "a") (to "c") (minlen "2") (label "minlen='2'")))
(edge ((from "a") (to "d") (minlen "3") (label "minlen='3'"))))
Sponsored links

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