first commit
This commit is contained in:
30
perl/lib/Graph-Easy-0.76/t/txt/dot/6_2_cluster.txt
Normal file
30
perl/lib/Graph-Easy-0.76/t/txt/dot/6_2_cluster.txt
Normal file
@@ -0,0 +1,30 @@
|
||||
edge { arrowstyle: filled; }
|
||||
graph {
|
||||
colorscheme: x11;
|
||||
flow: south;
|
||||
title: G;
|
||||
}
|
||||
group {
|
||||
align: center;
|
||||
fill: inherit;
|
||||
}
|
||||
|
||||
( cluster_first
|
||||
[ a ]
|
||||
[ b ]
|
||||
) { label: first; }
|
||||
|
||||
( cluster_second
|
||||
[ p ]
|
||||
[ q ]
|
||||
[ r ]
|
||||
[ s ]
|
||||
) { label: second; }
|
||||
|
||||
[ a ] --> [ b ]
|
||||
[ b ] --> [ q ]
|
||||
[ q ] --> [ r ]
|
||||
[ r ] --> { style: bold; } [ a ]
|
||||
[ r ] --> [ s ]
|
||||
[ s ] --> [ p ]
|
||||
[ p ] --> [ q ]
|
||||
Reference in New Issue
Block a user