ILP Wiki - Test Page2











//=================
subgraph cluster_3 {

T3 [label="Ingredients", shape=box]

subgraph cluster_subconscious3 {

fillcolor=pink

label="Subconscious"

{

//rank=same

node [shape=box]

PR3 [label="Primitive", URL=""]

S3 [label="Subtle", URL=""]

N3 [label="Negative", URL=""]

PR3->S3->N3

}

{

//rank=same

node [shape=box]

SE3 [label="Sensory", URL=""]

E3 [label="Emotion", URL=""]

M3 [label="Mind", URL=""]

SE3->E3->M3

}

U3 [label="Uncertainty", URL=""]

N3->U3

}

subgraph cluster_conscious3 {

label="Consious"

fillcolor=skyblue

{

rank=same

node [shape=box]

P3 [label="Positive", URL=""]

}

C2 [label="Certainty", URL=""]

P3->C3

}

edge [style=invis, dir=none]

T3 -> SE3

T3 -> E3

T3 -> P3

edge [constraint=false]

}

//=== cluster connecting edges
edge [style=invis, dir=none]
N->T2
U2->T3
}

//==========================

-->


Last modified : Thu Oct 6 08:25:18 2011