Attribute "from"

Use:required
Used by:edge
Description:The id of the node where an edge comes from.
Values:node ids
Default Value:
Sponsored links:

Example 1/1:
Source code:
<graph file-name="graphs/from" rankdir="LR">
  
<node id="a"/>
<node id="b"/>
<edge from="a" to="b" label="from a"/>
<edge from="a" to="b" dir="back" label="from a, dir=back"/>
</graph>
Sponsored links

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