root/library/doc/html/inline_dotgraph_1.dot @ 617

Revision 617, 144 bytes (checked in by smidl, 15 years ago)

simulator + doc

Line 
1 
2digraph sys{
3        node [shape=box];
4        {"System"}
5        node [shape=plaintext]
6        {rank="same"; "u"; "System"; "y"}
7        "u" -> "System" -> "y" [nodesep=2];
8}
Note: See TracBrowser for help on using the browser.