54c72812d46060509fdb12b3a63dc5fe922b9150
[bsc-thesis1415.git] / thesis2 / graphexample.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: graphviz version 2.38.0 (20140413.2041)
3 %%Title: graphexample
4 %%Pages: 1
5 %%BoundingBox: 36 36 368 103
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 368 103
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 332 67 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % n1
189 gsave
190 1 setlinewidth
191 0 0 0 nodecolor
192 27 41 27 18 ellipse_path stroke
193 0 0 0 nodecolor
194 14 /Times-Roman set_font
195 20 37.3 moveto 14 (n1) alignedtext
196 grestore
197 % n2
198 gsave
199 1 setlinewidth
200 0 0 0 nodecolor
201 117 41 27 18 ellipse_path stroke
202 0 0 0 nodecolor
203 14 /Times-Roman set_font
204 110 37.3 moveto 14 (n2) alignedtext
205 grestore
206 % n1->n2
207 gsave
208 1 setlinewidth
209 0 0 0 edgecolor
210 newpath 52.51 34.88 moveto
211 61.4 34.27 71.62 34.1 81.22 34.38 curveto
212 stroke
213 0 0 0 edgecolor
214 newpath 81.16 37.88 moveto
215 91.31 34.86 lineto
216 81.49 30.89 lineto
217 closepath fill
218 1 setlinewidth
219 solid
220 0 0 0 edgecolor
221 newpath 81.16 37.88 moveto
222 91.31 34.86 lineto
223 81.49 30.89 lineto
224 closepath stroke
225 grestore
226 % n4
227 gsave
228 1 setlinewidth
229 0 0 0 nodecolor
230 297 18 27 18 ellipse_path stroke
231 0 0 0 nodecolor
232 14 /Times-Roman set_font
233 290 14.3 moveto 14 (n4) alignedtext
234 grestore
235 % n1->n4
236 gsave
237 1 setlinewidth
238 0 0 0 edgecolor
239 newpath 48.24 29.66 moveto
240 60.03 23.71 75.4 17.04 90 14 curveto
241 148.79 1.75 219.07 7.29 260.48 12.55 curveto
242 stroke
243 0 0 0 edgecolor
244 newpath 260.24 16.05 moveto
245 270.61 13.91 lineto
246 261.17 9.11 lineto
247 closepath fill
248 1 setlinewidth
249 solid
250 0 0 0 edgecolor
251 newpath 260.24 16.05 moveto
252 270.61 13.91 lineto
253 261.17 9.11 lineto
254 closepath stroke
255 grestore
256 % n2->n1
257 gsave
258 1 setlinewidth
259 0 0 0 edgecolor
260 newpath 91.31 47.14 moveto
261 82.41 47.74 72.18 47.9 62.59 47.61 curveto
262 stroke
263 0 0 0 edgecolor
264 newpath 62.67 44.11 moveto
265 52.51 47.12 lineto
266 62.33 51.1 lineto
267 closepath fill
268 1 setlinewidth
269 solid
270 0 0 0 edgecolor
271 newpath 62.67 44.11 moveto
272 52.51 47.12 lineto
273 62.33 51.1 lineto
274 closepath stroke
275 grestore
276 % n3
277 gsave
278 1 setlinewidth
279 0 0 0 nodecolor
280 207 41 27 18 ellipse_path stroke
281 0 0 0 nodecolor
282 14 /Times-Roman set_font
283 200 37.3 moveto 14 (n3) alignedtext
284 grestore
285 % n2->n3
286 gsave
287 1 setlinewidth
288 0 0 0 edgecolor
289 newpath 144.4 41 moveto
290 152.39 41 161.31 41 169.82 41 curveto
291 stroke
292 0 0 0 edgecolor
293 newpath 169.92 44.5 moveto
294 179.92 41 lineto
295 169.92 37.5 lineto
296 closepath fill
297 1 setlinewidth
298 solid
299 0 0 0 edgecolor
300 newpath 169.92 44.5 moveto
301 179.92 41 lineto
302 169.92 37.5 lineto
303 closepath stroke
304 grestore
305 % n3->n4
306 gsave
307 1 setlinewidth
308 0 0 0 edgecolor
309 newpath 232.51 34.59 moveto
310 241.57 32.23 252.01 29.5 261.78 26.95 curveto
311 stroke
312 0 0 0 edgecolor
313 newpath 262.83 30.29 moveto
314 271.62 24.37 lineto
315 261.06 23.51 lineto
316 closepath fill
317 1 setlinewidth
318 solid
319 0 0 0 edgecolor
320 newpath 262.83 30.29 moveto
321 271.62 24.37 lineto
322 261.06 23.51 lineto
323 closepath stroke
324 grestore
325 endpage
326 showpage
327 grestore
328 %%PageTrailer
329 %%EndPage: 1
330 %%Trailer
331 end
332 restore
333 %%EOF