Removing files from data analysis directory
[ou-summer-of-code-2017.git] / 08-word-chains / rush1.dot.ps
1 %!PS-Adobe-3.0
2 %%Creator: graphviz version 2.38.0 (20140413.2041)
3 %%Title: w
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 /tapered { } bind def
65
66 % hooks for setting color
67 /nodecolor { sethsbcolor } bind def
68 /edgecolor { sethsbcolor } bind def
69 /graphcolor { sethsbcolor } bind def
70 /nopcolor {pop pop pop} bind def
71
72 /beginpage { % i j npages
73 /npages exch def
74 /j exch def
75 /i exch def
76 /str 10 string def
77 npages 1 gt {
78 gsave
79 coordfont setfont
80 0 0 moveto
81 (\() show i str cvs show (,) show j str cvs show (\)) show
82 grestore
83 } if
84 } bind def
85
86 /set_font {
87 findfont exch
88 scalefont setfont
89 } def
90
91 % draw text fitted to its expected width
92 /alignedtext { % width text
93 /text exch def
94 /width exch def
95 gsave
96 width 0 gt {
97 [] 0 setdash
98 text stringwidth pop width exch sub text length div 0 text ashow
99 } if
100 grestore
101 } def
102
103 /boxprim { % xcorner ycorner xsize ysize
104 4 2 roll
105 moveto
106 2 copy
107 exch 0 rlineto
108 0 exch rlineto
109 pop neg 0 rlineto
110 closepath
111 } bind def
112
113 /ellipse_path {
114 /ry exch def
115 /rx exch def
116 /y exch def
117 /x exch def
118 matrix currentmatrix
119 newpath
120 x y translate
121 rx ry scale
122 0 0 1 0 360 arc
123 setmatrix
124 } bind def
125
126 /endpage { showpage } bind def
127 /showpage { } def
128
129 /layercolorseq
130 [ % layer color sequence - darkest to lightest
131 [0 0 0]
132 [.2 .8 .8]
133 [.4 .8 .8]
134 [.6 .8 .8]
135 [.8 .8 .8]
136 ]
137 def
138
139 /layerlen layercolorseq length def
140
141 /setlayer {/maxlayer exch def /curlayer exch def
142 layercolorseq curlayer 1 sub layerlen mod get
143 aload pop sethsbcolor
144 /nodecolor {nopcolor} def
145 /edgecolor {nopcolor} def
146 /graphcolor {nopcolor} def
147 } bind def
148
149 /onlayer { curlayer ne {invis} if } def
150
151 /onlayers {
152 /myupper exch def
153 /mylower exch def
154 curlayer mylower lt
155 curlayer myupper gt
156 or
157 {invis} if
158 } def
159
160 /curlayer 0 def
161
162 %%EndResource
163 %%EndProlog
164 %%BeginSetup
165 14 default-font-family set_font
166 1 setmiterlimit
167 % /arrowlength 10 def
168 % /arrowwidth 5 def
169
170 % make sure pdfmark is harmless for PS-interpreters other than Distiller
171 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
172 % make '<<' and '>>' safe on PS Level 1 devices
173 /languagelevel where {pop languagelevel}{1} ifelse
174 2 lt {
175 userdict (<<) cvn ([) cvn load put
176 userdict (>>) cvn ([) cvn load put
177 } if
178
179 %%EndSetup
180 setupLatin1
181 %%Page: 1 1
182 %%PageBoundingBox: 36 36 365 447
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 329 411 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % hush
189 gsave
190 1 setlinewidth
191 0 0 0 nodecolor
192 192.4 137.65 27.1 18 ellipse_path stroke
193 0 0 0 nodecolor
194 14 /Times-Roman set_font
195 179.4 133.95 moveto 26 (hush) alignedtext
196 grestore
197 % bush
198 gsave
199 1 setlinewidth
200 0 0 0 nodecolor
201 288.08 89.08 27.1 18 ellipse_path stroke
202 0 0 0 nodecolor
203 14 /Times-Roman set_font
204 275.08 85.38 moveto 26 (bush) alignedtext
205 grestore
206 % hush--bush
207 gsave
208 1 setlinewidth
209 0 0 0 edgecolor
210 newpath 214.11 126.63 moveto
211 229.66 118.74 250.52 108.15 266.12 100.22 curveto
212 stroke
213 grestore
214 % lush
215 gsave
216 1 setlinewidth
217 0 0 0 nodecolor
218 190 18.46 27 18 ellipse_path stroke
219 0 0 0 nodecolor
220 14 /Times-Roman set_font
221 178.5 14.76 moveto 23 (lush) alignedtext
222 grestore
223 % hush--lush
224 gsave
225 1 setlinewidth
226 0 0 0 edgecolor
227 newpath 192.04 119.55 moveto
228 191.59 97.15 190.82 59.21 190.37 36.73 curveto
229 stroke
230 grestore
231 % gush
232 gsave
233 1 setlinewidth
234 0 0 0 nodecolor
235 267.95 146.43 27.1 18 ellipse_path stroke
236 0 0 0 nodecolor
237 14 /Times-Roman set_font
238 254.95 142.73 moveto 26 (gush) alignedtext
239 grestore
240 % hush--gush
241 gsave
242 1 setlinewidth
243 0 0 0 edgecolor
244 newpath 219.68 140.82 moveto
245 226.61 141.63 234.05 142.49 240.97 143.29 curveto
246 stroke
247 grestore
248 % rush
249 gsave
250 1 setlinewidth
251 0 0 0 nodecolor
252 183.59 208.68 27 18 ellipse_path stroke
253 0 0 0 nodecolor
254 14 /Times-Roman set_font
255 171.59 204.98 moveto 24 (rush) alignedtext
256 grestore
257 % hush--rush
258 gsave
259 1 setlinewidth
260 0 0 0 edgecolor
261 newpath 190.13 155.94 moveto
262 188.81 166.63 187.14 180.06 185.82 190.69 curveto
263 stroke
264 grestore
265 % mush
266 gsave
267 1 setlinewidth
268 0 0 0 nodecolor
269 113.41 113.67 30.59 18 ellipse_path stroke
270 0 0 0 nodecolor
271 14 /Times-Roman set_font
272 97.91 109.97 moveto 31 (mush) alignedtext
273 grestore
274 % hush--mush
275 gsave
276 1 setlinewidth
277 0 0 0 edgecolor
278 newpath 167.41 130.06 moveto
279 158.91 127.48 149.37 124.59 140.71 121.96 curveto
280 stroke
281 grestore
282 % tush
283 gsave
284 1 setlinewidth
285 0 0 0 nodecolor
286 253.88 37.51 27 18 ellipse_path stroke
287 0 0 0 nodecolor
288 14 /Times-Roman set_font
289 242.38 33.81 moveto 23 (tush) alignedtext
290 grestore
291 % hush--tush
292 gsave
293 1 setlinewidth
294 0 0 0 edgecolor
295 newpath 202.83 120.67 moveto
296 214.2 102.14 232.29 72.68 243.6 54.25 curveto
297 stroke
298 grestore
299 % push
300 gsave
301 1 setlinewidth
302 0 0 0 nodecolor
303 128.16 64.09 27.1 18 ellipse_path stroke
304 0 0 0 nodecolor
305 14 /Times-Roman set_font
306 115.16 60.39 moveto 26 (push) alignedtext
307 grestore
308 % hush--push
309 gsave
310 1 setlinewidth
311 0 0 0 edgecolor
312 newpath 178.78 122.05 moveto
313 167.95 109.65 152.87 92.38 141.98 79.92 curveto
314 stroke
315 grestore
316 % bush--gush
317 gsave
318 1 setlinewidth
319 0 0 0 edgecolor
320 newpath 281.82 106.91 moveto
321 279.37 113.88 276.57 121.85 274.14 128.8 curveto
322 stroke
323 grestore
324 % bush--mush
325 gsave
326 1 setlinewidth
327 0 0 0 edgecolor
328 newpath 261.17 92.87 moveto
329 229.3 97.35 176.38 104.8 143.28 109.47 curveto
330 stroke
331 grestore
332 % bush--tush
333 gsave
334 1 setlinewidth
335 0 0 0 edgecolor
336 newpath 277.07 72.48 moveto
337 273.16 66.59 268.77 59.97 264.87 54.08 curveto
338 stroke
339 grestore
340 % bush--push
341 gsave
342 1 setlinewidth
343 0 0 0 edgecolor
344 newpath 261.31 84.89 moveto
345 231.7 80.27 184.28 72.86 154.75 68.24 curveto
346 stroke
347 grestore
348 % lush--bush
349 gsave
350 1 setlinewidth
351 0 0 0 edgecolor
352 newpath 208.45 31.74 moveto
353 225.87 44.29 251.87 63.01 269.38 75.61 curveto
354 stroke
355 grestore
356 % lush--gush
357 gsave
358 1 setlinewidth
359 0 0 0 edgecolor
360 newpath 200.19 35.19 moveto
361 215.13 59.71 242.82 105.17 257.76 129.69 curveto
362 stroke
363 grestore
364 % lush--mush
365 gsave
366 1 setlinewidth
367 0 0 0 edgecolor
368 newpath 177.01 34.61 moveto
369 163.01 52.01 140.85 79.56 126.73 97.12 curveto
370 stroke
371 grestore
372 % lush--tush
373 gsave
374 1 setlinewidth
375 0 0 0 edgecolor
376 newpath 214.88 25.88 moveto
377 219.51 27.26 224.34 28.7 228.96 30.08 curveto
378 stroke
379 grestore
380 % lush--push
381 gsave
382 1 setlinewidth
383 0 0 0 edgecolor
384 newpath 171.78 31.9 moveto
385 163.8 37.79 154.45 44.69 146.46 50.58 curveto
386 stroke
387 grestore
388 % rush--bush
389 gsave
390 1 setlinewidth
391 0 0 0 edgecolor
392 newpath 197.25 193.04 moveto
393 217.27 170.12 254.39 127.64 274.41 104.72 curveto
394 stroke
395 grestore
396 % rush--lush
397 gsave
398 1 setlinewidth
399 0 0 0 edgecolor
400 newpath 184.2 190.44 moveto
401 185.43 154.08 188.17 72.96 189.39 36.64 curveto
402 stroke
403 grestore
404 % rush--gush
405 gsave
406 1 setlinewidth
407 0 0 0 edgecolor
408 newpath 201.89 195.17 moveto
409 216.04 184.73 235.54 170.34 249.68 159.91 curveto
410 stroke
411 grestore
412 % rusk
413 gsave
414 1 setlinewidth
415 0 0 0 nodecolor
416 224.13 384.54 27 18 ellipse_path stroke
417 0 0 0 nodecolor
418 14 /Times-Roman set_font
419 212.13 380.84 moveto 24 (rusk) alignedtext
420 grestore
421 % rush--rusk
422 gsave
423 1 setlinewidth
424 0 0 0 edgecolor
425 newpath 187.7 226.51 moveto
426 195.47 260.21 212.23 332.92 220.01 366.66 curveto
427 stroke
428 grestore
429 % rush--mush
430 gsave
431 1 setlinewidth
432 0 0 0 edgecolor
433 newpath 171.36 192.13 moveto
434 158.56 174.8 138.57 147.73 125.73 130.35 curveto
435 stroke
436 grestore
437 % rush--tush
438 gsave
439 1 setlinewidth
440 0 0 0 edgecolor
441 newpath 190.85 191 moveto
442 204.35 158.12 233.19 87.9 246.66 55.09 curveto
443 stroke
444 grestore
445 % ruse
446 gsave
447 1 setlinewidth
448 0 0 0 nodecolor
449 149.1 367.63 27 18 ellipse_path stroke
450 0 0 0 nodecolor
451 14 /Times-Roman set_font
452 137.6 363.93 moveto 23 (ruse) alignedtext
453 grestore
454 % rush--ruse
455 gsave
456 1 setlinewidth
457 0 0 0 edgecolor
458 newpath 179.7 226.6 moveto
459 173.07 257.13 159.68 318.88 153.03 349.53 curveto
460 stroke
461 grestore
462 % rush--push
463 gsave
464 1 setlinewidth
465 0 0 0 edgecolor
466 newpath 176.9 191.24 moveto
467 166.25 163.44 145.54 109.42 134.87 81.59 curveto
468 stroke
469 grestore
470 % rust
471 gsave
472 1 setlinewidth
473 0 0 0 nodecolor
474 294.18 336.98 27 18 ellipse_path stroke
475 0 0 0 nodecolor
476 14 /Times-Roman set_font
477 283.68 333.28 moveto 21 (rust) alignedtext
478 grestore
479 % rush--rust
480 gsave
481 1 setlinewidth
482 0 0 0 edgecolor
483 newpath 197.15 224.41 moveto
484 218.37 249.03 259.21 296.42 280.51 321.12 curveto
485 stroke
486 grestore
487 % rash
488 gsave
489 1 setlinewidth
490 0 0 0 nodecolor
491 26.95 279.21 27 18 ellipse_path stroke
492 0 0 0 nodecolor
493 14 /Times-Roman set_font
494 15.45 275.51 moveto 23 (rash) alignedtext
495 grestore
496 % rush--rash
497 gsave
498 1 setlinewidth
499 0 0 0 edgecolor
500 newpath 161.15 218.78 moveto
501 131.37 232.19 79.1 255.73 49.35 269.13 curveto
502 stroke
503 grestore
504 % rusk--ruse
505 gsave
506 1 setlinewidth
507 0 0 0 edgecolor
508 newpath 198.31 378.72 moveto
509 190.68 377 182.33 375.12 174.71 373.4 curveto
510 stroke
511 grestore
512 % mush--gush
513 gsave
514 1 setlinewidth
515 0 0 0 edgecolor
516 newpath 142.48 119.83 moveto
517 171.07 125.89 214.32 135.06 241.84 140.89 curveto
518 stroke
519 grestore
520 % mush--push
521 gsave
522 1 setlinewidth
523 0 0 0 edgecolor
524 newpath 118.74 95.77 moveto
525 120.09 91.22 121.54 86.33 122.89 81.8 curveto
526 stroke
527 grestore
528 % tush--gush
529 gsave
530 1 setlinewidth
531 0 0 0 edgecolor
532 newpath 256.2 55.5 moveto
533 258.81 75.68 263.02 108.22 265.62 128.42 curveto
534 stroke
535 grestore
536 % tush--mush
537 gsave
538 1 setlinewidth
539 0 0 0 edgecolor
540 newpath 232.85 48.91 moveto
541 206.83 63.02 162.7 86.95 135.98 101.43 curveto
542 stroke
543 grestore
544 % tush--push
545 gsave
546 1 setlinewidth
547 0 0 0 edgecolor
548 newpath 228.13 42.95 moveto
549 206.58 47.51 175.96 53.98 154.3 58.56 curveto
550 stroke
551 grestore
552 % push--gush
553 gsave
554 1 setlinewidth
555 0 0 0 edgecolor
556 newpath 148.79 76.24 moveto
557 175.22 91.8 220.77 118.64 247.24 134.23 curveto
558 stroke
559 grestore
560 % rust--rusk
561 gsave
562 1 setlinewidth
563 0 0 0 edgecolor
564 newpath 275.04 349.98 moveto
565 265.16 356.69 253.13 364.85 243.25 371.56 curveto
566 stroke
567 grestore
568 % rust--ruse
569 gsave
570 1 setlinewidth
571 0 0 0 edgecolor
572 newpath 268.24 342.46 moveto
573 242 348.01 201.64 356.53 175.3 362.1 curveto
574 stroke
575 grestore
576 endpage
577 showpage
578 grestore
579 %%PageTrailer
580 %%EndPage: 1
581 %%Trailer
582 %%Pages: 1
583 %%BoundingBox: 36 36 365 447
584 end
585 restore
586 %%EOF