1
1
digraph virtnonvirt {
2
2
graph [nodesep =1.5, rankdir =BT];
3
3
4
- B1 [label = " B" , shape =plaintext , height =.1, fontsize =24 ];
5
- B2 [label = " B" , shape =plaintext , height =.1, fontsize =24 ];
6
- AA [shape =plaintext , height =.1, fontsize =24 ];
7
- X [shape =plaintext , height =.1, fontsize =24 ];
8
- Y [shape =plaintext , height =.1, fontsize =24 ];
9
- Z [shape =plaintext , height =.1, fontsize =24 ];
4
+ B1 [label = " B" , shape =plaintext , height =.1, fontsize =11, fontname = " Courier New " ];
5
+ B2 [label = " B" , shape =plaintext , height =.1, fontsize =11, fontname = " Courier New " ];
6
+ AA [shape =plaintext , height =.1, fontsize =11, fontname = " Courier New " ];
7
+ X [shape =plaintext , height =.1, fontsize =11, fontname = " Courier New " ];
8
+ Y [shape =plaintext , height =.1, fontsize =11, fontname = " Courier New " ];
9
+ Z [shape =plaintext , height =.1, fontsize =11, fontname = " Courier New " ];
10
10
11
11
subgraph {
12
12
AA -> X;
@@ -17,4 +17,4 @@ digraph virtnonvirt {
17
17
18
18
AA -> Z [weight =0];
19
19
Z -> B2;
20
- }
20
+ }
0 commit comments