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 140 452 |
| 182 | %%PageOrientation: Portrait |
| 183 | 0 0 1 beginpage |
| 184 | gsave |
| 185 | 36 36 104 416 boxprim clip newpath |
| 186 | 1 1 set_scale 0 rotate 40 41 translate |
| 187 | % ACAAC |
| 188 | gsave |
| 189 | 1 setlinewidth |
| 190 | 0 0 0 nodecolor |
| 191 | 48 241 46.17 18.38 ellipse_path stroke |
| 192 | 0 0 0 nodecolor |
| 193 | 14 /Times-Roman set_font |
| 194 | 23 237.4 moveto 50 (ACAAC) alignedtext |
| 195 | grestore |
| 196 | % CAACA |
| 197 | gsave |
| 198 | 1 setlinewidth |
| 199 | 0 0 0 nodecolor |
| 200 | 48 167 46.17 18.38 ellipse_path stroke |
| 201 | 0 0 0 nodecolor |
| 202 | 14 /Times-Roman set_font |
| 203 | 23 163.4 moveto 50 (CAACA) alignedtext |
| 204 | grestore |
| 205 | % ACAAC->CAACA |
| 206 | gsave |
| 207 | 1 setlinewidth |
| 208 | 0 0 0 edgecolor |
| 209 | newpath 48 222.33 moveto |
| 210 | 48 214.26 48 204.65 48 195.71 curveto |
| 211 | stroke |
| 212 | 0 0 0 edgecolor |
| 213 | newpath 51.5 195.67 moveto |
| 214 | 48 185.67 lineto |
| 215 | 44.5 195.67 lineto |
| 216 | closepath fill |
| 217 | 1 setlinewidth |
| 218 | solid |
| 219 | 0 0 0 edgecolor |
| 220 | newpath 51.5 195.67 moveto |
| 221 | 48 185.67 lineto |
| 222 | 44.5 195.67 lineto |
| 223 | closepath stroke |
| 224 | grestore |
| 225 | % AACAG |
| 226 | gsave |
| 227 | 1 setlinewidth |
| 228 | 0 0 0 nodecolor |
| 229 | 48 93 48.08 18.38 ellipse_path stroke |
| 230 | 0 0 0 nodecolor |
| 231 | 14 /Times-Roman set_font |
| 232 | 22 89.4 moveto 52 (AACAG) alignedtext |
| 233 | grestore |
| 234 | % CAACA->AACAG |
| 235 | gsave |
| 236 | 1 setlinewidth |
| 237 | 0 0 0 edgecolor |
| 238 | newpath 48 148.33 moveto |
| 239 | 48 140.26 48 130.65 48 121.71 curveto |
| 240 | stroke |
| 241 | 0 0 0 edgecolor |
| 242 | newpath 51.5 121.67 moveto |
| 243 | 48 111.67 lineto |
| 244 | 44.5 121.67 lineto |
| 245 | closepath fill |
| 246 | 1 setlinewidth |
| 247 | solid |
| 248 | 0 0 0 edgecolor |
| 249 | newpath 51.5 121.67 moveto |
| 250 | 48 111.67 lineto |
| 251 | 44.5 121.67 lineto |
| 252 | closepath stroke |
| 253 | grestore |
| 254 | % ACAGT |
| 255 | gsave |
| 256 | 1 setlinewidth |
| 257 | 0 0 0 nodecolor |
| 258 | 48 19 45.96 18.38 ellipse_path stroke |
| 259 | 0 0 0 nodecolor |
| 260 | 14 /Times-Roman set_font |
| 261 | 23.5 15.4 moveto 49 (ACAGT) alignedtext |
| 262 | grestore |
| 263 | % AACAG->ACAGT |
| 264 | gsave |
| 265 | 1 setlinewidth |
| 266 | 0 0 0 edgecolor |
| 267 | newpath 48 74.33 moveto |
| 268 | 48 66.26 48 56.65 48 47.71 curveto |
| 269 | stroke |
| 270 | 0 0 0 edgecolor |
| 271 | newpath 51.5 47.67 moveto |
| 272 | 48 37.67 lineto |
| 273 | 44.5 47.67 lineto |
| 274 | closepath fill |
| 275 | 1 setlinewidth |
| 276 | solid |
| 277 | 0 0 0 edgecolor |
| 278 | newpath 51.5 47.67 moveto |
| 279 | 48 37.67 lineto |
| 280 | 44.5 47.67 lineto |
| 281 | closepath stroke |
| 282 | grestore |
| 283 | % GACAA |
| 284 | gsave |
| 285 | 1 setlinewidth |
| 286 | 0 0 0 nodecolor |
| 287 | 48 315 48.08 18.38 ellipse_path stroke |
| 288 | 0 0 0 nodecolor |
| 289 | 14 /Times-Roman set_font |
| 290 | 22 311.4 moveto 52 (GACAA) alignedtext |
| 291 | grestore |
| 292 | % GACAA->ACAAC |
| 293 | gsave |
| 294 | 1 setlinewidth |
| 295 | 0 0 0 edgecolor |
| 296 | newpath 48 296.33 moveto |
| 297 | 48 288.26 48 278.65 48 269.71 curveto |
| 298 | stroke |
| 299 | 0 0 0 edgecolor |
| 300 | newpath 51.5 269.67 moveto |
| 301 | 48 259.67 lineto |
| 302 | 44.5 269.67 lineto |
| 303 | closepath fill |
| 304 | 1 setlinewidth |
| 305 | solid |
| 306 | 0 0 0 edgecolor |
| 307 | newpath 51.5 269.67 moveto |
| 308 | 48 259.67 lineto |
| 309 | 44.5 269.67 lineto |
| 310 | closepath stroke |
| 311 | grestore |
| 312 | % AGACA |
| 313 | gsave |
| 314 | 1 setlinewidth |
| 315 | 0 0 0 nodecolor |
| 316 | 48 389 46.88 18.38 ellipse_path stroke |
| 317 | 0 0 0 nodecolor |
| 318 | 14 /Times-Roman set_font |
| 319 | 22.5 385.4 moveto 51 (AGACA) alignedtext |
| 320 | grestore |
| 321 | % AGACA->GACAA |
| 322 | gsave |
| 323 | 1 setlinewidth |
| 324 | 0 0 0 edgecolor |
| 325 | newpath 48 370.33 moveto |
| 326 | 48 362.26 48 352.65 48 343.71 curveto |
| 327 | stroke |
| 328 | 0 0 0 edgecolor |
| 329 | newpath 51.5 343.67 moveto |
| 330 | 48 333.67 lineto |
| 331 | 44.5 343.67 lineto |
| 332 | closepath fill |
| 333 | 1 setlinewidth |
| 334 | solid |
| 335 | 0 0 0 edgecolor |
| 336 | newpath 51.5 343.67 moveto |
| 337 | 48 333.67 lineto |
| 338 | 44.5 343.67 lineto |
| 339 | closepath stroke |
| 340 | grestore |
| 341 | endpage |
| 342 | showpage |
| 343 | grestore |
| 344 | %%PageTrailer |
| 345 | %%EndPage: 1 |
| 346 | %%Trailer |
| 347 | %%Pages: 1 |
| 348 | %%BoundingBox: 36 36 140 452 |
| 349 | end |
| 350 | restore |
| 351 | %%EOF |