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 file-name="graphs/minlen">
  
<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'"/>
</graph>
Sponsored links

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