blob: 9f66e44be4b6213fc12d651ce72640f5663bd5d8 [file] [log] [blame]
anbangxcdc59172013-04-11 04:49:31 +00001%!PS-Adobe-3.0
2%%Creator: graphviz version 2.26.3 (20100126.1600)
3%%Title: G
4%%Pages: (atend)
5%%BoundingBox: (atend)
6%%EndComments
7save
8%%BeginProlog
9/DotDict 200 dict def
10DotDict begin
11
12/setupLatin1 {
13mark
14/EncodingVector 256 array def
15 EncodingVector 0
16
17ISOLatin1Encoding 0 255 getinterval putinterval
18EncodingVector 45 /hyphen put
19
20% Set up ISO Latin 1 character encoding
21/starnetISO {
22 dup dup findfont dup length dict begin
23 { 1 index /FID ne { def }{ pop pop } ifelse
24 } forall
25 /Encoding EncodingVector def
26 currentdict end definefont
27} def
28/Times-Roman starnetISO def
29/Times-Italic starnetISO def
30/Times-Bold starnetISO def
31/Times-BoldItalic starnetISO def
32/Helvetica starnetISO def
33/Helvetica-Oblique starnetISO def
34/Helvetica-Bold starnetISO def
35/Helvetica-BoldOblique starnetISO def
36/Courier starnetISO def
37/Courier-Oblique starnetISO def
38/Courier-Bold starnetISO def
39/Courier-BoldOblique starnetISO def
40cleartomark
41} bind def
42
43%%BeginResource: procset graphviz 0 0
44/coord-font-family /Times-Roman def
45/default-font-family /Times-Roman def
46/coordfont coord-font-family findfont 8 scalefont def
47
48/InvScaleFactor 1.0 def
49/set_scale {
50 dup 1 exch div /InvScaleFactor exch def
51 scale
52} bind def
53
54% styles
55/solid { [] 0 setdash } bind def
56/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
57/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
58/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
59/bold { 2 setlinewidth } bind def
60/filled { } bind def
61/unfilled { } bind def
62/rounded { } bind def
63/diagonals { } bind def
64
65% hooks for setting color
66/nodecolor { sethsbcolor } bind def
67/edgecolor { sethsbcolor } bind def
68/graphcolor { sethsbcolor } bind def
69/nopcolor {pop pop pop} bind def
70
71/beginpage { % i j npages
72 /npages exch def
73 /j exch def
74 /i exch def
75 /str 10 string def
76 npages 1 gt {
77 gsave
78 coordfont setfont
79 0 0 moveto
80 (\() show i str cvs show (,) show j str cvs show (\)) show
81 grestore
82 } if
83} bind def
84
85/set_font {
86 findfont exch
87 scalefont setfont
88} def
89
90% draw text fitted to its expected width
91/alignedtext { % width text
92 /text exch def
93 /width exch def
94 gsave
95 width 0 gt {
96 [] 0 setdash
97 text stringwidth pop width exch sub text length div 0 text ashow
98 } if
99 grestore
100} def
101
102/boxprim { % xcorner ycorner xsize ysize
103 4 2 roll
104 moveto
105 2 copy
106 exch 0 rlineto
107 0 exch rlineto
108 pop neg 0 rlineto
109 closepath
110} bind def
111
112/ellipse_path {
113 /ry exch def
114 /rx exch def
115 /y exch def
116 /x exch def
117 matrix currentmatrix
118 newpath
119 x y translate
120 rx ry scale
121 0 0 1 0 360 arc
122 setmatrix
123} bind def
124
125/endpage { showpage } bind def
126/showpage { } def
127
128/layercolorseq
129 [ % layer color sequence - darkest to lightest
130 [0 0 0]
131 [.2 .8 .8]
132 [.4 .8 .8]
133 [.6 .8 .8]
134 [.8 .8 .8]
135 ]
136def
137
138/layerlen layercolorseq length def
139
140/setlayer {/maxlayer exch def /curlayer exch def
141 layercolorseq curlayer 1 sub layerlen mod get
142 aload pop sethsbcolor
143 /nodecolor {nopcolor} def
144 /edgecolor {nopcolor} def
145 /graphcolor {nopcolor} def
146} bind def
147
148/onlayer { curlayer ne {invis} if } def
149
150/onlayers {
151 /myupper exch def
152 /mylower exch def
153 curlayer mylower lt
154 curlayer myupper gt
155 or
156 {invis} if
157} def
158
159/curlayer 0 def
160
161%%EndResource
162%%EndProlog
163%%BeginSetup
16414 default-font-family set_font
1651 setmiterlimit
166% /arrowlength 10 def
167% /arrowwidth 5 def
168
169% make sure pdfmark is harmless for PS-interpreters other than Distiller
170/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
171% make '<<' and '>>' safe on PS Level 1 devices
172/languagelevel where {pop languagelevel}{1} ifelse
1732 lt {
174 userdict (<<) cvn ([) cvn load put
175 userdict (>>) cvn ([) cvn load put
176} if
177
178%%EndSetup
179setupLatin1
180%%Page: 1 1
181%%PageBoundingBox: 36 36 248 674
182%%PageOrientation: Portrait
1830 0 1 beginpage
184gsave
18536 36 212 638 boxprim clip newpath
1861 1 set_scale 0 rotate 40 41 translate
187% ACCCC
188gsave
1891 setlinewidth
1900 0 0 nodecolor
19147 241 45.96 18.38 ellipse_path stroke
1920 0 0 nodecolor
19314 /Times-Roman set_font
19422.5 237.4 moveto 49 (ACCCC) alignedtext
195grestore
196% CCCCG
197gsave
1981 setlinewidth
1990 0 0 nodecolor
20047 167 46.88 18.38 ellipse_path stroke
2010 0 0 nodecolor
20214 /Times-Roman set_font
20321.5 163.4 moveto 51 (CCCCG) alignedtext
204grestore
205% ACCCC->CCCCG
206gsave
2071 setlinewidth
2080 0 0 edgecolor
209newpath 47 222.33 moveto
21047 214.26 47 204.65 47 195.71 curveto
211stroke
2120 0 0 edgecolor
213newpath 50.5 195.67 moveto
21447 185.67 lineto
21543.5 195.67 lineto
216closepath fill
2171 setlinewidth
218solid
2190 0 0 edgecolor
220newpath 50.5 195.67 moveto
22147 185.67 lineto
22243.5 195.67 lineto
223closepath stroke
224grestore
225% CCCGT
226gsave
2271 setlinewidth
2280 0 0 nodecolor
22948 93 45.96 18.38 ellipse_path stroke
2300 0 0 nodecolor
23114 /Times-Roman set_font
23223.5 89.4 moveto 49 (CCCGT) alignedtext
233grestore
234% CCCCG->CCCGT
235gsave
2361 setlinewidth
2370 0 0 edgecolor
238newpath 47.25 148.33 moveto
23947.36 140.26 47.49 130.65 47.61 121.71 curveto
240stroke
2410 0 0 edgecolor
242newpath 51.11 121.71 moveto
24347.75 111.67 lineto
24444.11 121.62 lineto
245closepath fill
2461 setlinewidth
247solid
2480 0 0 edgecolor
249newpath 51.11 121.71 moveto
25047.75 111.67 lineto
25144.11 121.62 lineto
252closepath stroke
253grestore
254% CCGTG
255gsave
2561 setlinewidth
2570 0 0 nodecolor
258102 19 46.88 18.38 ellipse_path stroke
2590 0 0 nodecolor
26014 /Times-Roman set_font
26176.5 15.4 moveto 51 (CCGTG) alignedtext
262grestore
263% CCCGT->CCGTG
264gsave
2651 setlinewidth
2660 0 0 edgecolor
267newpath 61.07 75.09 moveto
26867.59 66.15 75.6 55.18 82.8 45.31 curveto
269stroke
2700 0 0 edgecolor
271newpath 85.79 47.15 moveto
27288.86 37 lineto
27380.14 43.02 lineto
274closepath fill
2751 setlinewidth
276solid
2770 0 0 edgecolor
278newpath 85.79 47.15 moveto
27988.86 37 lineto
28080.14 43.02 lineto
281closepath stroke
282grestore
283% CTCCG
284gsave
2851 setlinewidth
2860 0 0 nodecolor
287158 167 45.96 18.38 ellipse_path stroke
2880 0 0 nodecolor
28914 /Times-Roman set_font
290133.5 163.4 moveto 49 (CTCCG) alignedtext
291grestore
292% TCCGT
293gsave
2941 setlinewidth
2950 0 0 nodecolor
296157 93 44.76 18.38 ellipse_path stroke
2970 0 0 nodecolor
29814 /Times-Roman set_font
299133 89.4 moveto 48 (TCCGT) alignedtext
300grestore
301% CTCCG->TCCGT
302gsave
3031 setlinewidth
3040 0 0 edgecolor
305newpath 157.75 148.33 moveto
306157.64 140.26 157.51 130.65 157.39 121.71 curveto
307stroke
3080 0 0 edgecolor
309newpath 160.89 121.62 moveto
310157.25 111.67 lineto
311153.89 121.71 lineto
312closepath fill
3131 setlinewidth
314solid
3150 0 0 edgecolor
316newpath 160.89 121.62 moveto
317157.25 111.67 lineto
318153.89 121.71 lineto
319closepath stroke
320grestore
321% TCCGT->CCGTG
322gsave
3231 setlinewidth
3240 0 0 edgecolor
325newpath 143.69 75.09 moveto
326137.05 66.15 128.89 55.18 121.56 45.31 curveto
327stroke
3280 0 0 edgecolor
329newpath 124.16 42.94 moveto
330115.38 37 lineto
331118.54 47.12 lineto
332closepath fill
3331 setlinewidth
334solid
3350 0 0 edgecolor
336newpath 124.16 42.94 moveto
337115.38 37 lineto
338118.54 47.12 lineto
339closepath stroke
340grestore
341% TTCCA
342gsave
3431 setlinewidth
3440 0 0 nodecolor
345102 537 44.05 18.38 ellipse_path stroke
3460 0 0 nodecolor
34714 /Times-Roman set_font
34878.5 533.4 moveto 47 (TTCCA) alignedtext
349grestore
350% TCCAC
351gsave
3521 setlinewidth
3530 0 0 nodecolor
354102 463 44.76 18.38 ellipse_path stroke
3550 0 0 nodecolor
35614 /Times-Roman set_font
35778 459.4 moveto 48 (TCCAC) alignedtext
358grestore
359% TTCCA->TCCAC
360gsave
3611 setlinewidth
3620 0 0 edgecolor
363newpath 102 518.33 moveto
364102 510.26 102 500.65 102 491.71 curveto
365stroke
3660 0 0 edgecolor
367newpath 105.5 491.67 moveto
368102 481.67 lineto
36998.5 491.67 lineto
370closepath fill
3711 setlinewidth
372solid
3730 0 0 edgecolor
374newpath 105.5 491.67 moveto
375102 481.67 lineto
37698.5 491.67 lineto
377closepath stroke
378grestore
379% CCACC
380gsave
3811 setlinewidth
3820 0 0 nodecolor
38347 389 45.96 18.38 ellipse_path stroke
3840 0 0 nodecolor
38514 /Times-Roman set_font
38622.5 385.4 moveto 49 (CCACC) alignedtext
387grestore
388% TCCAC->CCACC
389gsave
3901 setlinewidth
3910 0 0 edgecolor
392newpath 88.69 445.09 moveto
39381.93 436 73.6 424.79 66.17 414.79 curveto
394stroke
3950 0 0 edgecolor
396newpath 68.97 412.69 moveto
39760.19 406.75 lineto
39863.35 416.86 lineto
399closepath fill
4001 setlinewidth
401solid
4020 0 0 edgecolor
403newpath 68.97 412.69 moveto
40460.19 406.75 lineto
40563.35 416.86 lineto
406closepath stroke
407grestore
408% CCACT
409gsave
4101 setlinewidth
4110 0 0 nodecolor
412157 389 45.96 18.38 ellipse_path stroke
4130 0 0 nodecolor
41414 /Times-Roman set_font
415132.5 385.4 moveto 49 (CCACT) alignedtext
416grestore
417% TCCAC->CCACT
418gsave
4191 setlinewidth
4200 0 0 edgecolor
421newpath 115.31 445.09 moveto
422122.07 436 130.4 424.79 137.83 414.79 curveto
423stroke
4240 0 0 edgecolor
425newpath 140.65 416.86 moveto
426143.81 406.75 lineto
427135.03 412.69 lineto
428closepath fill
4291 setlinewidth
430solid
4310 0 0 edgecolor
432newpath 140.65 416.86 moveto
433143.81 406.75 lineto
434135.03 412.69 lineto
435closepath stroke
436grestore
437% ACTCC
438gsave
4391 setlinewidth
4400 0 0 nodecolor
441157 241 44.76 18.38 ellipse_path stroke
4420 0 0 nodecolor
44314 /Times-Roman set_font
444133 237.4 moveto 48 (ACTCC) alignedtext
445grestore
446% ACTCC->CTCCG
447gsave
4481 setlinewidth
4490 0 0 edgecolor
450newpath 157.25 222.33 moveto
451157.36 214.26 157.49 204.65 157.61 195.71 curveto
452stroke
4530 0 0 edgecolor
454newpath 161.11 195.71 moveto
455157.75 185.67 lineto
456154.11 195.62 lineto
457closepath fill
4581 setlinewidth
459solid
4600 0 0 edgecolor
461newpath 161.11 195.71 moveto
462157.75 185.67 lineto
463154.11 195.62 lineto
464closepath stroke
465grestore
466% CACCC
467gsave
4681 setlinewidth
4690 0 0 nodecolor
47047 315 45.96 18.38 ellipse_path stroke
4710 0 0 nodecolor
47214 /Times-Roman set_font
47322.5 311.4 moveto 49 (CACCC) alignedtext
474grestore
475% CCACC->CACCC
476gsave
4771 setlinewidth
4780 0 0 edgecolor
479newpath 47 370.33 moveto
48047 362.26 47 352.65 47 343.71 curveto
481stroke
4820 0 0 edgecolor
483newpath 50.5 343.67 moveto
48447 333.67 lineto
48543.5 343.67 lineto
486closepath fill
4871 setlinewidth
488solid
4890 0 0 edgecolor
490newpath 50.5 343.67 moveto
49147 333.67 lineto
49243.5 343.67 lineto
493closepath stroke
494grestore
495% CACTC
496gsave
4971 setlinewidth
4980 0 0 nodecolor
499157 315 44.76 18.38 ellipse_path stroke
5000 0 0 nodecolor
50114 /Times-Roman set_font
502133 311.4 moveto 48 (CACTC) alignedtext
503grestore
504% CCACT->CACTC
505gsave
5061 setlinewidth
5070 0 0 edgecolor
508newpath 157 370.33 moveto
509157 362.26 157 352.65 157 343.71 curveto
510stroke
5110 0 0 edgecolor
512newpath 160.5 343.67 moveto
513157 333.67 lineto
514153.5 343.67 lineto
515closepath fill
5161 setlinewidth
517solid
5180 0 0 edgecolor
519newpath 160.5 343.67 moveto
520157 333.67 lineto
521153.5 343.67 lineto
522closepath stroke
523grestore
524% CACCC->ACCCC
525gsave
5261 setlinewidth
5270 0 0 edgecolor
528newpath 47 296.33 moveto
52947 288.26 47 278.65 47 269.71 curveto
530stroke
5310 0 0 edgecolor
532newpath 50.5 269.67 moveto
53347 259.67 lineto
53443.5 269.67 lineto
535closepath fill
5361 setlinewidth
537solid
5380 0 0 edgecolor
539newpath 50.5 269.67 moveto
54047 259.67 lineto
54143.5 269.67 lineto
542closepath stroke
543grestore
544% CACTC->ACTCC
545gsave
5461 setlinewidth
5470 0 0 edgecolor
548newpath 157 296.33 moveto
549157 288.26 157 278.65 157 269.71 curveto
550stroke
5510 0 0 edgecolor
552newpath 160.5 269.67 moveto
553157 259.67 lineto
554153.5 269.67 lineto
555closepath fill
5561 setlinewidth
557solid
5580 0 0 edgecolor
559newpath 160.5 269.67 moveto
560157 259.67 lineto
561153.5 269.67 lineto
562closepath stroke
563grestore
564% TTTCC
565gsave
5661 setlinewidth
5670 0 0 nodecolor
568102 611 43.84 18.38 ellipse_path stroke
5690 0 0 nodecolor
57014 /Times-Roman set_font
57179 607.4 moveto 46 (TTTCC) alignedtext
572grestore
573% TTTCC->TTCCA
574gsave
5751 setlinewidth
5760 0 0 edgecolor
577newpath 102 592.33 moveto
578102 584.26 102 574.65 102 565.71 curveto
579stroke
5800 0 0 edgecolor
581newpath 105.5 565.67 moveto
582102 555.67 lineto
58398.5 565.67 lineto
584closepath fill
5851 setlinewidth
586solid
5870 0 0 edgecolor
588newpath 105.5 565.67 moveto
589102 555.67 lineto
59098.5 565.67 lineto
591closepath stroke
592grestore
593endpage
594showpage
595grestore
596%%PageTrailer
597%%EndPage: 1
598%%Trailer
599%%Pages: 1
600%%BoundingBox: 36 36 248 674
601end
602restore
603%%EOF