Attribute "to"

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

Example 1/1:
Source code:
'
(graph ((rankdir "LR"))
 
(node ((id "a")))
(node ((id "b")))
(edge ((from "a") (to "b") (label "to b")))
(edge ((from "a") (to "b") (dir "back") (label "to b, dir=back"))))
Sponsored links

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