anbangx | cdc5917 | 2013-04-11 04:49:31 +0000 | [diff] [blame^] | 1 | %!PS-Adobe-3.0 |
| 2 | %%Creator: graphviz version 2.26.3 (20100126.1600) |
| 3 | %%Title: G |
| 4 | %%Pages: (atend) |
| 5 | %%BoundingBox: (atend) |
| 6 | %%EndComments |
| 7 | save |
| 8 | %%BeginProlog |
| 9 | /DotDict 200 dict def |
| 10 | DotDict begin |
| 11 | |
| 12 | /setupLatin1 { |
| 13 | mark |
| 14 | /EncodingVector 256 array def |
| 15 | EncodingVector 0 |
| 16 | |
| 17 | ISOLatin1Encoding 0 255 getinterval putinterval |
| 18 | EncodingVector 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 |
| 40 | cleartomark |
| 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 | ] |
| 136 | def |
| 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 |
| 164 | 14 default-font-family set_font |
| 165 | 1 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 |
| 173 | 2 lt { |
| 174 | userdict (<<) cvn ([) cvn load put |
| 175 | userdict (>>) cvn ([) cvn load put |
| 176 | } if |
| 177 | |
| 178 | %%EndSetup |
| 179 | setupLatin1 |
| 180 | %%Page: 1 1 |
| 181 | %%PageBoundingBox: 36 36 175 748 |
| 182 | %%PageOrientation: Portrait |
| 183 | 0 0 1 beginpage |
| 184 | gsave |
| 185 | 36 36 139 712 boxprim clip newpath |
| 186 | 1 1 set_scale 0 rotate 40 41 translate |
| 187 | % GCAAC |
| 188 | gsave |
| 189 | 1 setlinewidth |
| 190 | 0 0 0 nodecolor |
| 191 | 83 685 48.08 18.38 ellipse_path stroke |
| 192 | 0 0 0 nodecolor |
| 193 | 14 /Times-Roman set_font |
| 194 | 57 681.4 moveto 52 (GCAAC) alignedtext |
| 195 | grestore |
| 196 | % CAACT |
| 197 | gsave |
| 198 | 1 setlinewidth |
| 199 | 0 0 0 nodecolor |
| 200 | 83 611 45.96 18.38 ellipse_path stroke |
| 201 | 0 0 0 nodecolor |
| 202 | 14 /Times-Roman set_font |
| 203 | 58.5 607.4 moveto 49 (CAACT) alignedtext |
| 204 | grestore |
| 205 | % GCAAC->CAACT |
| 206 | gsave |
| 207 | 1 setlinewidth |
| 208 | 0 0 0 edgecolor |
| 209 | newpath 83 666.33 moveto |
| 210 | 83 658.26 83 648.65 83 639.71 curveto |
| 211 | stroke |
| 212 | 0 0 0 edgecolor |
| 213 | newpath 86.5 639.67 moveto |
| 214 | 83 629.67 lineto |
| 215 | 79.5 639.67 lineto |
| 216 | closepath fill |
| 217 | 1 setlinewidth |
| 218 | solid |
| 219 | 0 0 0 edgecolor |
| 220 | newpath 86.5 639.67 moveto |
| 221 | 83 629.67 lineto |
| 222 | 79.5 639.67 lineto |
| 223 | closepath stroke |
| 224 | grestore |
| 225 | % AACTT |
| 226 | gsave |
| 227 | 1 setlinewidth |
| 228 | 0 0 0 nodecolor |
| 229 | 46 537 45.96 18.38 ellipse_path stroke |
| 230 | 0 0 0 nodecolor |
| 231 | 14 /Times-Roman set_font |
| 232 | 21.5 533.4 moveto 49 (AACTT) alignedtext |
| 233 | grestore |
| 234 | % CAACT->AACTT |
| 235 | gsave |
| 236 | 1 setlinewidth |
| 237 | 0 0 0 edgecolor |
| 238 | newpath 73.85 592.71 moveto |
| 239 | 69.58 584.17 64.41 573.83 59.69 564.38 curveto |
| 240 | stroke |
| 241 | 0 0 0 edgecolor |
| 242 | newpath 62.77 562.72 moveto |
| 243 | 55.17 555.34 lineto |
| 244 | 56.51 565.85 lineto |
| 245 | closepath fill |
| 246 | 1 setlinewidth |
| 247 | solid |
| 248 | 0 0 0 edgecolor |
| 249 | newpath 62.77 562.72 moveto |
| 250 | 55.17 555.34 lineto |
| 251 | 56.51 565.85 lineto |
| 252 | closepath stroke |
| 253 | grestore |
| 254 | % CATCA |
| 255 | gsave |
| 256 | 1 setlinewidth |
| 257 | 0 0 0 nodecolor |
| 258 | 47 167 44.05 18.38 ellipse_path stroke |
| 259 | 0 0 0 nodecolor |
| 260 | 14 /Times-Roman set_font |
| 261 | 23.5 163.4 moveto 47 (CATCA) alignedtext |
| 262 | grestore |
| 263 | % ATCAA |
| 264 | gsave |
| 265 | 1 setlinewidth |
| 266 | 0 0 0 nodecolor |
| 267 | 47 93 44.76 18.38 ellipse_path stroke |
| 268 | 0 0 0 nodecolor |
| 269 | 14 /Times-Roman set_font |
| 270 | 23 89.4 moveto 48 (ATCAA) alignedtext |
| 271 | grestore |
| 272 | % CATCA->ATCAA |
| 273 | gsave |
| 274 | 1 setlinewidth |
| 275 | 0 0 0 edgecolor |
| 276 | newpath 47 148.33 moveto |
| 277 | 47 140.26 47 130.65 47 121.71 curveto |
| 278 | stroke |
| 279 | 0 0 0 edgecolor |
| 280 | newpath 50.5 121.67 moveto |
| 281 | 47 111.67 lineto |
| 282 | 43.5 121.67 lineto |
| 283 | closepath fill |
| 284 | 1 setlinewidth |
| 285 | solid |
| 286 | 0 0 0 edgecolor |
| 287 | newpath 50.5 121.67 moveto |
| 288 | 47 111.67 lineto |
| 289 | 43.5 121.67 lineto |
| 290 | closepath stroke |
| 291 | grestore |
| 292 | % TCAAC |
| 293 | gsave |
| 294 | 1 setlinewidth |
| 295 | 0 0 0 nodecolor |
| 296 | 83 19 45.96 18.38 ellipse_path stroke |
| 297 | 0 0 0 nodecolor |
| 298 | 14 /Times-Roman set_font |
| 299 | 58.5 15.4 moveto 49 (TCAAC) alignedtext |
| 300 | grestore |
| 301 | % ATCAA->TCAAC |
| 302 | gsave |
| 303 | 1 setlinewidth |
| 304 | 0 0 0 edgecolor |
| 305 | newpath 55.9 74.71 moveto |
| 306 | 60.05 66.17 65.08 55.83 69.68 46.38 curveto |
| 307 | stroke |
| 308 | 0 0 0 edgecolor |
| 309 | newpath 72.85 47.86 moveto |
| 310 | 74.08 37.34 lineto |
| 311 | 66.56 44.8 lineto |
| 312 | closepath fill |
| 313 | 1 setlinewidth |
| 314 | solid |
| 315 | 0 0 0 edgecolor |
| 316 | newpath 72.85 47.86 moveto |
| 317 | 74.08 37.34 lineto |
| 318 | 66.56 44.8 lineto |
| 319 | closepath stroke |
| 320 | grestore |
| 321 | % CTTCA |
| 322 | gsave |
| 323 | 1 setlinewidth |
| 324 | 0 0 0 nodecolor |
| 325 | 47 389 44.05 18.38 ellipse_path stroke |
| 326 | 0 0 0 nodecolor |
| 327 | 14 /Times-Roman set_font |
| 328 | 23.5 385.4 moveto 47 (CTTCA) alignedtext |
| 329 | grestore |
| 330 | % TTCAT |
| 331 | gsave |
| 332 | 1 setlinewidth |
| 333 | 0 0 0 nodecolor |
| 334 | 47 315 43.84 18.38 ellipse_path stroke |
| 335 | 0 0 0 nodecolor |
| 336 | 14 /Times-Roman set_font |
| 337 | 24 311.4 moveto 46 (TTCAT) alignedtext |
| 338 | grestore |
| 339 | % CTTCA->TTCAT |
| 340 | gsave |
| 341 | 1 setlinewidth |
| 342 | 0 0 0 edgecolor |
| 343 | newpath 47 370.33 moveto |
| 344 | 47 362.26 47 352.65 47 343.71 curveto |
| 345 | stroke |
| 346 | 0 0 0 edgecolor |
| 347 | newpath 50.5 343.67 moveto |
| 348 | 47 333.67 lineto |
| 349 | 43.5 343.67 lineto |
| 350 | closepath fill |
| 351 | 1 setlinewidth |
| 352 | solid |
| 353 | 0 0 0 edgecolor |
| 354 | newpath 50.5 343.67 moveto |
| 355 | 47 333.67 lineto |
| 356 | 43.5 343.67 lineto |
| 357 | closepath stroke |
| 358 | grestore |
| 359 | % TCATC |
| 360 | gsave |
| 361 | 1 setlinewidth |
| 362 | 0 0 0 nodecolor |
| 363 | 47 241 43.84 18.38 ellipse_path stroke |
| 364 | 0 0 0 nodecolor |
| 365 | 14 /Times-Roman set_font |
| 366 | 24 237.4 moveto 46 (TCATC) alignedtext |
| 367 | grestore |
| 368 | % TTCAT->TCATC |
| 369 | gsave |
| 370 | 1 setlinewidth |
| 371 | 0 0 0 edgecolor |
| 372 | newpath 47 296.33 moveto |
| 373 | 47 288.26 47 278.65 47 269.71 curveto |
| 374 | stroke |
| 375 | 0 0 0 edgecolor |
| 376 | newpath 50.5 269.67 moveto |
| 377 | 47 259.67 lineto |
| 378 | 43.5 269.67 lineto |
| 379 | closepath fill |
| 380 | 1 setlinewidth |
| 381 | solid |
| 382 | 0 0 0 edgecolor |
| 383 | newpath 50.5 269.67 moveto |
| 384 | 47 259.67 lineto |
| 385 | 43.5 269.67 lineto |
| 386 | closepath stroke |
| 387 | grestore |
| 388 | % ACTTC |
| 389 | gsave |
| 390 | 1 setlinewidth |
| 391 | 0 0 0 nodecolor |
| 392 | 47 463 44.05 18.38 ellipse_path stroke |
| 393 | 0 0 0 nodecolor |
| 394 | 14 /Times-Roman set_font |
| 395 | 23.5 459.4 moveto 47 (ACTTC) alignedtext |
| 396 | grestore |
| 397 | % AACTT->ACTTC |
| 398 | gsave |
| 399 | 1 setlinewidth |
| 400 | 0 0 0 edgecolor |
| 401 | newpath 46.25 518.33 moveto |
| 402 | 46.36 510.26 46.49 500.65 46.61 491.71 curveto |
| 403 | stroke |
| 404 | 0 0 0 edgecolor |
| 405 | newpath 50.11 491.71 moveto |
| 406 | 46.75 481.67 lineto |
| 407 | 43.11 491.62 lineto |
| 408 | closepath fill |
| 409 | 1 setlinewidth |
| 410 | solid |
| 411 | 0 0 0 edgecolor |
| 412 | newpath 50.11 491.71 moveto |
| 413 | 46.75 481.67 lineto |
| 414 | 43.11 491.62 lineto |
| 415 | closepath stroke |
| 416 | grestore |
| 417 | % ACTTC->CTTCA |
| 418 | gsave |
| 419 | 1 setlinewidth |
| 420 | 0 0 0 edgecolor |
| 421 | newpath 47 444.33 moveto |
| 422 | 47 436.26 47 426.65 47 417.71 curveto |
| 423 | stroke |
| 424 | 0 0 0 edgecolor |
| 425 | newpath 50.5 417.67 moveto |
| 426 | 47 407.67 lineto |
| 427 | 43.5 417.67 lineto |
| 428 | closepath fill |
| 429 | 1 setlinewidth |
| 430 | solid |
| 431 | 0 0 0 edgecolor |
| 432 | newpath 50.5 417.67 moveto |
| 433 | 47 407.67 lineto |
| 434 | 43.5 417.67 lineto |
| 435 | closepath stroke |
| 436 | grestore |
| 437 | % TCAAC->CAACT |
| 438 | gsave |
| 439 | 1 setlinewidth |
| 440 | 0 0 0 edgecolor |
| 441 | newpath 90.67 37.32 moveto |
| 442 | 101.5 64.93 120 119.06 120 167 curveto |
| 443 | 120 463 120 463 120 463 curveto |
| 444 | 120 505.88 105.2 553.72 94.32 583.1 curveto |
| 445 | stroke |
| 446 | 0 0 0 edgecolor |
| 447 | newpath 90.96 582.09 moveto |
| 448 | 90.67 592.68 lineto |
| 449 | 97.5 584.58 lineto |
| 450 | closepath fill |
| 451 | 1 setlinewidth |
| 452 | solid |
| 453 | 0 0 0 edgecolor |
| 454 | newpath 90.96 582.09 moveto |
| 455 | 90.67 592.68 lineto |
| 456 | 97.5 584.58 lineto |
| 457 | closepath stroke |
| 458 | grestore |
| 459 | % TCATC->CATCA |
| 460 | gsave |
| 461 | 1 setlinewidth |
| 462 | 0 0 0 edgecolor |
| 463 | newpath 47 222.33 moveto |
| 464 | 47 214.26 47 204.65 47 195.71 curveto |
| 465 | stroke |
| 466 | 0 0 0 edgecolor |
| 467 | newpath 50.5 195.67 moveto |
| 468 | 47 185.67 lineto |
| 469 | 43.5 195.67 lineto |
| 470 | closepath fill |
| 471 | 1 setlinewidth |
| 472 | solid |
| 473 | 0 0 0 edgecolor |
| 474 | newpath 50.5 195.67 moveto |
| 475 | 47 185.67 lineto |
| 476 | 43.5 195.67 lineto |
| 477 | closepath stroke |
| 478 | grestore |
| 479 | endpage |
| 480 | showpage |
| 481 | grestore |
| 482 | %%PageTrailer |
| 483 | %%EndPage: 1 |
| 484 | %%Trailer |
| 485 | %%Pages: 1 |
| 486 | %%BoundingBox: 36 36 175 748 |
| 487 | end |
| 488 | restore |
| 489 | %%EOF |