first commit
This commit is contained in:
23
perl/lib/Graph-Easy-0.76/t/txt/dot/4_cluster_labeljust.txt
Normal file
23
perl/lib/Graph-Easy-0.76/t/txt/dot/4_cluster_labeljust.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
edge { arrowstyle: filled; }
|
||||
graph {
|
||||
colorscheme: x11;
|
||||
flow: south;
|
||||
title: G;
|
||||
}
|
||||
group {
|
||||
align: center;
|
||||
fill: inherit;
|
||||
}
|
||||
|
||||
( cluster_0
|
||||
[ aaaaaaaaaaaaaaaaaaa ]
|
||||
[ b ]
|
||||
) { align: right; label: Right aligned; }
|
||||
|
||||
( cluster_1
|
||||
[ c ]
|
||||
[ ddddddddddddddd ]
|
||||
) { align: left; label: Left aligned; }
|
||||
|
||||
[ aaaaaaaaaaaaaaaaaaa ] --> [ b ]
|
||||
[ c ] --> [ ddddddddddddddd ]
|
||||
Reference in New Issue
Block a user