14 lines
189 B
Plaintext
14 lines
189 B
Plaintext
edge { arrowstyle: filled; }
|
|
graph {
|
|
colorscheme: x11;
|
|
flow: south;
|
|
title: GRAPH_0;
|
|
}
|
|
|
|
[ a ] --> [ b ]
|
|
[ a ] --> [ c ]
|
|
[ a ] --> [ d ]
|
|
[ b ] --> [ u ]
|
|
[ c ] --> [ u ]
|
|
[ d ] --> [ u ]
|