first commit
This commit is contained in:
14
perl/lib/Graph-Easy-0.76/t/in/dot/4_cluster_labeljust.dot
Normal file
14
perl/lib/Graph-Easy-0.76/t/in/dot/4_cluster_labeljust.dot
Normal file
@@ -0,0 +1,14 @@
|
||||
digraph G {
|
||||
subgraph cluster_0 {
|
||||
aaaaaaaaaaaaaaaaaaa -> b;
|
||||
|
||||
labeljust=r;
|
||||
label="Right aligned";
|
||||
}
|
||||
subgraph cluster_1 {
|
||||
c -> ddddddddddddddd;
|
||||
|
||||
labeljust=l;
|
||||
label="Left aligned";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user