first commit
This commit is contained in:
16
perl/lib/Graph-Easy-0.76/t/in/dot/6_2_cluster.dot
Normal file
16
perl/lib/Graph-Easy-0.76/t/in/dot/6_2_cluster.dot
Normal file
@@ -0,0 +1,16 @@
|
||||
digraph G {
|
||||
|
||||
subgraph cluster_first {
|
||||
a -> b;
|
||||
label=first;
|
||||
}
|
||||
|
||||
subgraph cluster_second {
|
||||
p -> q -> r -> s
|
||||
label=second;
|
||||
s -> p;
|
||||
}
|
||||
|
||||
r -> a [ style=bold ];
|
||||
b -> q;
|
||||
}
|
||||
Reference in New Issue
Block a user