]> AND Private Git Repository - slides_and.git/blob - xplgraph.ps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
derniere modifs
[slides_and.git] / xplgraph.ps
1 %!PS-Adobe-2.0
2 %%Creator: Graphviz version 2.16 (Fri Feb  8 12:52:03 UTC 2008)
3 %%For: (couchot) Jean-François Couchot,,,
4 %%Title: G
5 %%Pages: (atend)
6 %%BoundingBox: (atend)
7 %%EndComments
8 save
9 %%BeginProlog
10 /DotDict 200 dict def
11 DotDict begin
12
13 /setupLatin1 {
14 mark
15 /EncodingVector 256 array def
16  EncodingVector 0
17
18 ISOLatin1Encoding 0 255 getinterval putinterval
19 EncodingVector 45 /hyphen put
20
21 % Set up ISO Latin 1 character encoding
22 /starnetISO {
23         dup dup findfont dup length dict begin
24         { 1 index /FID ne { def }{ pop pop } ifelse
25         } forall
26         /Encoding EncodingVector def
27         currentdict end definefont
28 } def
29 /Times-Roman starnetISO def
30 /Times-Italic starnetISO def
31 /Times-Bold starnetISO def
32 /Times-BoldItalic starnetISO def
33 /Helvetica starnetISO def
34 /Helvetica-Oblique starnetISO def
35 /Helvetica-Bold starnetISO def
36 /Helvetica-BoldOblique starnetISO def
37 /Courier starnetISO def
38 /Courier-Oblique starnetISO def
39 /Courier-Bold starnetISO def
40 /Courier-BoldOblique starnetISO def
41 cleartomark
42 } bind def
43
44 %%BeginResource: procset graphviz 0 0
45 /coord-font-family /Times-Roman def
46 /default-font-family /Times-Roman def
47 /coordfont coord-font-family findfont 8 scalefont def
48
49 /InvScaleFactor 1.0 def
50 /set_scale {
51        dup 1 exch div /InvScaleFactor exch def
52        scale
53 } bind def
54
55 % styles
56 /solid { [] 0 setdash } bind def
57 /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
58 /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
59 /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
60 /bold { 2 setlinewidth } bind def
61 /filled { } bind def
62 /unfilled { } bind def
63 /rounded { } bind def
64 /diagonals { } 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 206 296
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 170 260 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % 2
189 gsave
190 1 setlinewidth
191 0.000 0.000 0.000 nodecolor
192 27 162 27 18 ellipse_path stroke
193 0.000 0.000 0.000 nodecolor
194 14.00 /Times-Roman set_font
195 23.625 158.4 moveto 6.75 (3) alignedtext
196 grestore
197 % 2->2
198 gsave
199 1 setlinewidth
200 0.000 0.000 0.000 edgecolor
201 newpath 47 174 moveto
202 60 178 72 174 72 162 curveto
203 72 153 66 149 57 149 curveto
204 stroke
205 0.000 0.000 0.000 edgecolor
206 newpath 56.6021 145.522 moveto
207 47 150 lineto
208 57.2987 152.488 lineto
209 closepath fill
210 1 setlinewidth
211 solid
212 0.000 0.000 0.000 edgecolor
213 newpath 56.6021 145.522 moveto
214 47 150 lineto
215 57.2987 152.488 lineto
216 closepath stroke
217 grestore
218 % 4
219 gsave
220 1 setlinewidth
221 0.000 0.000 0.000 nodecolor
222 27 90 27 18 ellipse_path stroke
223 0.000 0.000 0.000 nodecolor
224 14.00 /Times-Roman set_font
225 23.625 86.4 moveto 6.75 (5) alignedtext
226 grestore
227 % 2->4
228 gsave
229 1 setlinewidth
230 0.000 0.000 0.000 edgecolor
231 newpath 27 144 moveto
232 27 136 27 127 27 118 curveto
233 stroke
234 0.000 0.000 0.000 edgecolor
235 newpath 30.5001 118 moveto
236 27 108 lineto
237 23.5001 118 lineto
238 closepath fill
239 1 setlinewidth
240 solid
241 0.000 0.000 0.000 edgecolor
242 newpath 30.5001 118 moveto
243 27 108 lineto
244 23.5001 118 lineto
245 closepath stroke
246 grestore
247 % 0
248 gsave
249 1 setlinewidth
250 0.000 0.000 0.000 nodecolor
251 117 234 27 18 ellipse_path stroke
252 0.000 0.000 0.000 nodecolor
253 14.00 /Times-Roman set_font
254 113.625 230.4 moveto 6.75 (1) alignedtext
255 grestore
256 % 0->2
257 gsave
258 1 setlinewidth
259 0.000 0.000 0.000 edgecolor
260 newpath 100 220 moveto
261 86 209 67 195 52 182 curveto
262 stroke
263 0.000 0.000 0.000 edgecolor
264 newpath 54.1 179.2 moveto
265 44 176 lineto
266 49.9 184.8 lineto
267 closepath fill
268 1 setlinewidth
269 solid
270 0.000 0.000 0.000 edgecolor
271 newpath 54.1 179.2 moveto
272 44 176 lineto
273 49.9 184.8 lineto
274 closepath stroke
275 grestore
276 % 0->0
277 gsave
278 1 setlinewidth
279 0.000 0.000 0.000 edgecolor
280 newpath 137 246 moveto
281 150 250 162 246 162 234 curveto
282 162 225 156 221 147 221 curveto
283 stroke
284 0.000 0.000 0.000 edgecolor
285 newpath 146.602 217.522 moveto
286 137 222 lineto
287 147.299 224.488 lineto
288 closepath fill
289 1 setlinewidth
290 solid
291 0.000 0.000 0.000 edgecolor
292 newpath 146.602 217.522 moveto
293 137 222 lineto
294 147.299 224.488 lineto
295 closepath stroke
296 grestore
297 % 1
298 gsave
299 1 setlinewidth
300 0.000 0.000 0.000 nodecolor
301 117 162 27 18 ellipse_path stroke
302 0.000 0.000 0.000 nodecolor
303 14.00 /Times-Roman set_font
304 113.625 158.4 moveto 6.75 (2) alignedtext
305 grestore
306 % 0->1
307 gsave
308 1 setlinewidth
309 0.000 0.000 0.000 edgecolor
310 newpath 111 216 moveto
311 110 208 110 199 110 190 curveto
312 stroke
313 0.000 0.000 0.000 edgecolor
314 newpath 113.488 190.299 moveto
315 111 180 lineto
316 106.522 189.602 lineto
317 closepath fill
318 1 setlinewidth
319 solid
320 0.000 0.000 0.000 edgecolor
321 newpath 113.488 190.299 moveto
322 111 180 lineto
323 106.522 189.602 lineto
324 closepath stroke
325 grestore
326 % 3
327 gsave
328 1 setlinewidth
329 0.000 0.000 0.000 nodecolor
330 27 18 27 18 ellipse_path stroke
331 0.000 0.000 0.000 nodecolor
332 14.00 /Times-Roman set_font
333 23.625 14.4 moveto 6.75 (4) alignedtext
334 grestore
335 % 3->4
336 gsave
337 1 setlinewidth
338 0.000 0.000 0.000 edgecolor
339 newpath 33 36 moveto
340 34 44 34 53 34 62 curveto
341 stroke
342 0.000 0.000 0.000 edgecolor
343 newpath 30.5125 61.7013 moveto
344 33 72 lineto
345 37.4778 62.3979 lineto
346 closepath fill
347 1 setlinewidth
348 solid
349 0.000 0.000 0.000 edgecolor
350 newpath 30.5125 61.7013 moveto
351 33 72 lineto
352 37.4778 62.3979 lineto
353 closepath stroke
354 grestore
355 % 4->3
356 gsave
357 1 setlinewidth
358 0.000 0.000 0.000 edgecolor
359 newpath 21 72 moveto
360 20 64 20 55 20 46 curveto
361 stroke
362 0.000 0.000 0.000 edgecolor
363 newpath 23.4875 46.2987 moveto
364 21 36 lineto
365 16.5222 45.6021 lineto
366 closepath fill
367 1 setlinewidth
368 solid
369 0.000 0.000 0.000 edgecolor
370 newpath 23.4875 46.2987 moveto
371 21 36 lineto
372 16.5222 45.6021 lineto
373 closepath stroke
374 grestore
375 % 1->0
376 gsave
377 1 setlinewidth
378 0.000 0.000 0.000 edgecolor
379 newpath 123 180 moveto
380 124 188 124 197 124 206 curveto
381 stroke
382 0.000 0.000 0.000 edgecolor
383 newpath 120.512 205.701 moveto
384 123 216 lineto
385 127.478 206.398 lineto
386 closepath fill
387 1 setlinewidth
388 solid
389 0.000 0.000 0.000 edgecolor
390 newpath 120.512 205.701 moveto
391 123 216 lineto
392 127.478 206.398 lineto
393 closepath stroke
394 grestore
395 % 1->1
396 gsave
397 1 setlinewidth
398 0.000 0.000 0.000 edgecolor
399 newpath 137 174 moveto
400 150 178 162 174 162 162 curveto
401 162 153 156 149 147 149 curveto
402 stroke
403 0.000 0.000 0.000 edgecolor
404 newpath 146.602 145.522 moveto
405 137 150 lineto
406 147.299 152.488 lineto
407 closepath fill
408 1 setlinewidth
409 solid
410 0.000 0.000 0.000 edgecolor
411 newpath 146.602 145.522 moveto
412 137 150 lineto
413 147.299 152.488 lineto
414 closepath stroke
415 grestore
416 endpage
417 showpage
418 grestore
419 %%PageTrailer
420 %%EndPage: 1
421 %%Trailer
422 %%Pages: 1
423 %%BoundingBox: 36 36 206 296
424 end
425 restore
426 %%EOF