ILP Wiki - Graphviz Example3

Return to Graphviz Examples
 
digraph ap1t { 
URL="http://mini.dreamhosters.com/dot/ap1t.png";
ap [label="Awareness Perspective", URL="http://mini.dreamhosters.com/AwarenessPerspective.html"] a [label="Awareness", URL="http://mini.dreamhosters.com/TheAwareness.html"] f [label="Focus of awareness", URL="http://mini.dreamhosters.com/FocusOfAwareness.html"] c [label="Certainty", URL="/TheCertainty.html"] at [label="Attention", URL="/PerspectiveLogic.html"];
ap -> a -> f -> c f -> at c -> a [label="feedback",URL="http://mini.dreamhosters.com/ConceptIndex.html"]
}

Click nodes (and the arrow from C to a) to see how it works.


neato


circo


fdp


twopi


Last modified : Tue Feb 5 08:00:12 2013