4 lines
65 B
Text
4 lines
65 B
Text
digraph feature {
|
|
node[group=feature];
|
|
f1 -> f2 -> f3;
|
|
}
|