8335da7ed36f76882ab419100fddcd4319b1b4eb
[bsc-thesis1415.git] / thesis2 / graph23.ps
1 %!PS-Adobe-3.0
2 %%Creator: graphviz version 2.38.0 (20140413.2041)
3 %%Title: graph23
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 419 134
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 383 98 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % 1
189 gsave
190 1 setlinewidth
191 0 0 0 nodecolor
192 18 47 18 18 ellipse_path stroke
193 0 0 0 nodecolor
194 14 /Times-Roman set_font
195 14.5 43.3 moveto 7 (1) alignedtext
196 grestore
197 % 2
198 gsave
199 1 setlinewidth
200 0 0 0 nodecolor
201 97 47 18 18 ellipse_path stroke
202 0 0 0 nodecolor
203 14 /Times-Roman set_font
204 93.5 43.3 moveto 7 (2) alignedtext
205 grestore
206 % 1->2
207 gsave
208 1 setlinewidth
209 0 0 0 edgecolor
210 newpath 36.09 47 moveto
211 45.66 47 57.82 47 68.68 47 curveto
212 stroke
213 0 0 0 edgecolor
214 newpath 68.96 50.5 moveto
215 78.96 47 lineto
216 68.96 43.5 lineto
217 closepath fill
218 1 setlinewidth
219 solid
220 0 0 0 edgecolor
221 newpath 68.96 50.5 moveto
222 78.96 47 lineto
223 68.96 43.5 lineto
224 closepath stroke
225 0 0 0 edgecolor
226 14 /Times-Roman set_font
227 54 50.8 moveto 7 (a) alignedtext
228 grestore
229 % 3
230 gsave
231 1 setlinewidth
232 0 0 0 nodecolor
233 173 72 18 18 ellipse_path stroke
234 0 0 0 nodecolor
235 14 /Times-Roman set_font
236 169.5 68.3 moveto 7 (3) alignedtext
237 grestore
238 % 2->3
239 gsave
240 1 setlinewidth
241 0 0 0 edgecolor
242 newpath 114.42 52.55 moveto
243 123.72 55.69 135.55 59.69 146.07 63.24 curveto
244 stroke
245 0 0 0 edgecolor
246 newpath 145.03 66.58 moveto
247 155.62 66.47 lineto
248 147.27 59.95 lineto
249 closepath fill
250 1 setlinewidth
251 solid
252 0 0 0 edgecolor
253 newpath 145.03 66.58 moveto
254 155.62 66.47 lineto
255 147.27 59.95 lineto
256 closepath stroke
257 0 0 0 edgecolor
258 14 /Times-Roman set_font
259 133 62.8 moveto 4 (.) alignedtext
260 grestore
261 % 6
262 gsave
263 1 setlinewidth
264 0 0 0 nodecolor
265 173 18 18 18 ellipse_path stroke
266 0 0 0 nodecolor
267 14 /Times-Roman set_font
268 169.5 14.3 moveto 7 (6) alignedtext
269 grestore
270 % 2->6
271 gsave
272 1 setlinewidth
273 0 0 0 edgecolor
274 newpath 114.06 40.71 moveto
275 123.56 36.98 135.81 32.18 146.6 27.95 curveto
276 stroke
277 0 0 0 edgecolor
278 newpath 147.94 31.19 moveto
279 155.97 24.28 lineto
280 145.39 24.67 lineto
281 closepath fill
282 1 setlinewidth
283 solid
284 0 0 0 edgecolor
285 newpath 147.94 31.19 moveto
286 155.97 24.28 lineto
287 145.39 24.67 lineto
288 closepath stroke
289 0 0 0 edgecolor
290 14 /Times-Roman set_font
291 133 35.8 moveto 4 (,) alignedtext
292 grestore
293 % 4
294 gsave
295 1 setlinewidth
296 0 0 0 nodecolor
297 261 47 27 18 ellipse_path stroke
298 0 0 0 nodecolor
299 14 /Times-Roman set_font
300 257.5 43.3 moveto 7 (4) alignedtext
301 grestore
302 % 3->4
303 gsave
304 1 setlinewidth
305 0 0 0 edgecolor
306 newpath 190.58 67.18 moveto
307 200.65 64.25 213.87 60.41 226.07 56.86 curveto
308 stroke
309 0 0 0 edgecolor
310 newpath 227.36 60.13 moveto
311 235.99 53.98 lineto
312 225.41 53.41 lineto
313 closepath fill
314 1 setlinewidth
315 solid
316 0 0 0 edgecolor
317 newpath 227.36 60.13 moveto
318 235.99 53.98 lineto
319 225.41 53.41 lineto
320 closepath stroke
321 0 0 0 edgecolor
322 14 /Times-Roman set_font
323 209 64.8 moveto 7 (b) alignedtext
324 grestore
325 % 5
326 gsave
327 1 setlinewidth
328 0 0 0 nodecolor
329 353 47 18 18 ellipse_path stroke
330 1 setlinewidth
331 0 0 0 nodecolor
332 353 47 22 22 ellipse_path stroke
333 0 0 0 nodecolor
334 14 /Times-Roman set_font
335 349.5 43.3 moveto 7 (5) alignedtext
336 grestore
337 % 6->4
338 gsave
339 1 setlinewidth
340 0 0 0 edgecolor
341 newpath 190.18 23.45 moveto
342 200.47 26.92 214.17 31.54 226.71 35.77 curveto
343 stroke
344 0 0 0 edgecolor
345 newpath 225.83 39.17 moveto
346 236.43 39.05 lineto
347 228.07 32.54 lineto
348 closepath fill
349 1 setlinewidth
350 solid
351 0 0 0 edgecolor
352 newpath 225.83 39.17 moveto
353 236.43 39.05 lineto
354 228.07 32.54 lineto
355 closepath stroke
356 0 0 0 edgecolor
357 14 /Times-Roman set_font
358 209 34.8 moveto 7 (b) alignedtext
359 grestore
360 % 4->5
361 gsave
362 1 setlinewidth
363 0 0 0 edgecolor
364 newpath 288.03 47 moveto
365 298.23 47 310.03 47 320.69 47 curveto
366 stroke
367 0 0 0 edgecolor
368 newpath 320.87 50.5 moveto
369 330.87 47 lineto
370 320.87 43.5 lineto
371 closepath fill
372 1 setlinewidth
373 solid
374 0 0 0 edgecolor
375 newpath 320.87 50.5 moveto
376 330.87 47 lineto
377 320.87 43.5 lineto
378 closepath stroke
379 0 0 0 edgecolor
380 14 /Times-Roman set_font
381 306 50.8 moveto 7 (c) alignedtext
382 grestore
383 endpage
384 showpage
385 grestore
386 %%PageTrailer
387 %%EndPage: 1
388 %%Trailer
389 %%Pages: 1
390 %%BoundingBox: 36 36 419 134
391 end
392 restore
393 %%EOF