1: %!PS-Adobe-3.0 EPSF-3.0
2: %%Creator: MATLAB, The Mathworks, Inc. Version 7.2.0.294 (R2006a). Operating System: Linux 2.6.17-11-generic #2 SMP Fri May 18 23:39:08 UTC 2007 i686.
3: %%Title: /home/tfiller/work/ISIT07/poster/figures/dd_conv_analysis_48regular.eps
4: %%CreationDate: 06/03/2007 16:59:01
5: %%DocumentNeededFonts: Helvetica
6: %%DocumentProcessColors: Cyan Magenta Yellow Black
7: %%LanguageLevel: 2
8: %%Pages: 1
9: %%BoundingBox: -71 251 683 540
10: %%EndComments
11:
12: %%BeginProlog
13: % MathWorks dictionary
14: /MathWorks 160 dict begin
15: % definition operators
16: /bdef {bind def} bind def
17: /ldef {load def} bind def
18: /xdef {exch def} bdef
19: /xstore {exch store} bdef
20: % operator abbreviations
21: /c /clip ldef
22: /cc /concat ldef
23: /cp /closepath ldef
24: /gr /grestore ldef
25: /gs /gsave ldef
26: /mt /moveto ldef
27: /np /newpath ldef
28: /cm /currentmatrix ldef
29: /sm /setmatrix ldef
30: /rm /rmoveto ldef
31: /rl /rlineto ldef
32: /s {show newpath} bdef
33: /sc {setcmykcolor} bdef
34: /sr /setrgbcolor ldef
35: /sg /setgray ldef
36: /w /setlinewidth ldef
37: /j /setlinejoin ldef
38: /cap /setlinecap ldef
39: /rc {rectclip} bdef
40: /rf {rectfill} bdef
41: % page state control
42: /pgsv () def
43: /bpage {/pgsv save def} bdef
44: /epage {pgsv restore} bdef
45: /bplot /gsave ldef
46: /eplot {stroke grestore} bdef
47: % orientation switch
48: /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
49: % coordinate system mappings
50: /dpi2point 0 def
51: % font control
52: /FontSize 0 def
53: /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
54: makefont setfont} bdef
55: /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
56: exch dup 3 1 roll findfont dup length dict begin
57: { 1 index /FID ne {def}{pop pop} ifelse } forall
58: /Encoding exch def currentdict end definefont pop} bdef
59: /isroman {findfont /CharStrings get /Agrave known} bdef
60: /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
61: exch FMS} bdef
62: /csm {1 dpi2point div -1 dpi2point div scale neg translate
63: dup landscapeMode eq {pop -90 rotate}
64: {rotateMode eq {90 rotate} if} ifelse} bdef
65: % line types: solid, dotted, dashed, dotdash
66: /SO { [] 0 setdash } bdef
67: /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
68: /DA { [6 dpi2point mul] 0 setdash } bdef
69: /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
70: dpi2point mul] 0 setdash } bdef
71: % macros for lines and objects
72: /L {lineto stroke} bdef
73: /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
74: /AP {{rlineto} repeat} bdef
75: /PDlw -1 def
76: /W {/PDlw currentlinewidth def setlinewidth} def
77: /PP {closepath eofill} bdef
78: /DP {closepath stroke} bdef
79: /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
80: neg 0 exch rlineto closepath} bdef
81: /FR {MR stroke} bdef
82: /PR {MR fill} bdef
83: /L1i {{currentfile picstr readhexstring pop} image} bdef
84: /tMatrix matrix def
85: /MakeOval {newpath tMatrix currentmatrix pop translate scale
86: 0 0 1 0 360 arc tMatrix setmatrix} bdef
87: /FO {MakeOval stroke} bdef
88: /PO {MakeOval fill} bdef
89: /PD {currentlinewidth 2 div 0 360 arc fill
90: PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
91: /FA {newpath tMatrix currentmatrix pop translate scale
92: 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
93: /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
94: 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
95: /FAn {newpath tMatrix currentmatrix pop translate scale
96: 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
97: /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
98: 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
99: /vradius 0 def /hradius 0 def /lry 0 def
100: /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
101: /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
102: /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
103: vradius add translate hradius vradius scale 0 0 1 180 270 arc
104: tMatrix setmatrix lrx hradius sub uly vradius add translate
105: hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
106: lrx hradius sub lry vradius sub translate hradius vradius scale
107: 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
108: translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
109: closepath} bdef
110: /FRR {MRR stroke } bdef
111: /PRR {MRR fill } bdef
112: /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
113: newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
114: rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
115: sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
116: closepath} bdef
117: /FlrRR {MlrRR stroke } bdef
118: /PlrRR {MlrRR fill } bdef
119: /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
120: newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
121: rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
122: sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
123: closepath} bdef
124: /FtbRR {MtbRR stroke } bdef
125: /PtbRR {MtbRR fill } bdef
126: /stri 6 array def /dtri 6 array def
127: /smat 6 array def /dmat 6 array def
128: /tmat1 6 array def /tmat2 6 array def /dif 3 array def
129: /asub {/ind2 exch def /ind1 exch def dup dup
130: ind1 get exch ind2 get sub exch } bdef
131: /tri_to_matrix {
132: 2 0 asub 3 1 asub 4 0 asub 5 1 asub
133: dup 0 get exch 1 get 7 -1 roll astore } bdef
134: /compute_transform {
135: dmat dtri tri_to_matrix tmat1 invertmatrix
136: smat stri tri_to_matrix tmat2 concatmatrix } bdef
137: /ds {stri astore pop} bdef
138: /dt {dtri astore pop} bdef
139: /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
140: currentfile
141: 3 index 0 eq {/ASCIIHexDecode filter}
142: {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
143: ifelse exch readstring pop
144: dup 0 3 index getinterval /rbmap xdef
145: dup 2 index dup getinterval /gbmap xdef
146: 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
147: /it {gs np dtri aload pop moveto lineto lineto cp c
148: cols rows 8 compute_transform
149: rbmap gbmap bbmap true 3 colorimage gr}bdef
150: /il {newpath moveto lineto stroke}bdef
151: currentdict end def
152: %%EndProlog
153:
154: %%BeginSetup
155: MathWorks begin
156:
157: 0 cap
158:
159: end
160: %%EndSetup
161:
162: %%Page: 1 1
163: %%BeginPageSetup
164: %%PageBoundingBox: -71 251 683 540
165: MathWorks begin
166: bpage
167: %%EndPageSetup
168:
169: %%BeginObject: obj1
170: bplot
171:
172: /dpi2point 12 def
173: portraitMode -0852 6480 csm
174:
175: 0 0 9052 3461 rc
176: 87 dict begin %Colortable dictionary
177: /c0 { 0.000000 0.000000 0.000000 sr} bdef
178: /c1 { 1.000000 1.000000 1.000000 sr} bdef
179: /c2 { 0.900000 0.000000 0.000000 sr} bdef
180: /c3 { 0.000000 0.820000 0.000000 sr} bdef
181: /c4 { 0.000000 0.000000 0.800000 sr} bdef
182: /c5 { 0.910000 0.820000 0.320000 sr} bdef
183: /c6 { 1.000000 0.260000 0.820000 sr} bdef
184: /c7 { 0.000000 0.820000 0.820000 sr} bdef
185: c0
186: 1 j
187: 1 sg
188: 0 0 9053 3462 rf
189: 6 w
190: 0 2815 7897 0 0 -2815 762 3080 4 MP
191: PP
192: -7897 0 0 2815 7897 0 0 -2815 762 3080 5 MP stroke
193: 4 w
194: DO
195: 0 sg
196: 762 3080 mt 762 265 L
197: 762 265 mt 762 265 L
198: 1551 3080 mt 1551 265 L
199: 1551 265 mt 1551 265 L
200: 2341 3080 mt 2341 265 L
201: 2341 265 mt 2341 265 L
202: 3131 3080 mt 3131 265 L
203: 3131 265 mt 3131 265 L
204: 3920 3080 mt 3920 265 L
205: 3920 265 mt 3920 265 L
206: 4710 3080 mt 4710 265 L
207: 4710 265 mt 4710 265 L
208: 5500 3080 mt 5500 265 L
209: 5500 265 mt 5500 265 L
210: 6289 3080 mt 6289 265 L
211: 6289 265 mt 6289 265 L
212: 7079 3080 mt 7079 265 L
213: 7079 265 mt 7079 265 L
214: 7869 3080 mt 7869 265 L
215: 7869 265 mt 7869 265 L
216: 8659 3080 mt 8659 265 L
217: 8659 265 mt 8659 265 L
218: 762 3080 mt 8659 3080 L
219: 8659 3080 mt 8659 3080 L
220: 762 2517 mt 8659 2517 L
221: 8659 2517 mt 8659 2517 L
222: 762 1954 mt 8659 1954 L
223: 8659 1954 mt 8659 1954 L
224: 762 1391 mt 8659 1391 L
225: 8659 1391 mt 8659 1391 L
226: 762 828 mt 8659 828 L
227: 8659 828 mt 8659 828 L
228: 762 265 mt 8659 265 L
229: 8659 265 mt 8659 265 L
230: SO
231: 6 w
232: 762 3080 mt 8659 3080 L
233: 762 265 mt 8659 265 L
234: 762 3080 mt 762 265 L
235: 8659 3080 mt 8659 265 L
236: 762 3080 mt 8659 3080 L
237: 762 3080 mt 762 265 L
238: 762 3080 mt 762 3001 L
239: 762 265 mt 762 343 L
240: %%IncludeResource: font Helvetica
241: /Helvetica /ISOLatin1Encoding 120 FMSR
242:
243: 689 3225 mt
244: (X0) s
245: 1551 3080 mt 1551 3001 L
246: 1551 265 mt 1551 343 L
247: 1478 3225 mt
248: (X1) s
249: 2341 3080 mt 2341 3001 L
250: 2341 265 mt 2341 343 L
251: 2268 3225 mt
252: (X2) s
253: 3131 3080 mt 3131 3001 L
254: 3131 265 mt 3131 343 L
255: 3058 3225 mt
256: (X3) s
257: 3920 3080 mt 3920 3001 L
258: 3920 265 mt 3920 343 L
259: 3847 3225 mt
260: (X4) s
261: 4710 3080 mt 4710 3001 L
262: 4710 265 mt 4710 343 L
263: 4637 3225 mt
264: (X5) s
265: 5500 3080 mt 5500 3001 L
266: 5500 265 mt 5500 343 L
267: 5427 3225 mt
268: (X6) s
269: 6289 3080 mt 6289 3001 L
270: 6289 265 mt 6289 343 L
271: 6216 3225 mt
272: (X7) s
273: 7079 3080 mt 7079 3001 L
274: 7079 265 mt 7079 343 L
275: 7006 3225 mt
276: (X8) s
277: 7869 3080 mt 7869 3001 L
278: 7869 265 mt 7869 343 L
279: 7796 3225 mt
280: (X9) s
281: 8659 3080 mt 8659 3001 L
282: 8659 265 mt 8659 343 L
283: 8553 3225 mt
284: (X10) s
285: 762 3080 mt 840 3080 L
286: 8659 3080 mt 8580 3080 L
287: 661 3124 mt
288: (0) s
289: 762 2517 mt 840 2517 L
290: 8659 2517 mt 8580 2517 L
291: 561 2561 mt
292: (0.5) s
293: 762 1954 mt 840 1954 L
294: 8659 1954 mt 8580 1954 L
295: 661 1998 mt
296: (1) s
297: 762 1391 mt 840 1391 L
298: 8659 1391 mt 8580 1391 L
299: 561 1435 mt
300: (1.5) s
301: 762 828 mt 840 828 L
302: 8659 828 mt 8580 828 L
303: 661 872 mt
304: (2) s
305: 762 265 mt 840 265 L
306: 8659 265 mt 8580 265 L
307: 561 309 mt
308: (2.5) s
309: 762 3080 mt 8659 3080 L
310: 762 265 mt 8659 265 L
311: 762 3080 mt 762 265 L
312: 8659 3080 mt 8659 265 L
313: gs 762 265 7898 2816 rc
314: DA
315: /c8 { 1.000000 0.000000 0.000000 sr} bdef
316: c8
317: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
318: 8 0 7 0 8 0 8 0 8 0 8 0 8 0 8 0
319: 8 0 8 0 8 0 7 0 8 0 8 0 8 0 8 0
320: 8 0 8 0 8 0 8 0 8 0 7 0 8 0 8 0
321: 8 0 8 0 8 0 8 0 8 0 8 0 7 0 8 0
322: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
323: 7 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
324: 8 0 8 0 7 0 8 0 8 0 8 0 8 0 8 0
325: 8 0 8 0 8 0 7 0 8 0 8 0 8 0 8 0
326: 8 0 8 0 8 0 8 0 8 0 7 0 8 0 8 0
327: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 7 0
328: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
329: 8 0 7 0 8 0 8 0 8 0 8 0 8 0 8 0
330: 8 0 8 0 7 0 8 0 8 0 8 0 8 0 8 0
331: 8 0 8 0 8 0 8 0 7 0 8 0 8 0 8 0
332: 8 0 8 0 8 0 8 0 8 0 8 0 7 0 8 0
333: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 7 0
334: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
335: 8 0 7 0 8 0 8 0 8 0 8 0 8 0 8 0
336: 8 0 8 0 8 0 7 0 8 0 8 0 8 0 8 0
337: 8 0 8 0 8 0 8 0 8 0 7 0 8 0 8 0
338: 8 0 8 0 8 0 8 0 8 0 8 0 7 0 8 0
339: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
340: 7 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
341: 8 0 8 0 7 0 8 0 8 0 8 0 8 0 8 0
342: 8 0 8 0 8 0 7 0 8 0 8 0 8 0 8 0
343: 8 0 8 0 8 0 8 0 8 0 7 0 8 0 8 0
344: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 7 0
345: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
346: 8 0 7 0 8 0 8 0 8 0 8 0 8 0 8 0
347: 8 0 8 0 7 0 8 0 8 0 8 0 8 0 8 0
348: 8 0 8 0 8 0 8 0 7 0 8 0 8 0 8 0
349: 8 0 8 0 8 0 8 0 8 0 8 0 7 0 8 0
350: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 7 0
351: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
352: 8 0 7 0 8 0 8 0 8 0 8 0 8 0 8 0
353: 8 0 8 0 8 0 7 0 8 0 8 0 8 0 8 0
354: 8 0 8 0 8 0 6297 1954 300 MP stroke
355: 8 0 7 0 8 0 8 0 8 0 8 0 8 0 8 0
356: 8 0 8 0 8 0 7 0 8 0 8 0 8 0 8 0
357: 8 0 8 0 8 0 8 0 8 0 7 0 8 0 8 0
358: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 7 0
359: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
360: 7 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
361: 8 0 8 0 7 0 8 0 8 0 8 0 8 0 8 0
362: 8 0 8 0 8 0 8 0 7 0 8 0 8 0 8 0
363: 8 0 8 0 8 0 8 0 8 0 7 0 8 0 8 0
364: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 7 0
365: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
366: 8 0 7 0 8 0 8 0 8 0 8 0 8 0 8 0
367: 8 0 8 0 8 0 7 0 8 0 8 0 8 0 8 0
368: 8 0 8 0 8 0 8 0 7 0 8 0 8 0 8 0
369: 8 0 8 0 8 0 8 0 8 0 8 0 7 0 8 0
370: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
371: 7 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
372: 8 0 7 0 8 0 8 0 8 0 8 0 8 0 8 0
373: 8 0 8 0 8 0 7 0 8 0 8 0 8 0 8 0
374: 8 0 8 0 8 0 8 0 8 0 7 0 8 0 8 0
375: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 7 0
376: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
377: 7 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
378: 8 0 8 0 7 0 8 0 8 0 8 0 8 0 8 0
379: 8 0 8 0 8 0 8 0 7 0 8 0 8 0 8 0
380: 8 0 8 0 8 0 8 0 8 0 7 0 8 0 8 0
381: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 7 0
382: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
383: 8 0 7 0 8 0 8 0 8 0 8 0 8 0 8 0
384: 8 0 8 0 7 0 8 0 8 0 8 0 8 0 8 0
385: 8 0 8 0 8 0 8 0 7 0 8 0 8 0 8 0
386: 8 0 8 0 8 0 8 0 8 0 8 0 7 0 8 0
387: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
388: 7 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
389: 8 0 7 0 8 0 8 0 8 0 8 0 8 0 8 0
390: 8 0 8 0 8 0 7 0 8 0 8 0 8 0 8 0
391: 8 0 8 0 8 0 8 0 8 0 7 0 8 0 8 0
392: 8 0 8 0 8 0 3936 1954 300 MP stroke
393: 8 0 8 0 8 0 7 0 8 0 8 0 8 0 8 0
394: 8 0 8 0 8 0 8 0 8 0 7 0 8 0 8 0
395: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 7 0
396: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
397: 8 0 7 0 8 0 8 0 8 0 8 0 8 0 8 0
398: 8 0 8 0 7 0 8 0 8 0 8 0 8 0 8 0
399: 8 0 8 0 8 0 8 0 7 0 8 0 8 0 8 0
400: 8 0 8 0 8 0 8 0 8 0 8 0 7 0 8 0
401: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 7 0
402: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
403: 8 0 7 0 8 0 8 0 8 0 8 0 8 0 8 0
404: 8 0 8 0 8 0 7 0 8 0 8 0 8 0 8 0
405: 8 0 8 0 8 0 8 0 8 0 7 0 8 0 8 0
406: 8 0 8 0 8 0 8 0 8 0 8 0 7 0 8 0
407: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
408: 7 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
409: 8 0 8 0 7 0 8 0 8 0 8 0 8 0 8 0
410: 8 0 8 0 8 0 7 0 8 0 8 0 8 0 8 0
411: 8 0 8 0 8 0 8 0 8 0 7 0 8 0 8 0
412: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 7 0
413: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
414: 7 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
415: 8 0 8 0 7 0 8 0 8 0 8 0 8 0 8 0
416: 8 0 8 0 8 0 8 0 7 0 8 0 8 0 8 0
417: 8 0 8 0 8 0 8 0 8 0 8 0 7 0 8 0
418: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 7 0
419: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
420: 8 0 7 0 8 0 8 0 8 0 8 0 8 0 8 0
421: 8 0 8 0 8 0 7 0 8 0 8 0 8 0 8 0
422: 8 0 8 0 8 0 8 0 7 0 8 0 8 0 8 0
423: 8 0 8 0 8 0 8 0 8 0 8 0 7 0 8 0
424: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
425: 7 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
426: 8 0 8 0 7 0 8 0 8 0 8 0 8 0 8 0
427: 8 0 8 0 8 0 7 0 8 0 8 0 8 0 8 0
428: 8 0 8 0 8 0 8 0 8 0 7 0 8 0 8 0
429: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 7 0
430: 8 0 8 0 8 0 1575 1954 300 MP stroke
431: 8 0 8 0 8 0 8 0 8 0 7 0 8 0 8 0
432: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 7 0
433: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
434: 8 0 7 0 8 0 8 0 8 0 8 0 8 0 8 0
435: 8 0 8 0 8 0 7 0 8 0 8 0 8 0 8 0
436: 8 0 8 0 8 0 8 0 7 0 8 0 8 0 8 0
437: 8 0 8 0 8 0 8 0 8 0 8 0 7 0 8 0
438: 8 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
439: 7 0 8 0 8 0 8 0 8 0 8 0 8 0 8 0
440: 8 0 7 0 8 0 8 0 8 0 8 0 8 0 8 0
441: 8 0 8 0 8 0 7 0 8 0 8 0 8 0 8 0
442: 8 0 8 0 8 0 8 0 8 0 7 0 8 0 8 0
443: 8 0 8 0 8 0 8 0 8 0 8 0 769 1954 103 MP stroke
444: gr
445:
446: c8
447: DA
448: 0 sg
449: 4552 3368 mt
450: (xlabel) s
451: %%IncludeResource: font Helvetica
452: /Helvetica /ISOLatin1Encoding 240 FMSR
453:
454: 452 2053 mt -90 rotate
455: (ylabel2) s
456: 90 rotate
457: %%IncludeResource: font Helvetica
458: /Helvetica /ISOLatin1Encoding 120 FMSR
459:
460: 4583 170 mt
461: (title2) s
462: gs 762 265 7898 2816 rc
463: SO
464: /c9 { 0.000000 0.000000 1.000000 sr} bdef
465: c9
466: 8 33 8 32 8 32 8 31 8 31 8 31 8 30 8 30
467: 8 30 7 29 8 29 8 28 8 28 8 28 8 28 8 27
468: 8 27 8 26 8 26 7 26 8 26 8 25 8 25 8 25
469: 8 24 8 25 8 23 8 24 8 23 7 23 8 23 8 23
470: 8 22 8 22 8 22 8 21 8 21 8 21 7 21 8 21
471: 8 20 8 20 8 20 8 20 8 19 8 19 8 19 8 19
472: 7 18 8 19 8 18 8 18 8 18 8 17 8 17 8 17
473: 8 17 8 17 7 17 8 16 8 16 8 16 8 16 8 16
474: 8 15 8 15 8 15 7 15 8 15 8 15 8 14 8 15
475: 8 14 8 14 8 13 8 14 8 14 7 13 8 13 8 13
476: 8 13 8 13 8 12 8 13 8 12 8 12 8 12 7 12
477: 8 12 8 11 8 12 8 11 8 12 8 11 8 11 8 10
478: 8 11 7 11 8 10 8 11 8 10 8 10 8 10 8 10
479: 8 9 8 10 7 10 8 9 8 9 8 9 8 10 8 9
480: 8 8 8 9 8 9 8 8 7 9 8 8 8 8 8 8
481: 8 8 8 8 8 8 8 8 8 8 8 7 7 8 8 7
482: 8 7 8 7 8 7 8 7 8 7 8 7 8 7 7 7
483: 8 6 8 7 8 6 8 6 8 6 8 7 8 6 8 6
484: 8 5 7 6 8 6 8 6 8 5 8 6 8 5 8 5
485: 8 6 8 5 8 5 7 5 8 5 8 5 8 5 8 4
486: 8 5 8 5 8 4 8 5 8 4 7 4 8 5 8 4
487: 8 4 8 4 8 4 8 4 8 4 8 4 7 3 8 4
488: 8 4 8 3 8 4 8 3 8 4 8 3 8 3 8 3
489: 7 3 8 4 8 3 8 2 8 3 8 3 8 3 8 3
490: 8 2 8 3 7 3 8 2 8 3 8 2 8 2 8 3
491: 8 2 8 2 8 2 7 2 8 2 8 2 8 2 8 2
492: 8 2 8 2 8 2 8 1 8 2 7 2 8 1 8 2
493: 8 1 8 2 8 1 8 1 8 2 8 1 8 1 7 1
494: 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1
495: 8 1 7 0 8 1 8 1 8 0 8 1 8 0 8 1
496: 8 0 8 1 7 0 8 0 8 1 8 0 8 0 8 0
497: 8 0 8 1 8 0 8 0 7 0 8 0 8 -1 8 0
498: 8 0 8 0 8 0 8 0 8 -1 8 0 7 0 8 -1
499: 8 0 8 -1 8 0 8 -1 8 0 8 -1 8 -1 7 0
500: 8 -1 8 -1 8 0 8 -1 8 -1 8 -1 8 -1 8 -1
501: 8 -1 7 0 8 -1 8 -2 8 -1 8 -1 8 -1 8 -1
502: 8 -1 8 -1 8 -2 7 -1 8 -1 8 -1 8 -2 8 -1
503: 8 -2 8 -1 8 -1 6297 558 300 MP stroke
504: 8 -2 7 -1 8 -2 8 -2 8 -1 8 -2 8 -1 8 -2
505: 8 -2 8 -1 8 -2 7 -2 8 -2 8 -2 8 -1 8 -2
506: 8 -2 8 -2 8 -2 8 -2 8 -2 7 -2 8 -2 8 -2
507: 8 -2 8 -2 8 -2 8 -3 8 -2 8 -2 8 -2 7 -2
508: 8 -3 8 -2 8 -2 8 -3 8 -2 8 -2 8 -3 8 -2
509: 7 -3 8 -2 8 -3 8 -2 8 -3 8 -2 8 -3 8 -2
510: 8 -3 8 -3 7 -2 8 -3 8 -3 8 -2 8 -3 8 -3
511: 8 -3 8 -2 8 -3 8 -3 7 -3 8 -3 8 -3 8 -2
512: 8 -3 8 -3 8 -3 8 -3 8 -3 7 -3 8 -3 8 -3
513: 8 -3 8 -3 8 -3 8 -4 8 -3 8 -3 8 -3 7 -3
514: 8 -3 8 -4 8 -3 8 -3 8 -3 8 -4 8 -3 8 -3
515: 8 -4 7 -3 8 -3 8 -4 8 -3 8 -3 8 -4 8 -3
516: 8 -4 8 -3 8 -4 7 -3 8 -4 8 -3 8 -4 8 -3
517: 8 -4 8 -3 8 -4 8 -4 7 -3 8 -4 8 -4 8 -3
518: 8 -4 8 -4 8 -3 8 -4 8 -4 8 -3 7 -4 8 -4
519: 8 -4 8 -4 8 -3 8 -4 8 -4 8 -4 8 -4 8 -4
520: 7 -4 8 -3 8 -4 8 -4 8 -4 8 -4 8 -4 8 -4
521: 8 -4 7 -4 8 -4 8 -4 8 -4 8 -4 8 -4 8 -4
522: 8 -4 8 -4 8 -5 7 -4 8 -4 8 -4 8 -4 8 -4
523: 8 -4 8 -5 8 -4 8 -4 8 -4 7 -4 8 -5 8 -4
524: 8 -4 8 -4 8 -5 8 -4 8 -4 8 -4 8 -5 7 -4
525: 8 -4 8 -5 8 -4 8 -4 8 -5 8 -4 8 -4 8 -5
526: 7 -4 8 -5 8 -4 8 -4 8 -5 8 -4 8 -5 8 -4
527: 8 -5 8 -4 7 -5 8 -4 8 -4 8 -5 8 -4 8 -5
528: 8 -5 8 -4 8 -5 8 -4 7 -5 8 -4 8 -5 8 -4
529: 8 -5 8 -5 8 -4 8 -5 8 -4 7 -5 8 -5 8 -4
530: 8 -5 8 -4 8 -5 8 -5 8 -4 8 -5 8 -5 7 -4
531: 8 -5 8 -5 8 -4 8 -5 8 -5 8 -5 8 -4 8 -5
532: 8 -5 7 -5 8 -4 8 -5 8 -5 8 -5 8 -4 8 -5
533: 8 -5 8 -5 7 -4 8 -5 8 -5 8 -5 8 -5 8 -4
534: 8 -5 8 -5 8 -5 8 -5 7 -4 8 -5 8 -5 8 -5
535: 8 -5 8 -5 8 -4 8 -5 8 -5 8 -5 7 -5 8 -5
536: 8 -5 8 -5 8 -4 8 -5 8 -5 8 -5 8 -5 8 -5
537: 7 -5 8 -5 8 -5 8 -4 8 -5 8 -5 8 -5 8 -5
538: 8 -5 7 -5 8 -5 8 -5 8 -5 8 -5 8 -5 8 -5
539: 8 -4 8 -5 8 -5 7 -5 8 -5 8 -5 8 -5 8 -5
540: 8 -5 8 -5 8 -5 8 -5 8 -5 7 -5 8 -5 8 -5
541: 8 -5 8 -5 8 -5 3936 1705 300 MP stroke
542: 8 -5 8 -5 8 -5 7 -5 8 -5 8 -4 8 -5 8 -5
543: 8 -5 8 -5 8 -5 8 -5 8 -5 7 -5 8 -5 8 -5
544: 8 -5 8 -5 8 -5 8 -5 8 -5 8 -5 8 -5 7 -5
545: 8 -5 8 -5 8 -5 8 -5 8 -5 8 -5 8 -5 8 -5
546: 8 -5 7 -5 8 -5 8 -5 8 -5 8 -5 8 -4 8 -5
547: 8 -5 8 -5 7 -5 8 -5 8 -5 8 -5 8 -5 8 -5
548: 8 -5 8 -5 8 -5 8 -5 7 -5 8 -5 8 -5 8 -4
549: 8 -5 8 -5 8 -5 8 -5 8 -5 8 -5 7 -5 8 -5
550: 8 -5 8 -5 8 -4 8 -5 8 -5 8 -5 8 -5 7 -5
551: 8 -5 8 -5 8 -5 8 -4 8 -5 8 -5 8 -5 8 -5
552: 8 -5 7 -5 8 -4 8 -5 8 -5 8 -5 8 -5 8 -4
553: 8 -5 8 -5 8 -5 7 -5 8 -4 8 -5 8 -5 8 -5
554: 8 -5 8 -4 8 -5 8 -5 8 -5 7 -4 8 -5 8 -5
555: 8 -5 8 -4 8 -5 8 -5 8 -4 8 -5 7 -5 8 -5
556: 8 -4 8 -5 8 -5 8 -4 8 -5 8 -5 8 -4 8 -5
557: 7 -5 8 -4 8 -5 8 -4 8 -5 8 -5 8 -4 8 -5
558: 8 -4 8 -5 7 -5 8 -4 8 -5 8 -4 8 -5 8 -4
559: 8 -5 8 -4 8 -5 7 -4 8 -5 8 -4 8 -5 8 -4
560: 8 -5 8 -4 8 -5 8 -4 8 -4 7 -5 8 -4 8 -5
561: 8 -4 8 -5 8 -4 8 -4 8 -5 8 -4 8 -4 7 -5
562: 8 -4 8 -4 8 -5 8 -4 8 -4 8 -4 8 -5 8 -4
563: 7 -4 8 -4 8 -5 8 -4 8 -4 8 -4 8 -5 8 -4
564: 8 -4 8 -4 7 -4 8 -4 8 -4 8 -5 8 -4 8 -4
565: 8 -4 8 -4 8 -4 8 -4 7 -4 8 -4 8 -4 8 -4
566: 8 -4 8 -4 8 -4 8 -4 8 -4 8 -4 7 -4 8 -4
567: 8 -4 8 -4 8 -3 8 -4 8 -4 8 -4 8 -4 7 -4
568: 8 -3 8 -4 8 -4 8 -4 8 -4 8 -3 8 -4 8 -4
569: 8 -3 7 -4 8 -4 8 -4 8 -3 8 -4 8 -3 8 -4
570: 8 -4 8 -3 8 -4 7 -3 8 -4 8 -3 8 -4 8 -3
571: 8 -4 8 -3 8 -4 8 -3 7 -4 8 -3 8 -4 8 -3
572: 8 -3 8 -4 8 -3 8 -3 8 -4 8 -3 7 -3 8 -3
573: 8 -4 8 -3 8 -3 8 -3 8 -4 8 -3 8 -3 8 -3
574: 7 -3 8 -3 8 -3 8 -3 8 -3 8 -4 8 -3 8 -3
575: 8 -3 8 -3 7 -2 8 -3 8 -3 8 -3 8 -3 8 -3
576: 8 -3 8 -3 8 -3 7 -2 8 -3 8 -3 8 -3 8 -2
577: 8 -3 8 -3 8 -3 8 -2 8 -3 7 -2 8 -3 8 -3
578: 8 -2 8 -3 8 -2 8 -3 8 -2 8 -3 8 -2 7 -3
579: 8 -2 8 -3 8 -2 1575 2952 300 MP stroke
580: 8 -2 8 -3 8 -2 8 -2 8 -3 7 -2 8 -2 8 -2
581: 8 -2 8 -3 8 -2 8 -2 8 -2 8 -2 8 -2 7 -2
582: 8 -2 8 -2 8 -2 8 -2 8 -2 8 -2 8 -2 8 -2
583: 8 -2 7 -2 8 -2 8 -2 8 -1 8 -2 8 -2 8 -2
584: 8 -1 8 -2 8 -2 7 -1 8 -2 8 -1 8 -2 8 -2
585: 8 -1 8 -2 8 -1 8 -2 7 -1 8 -1 8 -2 8 -1
586: 8 -2 8 -1 8 -1 8 -1 8 -2 8 -1 7 -1 8 -1
587: 8 -1 8 -2 8 -1 8 -1 8 -1 8 -1 8 -1 8 -1
588: 7 -1 8 -1 8 -1 8 -1 8 0 8 -1 8 -1 8 -1
589: 8 -1 7 0 8 -1 8 -1 8 0 8 -1 8 -1 8 0
590: 8 -1 8 0 8 -1 7 0 8 -1 8 0 8 -1 8 0
591: 8 0 8 -1 8 0 8 0 8 -1 7 0 8 0 8 0
592: 8 0 8 0 8 0 8 0 8 -1 8 0 769 3080 103 MP stroke
593: /c10 { 0.000000 0.588235 0.000000 sr} bdef
594: c10
595: 8 247 8 220 8 198 8 178 8 160 8 144 8 130 8 116
596: 8 105 7 95 8 84 8 77 8 68 8 62 8 54 8 49
597: 8 44 8 39 8 35 7 30 8 27 8 23 8 20 8 18
598: 8 15 8 12 8 11 8 9 8 6 7 6 8 3 8 3
599: 8 1 8 0 8 0 8 -2 8 -3 8 -3 7 -4 8 -4
600: 8 -5 8 -6 8 -5 8 -7 8 -6 8 -7 8 -7 8 -7
601: 7 -7 8 -8 8 -7 8 -8 8 -8 8 -7 8 -8 8 -8
602: 8 -8 8 -8 7 -7 8 -8 8 -8 8 -7 8 -8 8 -7
603: 8 -7 8 -8 8 -7 7 -7 8 -7 8 -6 8 -7 8 -7
604: 8 -6 8 -6 8 -7 8 -6 8 -6 7 -5 8 -6 8 -6
605: 8 -5 8 -6 8 -5 8 -5 8 -5 8 -5 8 -5 7 -5
606: 8 -4 8 -5 8 -4 8 -4 8 -5 8 -4 8 -4 8 -4
607: 8 -3 7 -4 8 -4 8 -3 8 -4 8 -3 8 -4 8 -3
608: 8 -3 8 -3 7 -4 8 -3 8 -3 8 -2 8 -3 8 -3
609: 8 -3 8 -2 8 -3 8 -3 7 -2 8 -3 8 -2 8 -3
610: 8 -2 8 -2 8 -2 8 -3 8 -2 8 -2 7 -2 8 -2
611: 8 -2 8 -3 8 -2 8 -2 8 -2 8 -1 8 -2 7 -2
612: 8 -2 8 -2 8 -2 8 -2 8 -2 8 -1 8 -2 8 -2
613: 8 -2 7 -1 8 -2 8 -2 8 -1 8 -2 8 -2 8 -1
614: 8 -2 8 -2 8 -1 7 -2 8 -2 8 -1 8 -2 8 -1
615: 8 -2 8 -1 8 -2 8 -2 8 -1 7 -2 8 -1 8 -2
616: 8 -1 8 -2 8 -1 8 -2 8 -1 8 -2 7 -1 8 -2
617: 8 -1 8 -2 8 -1 8 -2 8 -1 8 -1 8 -2 8 -1
618: 7 -2 8 -1 8 -2 8 -1 8 -2 8 -1 8 -1 8 -2
619: 8 -1 8 -2 7 -1 8 -1 8 -2 8 -1 8 -2 8 -1
620: 8 -1 8 -2 8 -1 7 -2 8 -1 8 -1 8 -2 8 -1
621: 8 -1 8 -2 8 -1 8 -1 8 -2 7 -1 8 -1 8 -2
622: 8 -1 8 -1 8 -2 8 -1 8 -1 8 -2 8 -1 7 -1
623: 8 -2 8 -1 8 -1 8 -1 8 -2 8 -1 8 -1 8 -2
624: 8 -1 7 -1 8 -1 8 -2 8 -1 8 -1 8 -1 8 -2
625: 8 -1 8 -1 7 -1 8 -1 8 -2 8 -1 8 -1 8 -1
626: 8 -2 8 -1 8 -1 8 -1 7 -1 8 -1 8 -2 8 -1
627: 8 -1 8 -1 8 -1 8 -1 8 -2 8 -1 7 -1 8 -1
628: 8 -1 8 -1 8 -1 8 -1 8 -2 8 -1 8 -1 7 -1
629: 8 -1 8 -1 8 -1 8 -1 8 -1 8 -1 8 -2 8 -1
630: 8 -1 7 -1 8 -1 8 -1 8 -1 8 -1 8 -1 8 -1
631: 8 -1 8 -1 8 -1 7 -1 8 -1 8 -1 8 -1 8 -1
632: 8 -1 8 -1 8 -1 6297 1482 300 MP stroke
633: 8 -1 7 -1 8 -1 8 -1 8 -1 8 -1 8 -1 8 -1
634: 8 -1 8 -1 8 -1 7 -1 8 -1 8 -1 8 -1 8 0
635: 8 -1 8 -1 8 -1 8 -1 8 -1 7 -1 8 -1 8 -1
636: 8 -1 8 -1 8 0 8 -1 8 -1 8 -1 8 -1 7 -1
637: 8 -1 8 -1 8 0 8 -1 8 -1 8 -1 8 -1 8 -1
638: 7 -1 8 0 8 -1 8 -1 8 -1 8 -1 8 -1 8 0
639: 8 -1 8 -1 7 -1 8 -1 8 -1 8 0 8 -1 8 -1
640: 8 -1 8 -1 8 0 8 -1 7 -1 8 -1 8 -1 8 0
641: 8 -1 8 -1 8 -1 8 0 8 -1 7 -1 8 -1 8 0
642: 8 -1 8 -1 8 -1 8 0 8 -1 8 -1 8 -1 7 0
643: 8 -1 8 -1 8 -1 8 0 8 -1 8 -1 8 0 8 -1
644: 8 -1 7 -1 8 0 8 -1 8 -1 8 0 8 -1 8 -1
645: 8 0 8 -1 8 -1 7 -1 8 0 8 -1 8 -1 8 0
646: 8 -1 8 -1 8 0 8 -1 7 -1 8 0 8 -1 8 -1
647: 8 0 8 -1 8 -1 8 0 8 -1 8 0 7 -1 8 -1
648: 8 0 8 -1 8 -1 8 0 8 -1 8 -1 8 0 8 -1
649: 7 0 8 -1 8 -1 8 0 8 -1 8 0 8 -1 8 -1
650: 8 0 7 -1 8 0 8 -1 8 -1 8 0 8 -1 8 0
651: 8 -1 8 -1 8 0 7 -1 8 0 8 -1 8 0 8 -1
652: 8 -1 8 0 8 -1 8 0 8 -1 7 0 8 -1 8 -1
653: 8 0 8 -1 8 0 8 -1 8 0 8 -1 8 0 7 -1
654: 8 0 8 -1 8 -1 8 0 8 -1 8 0 8 -1 8 0
655: 7 -1 8 0 8 -1 8 0 8 -1 8 0 8 -1 8 0
656: 8 -1 8 0 7 -1 8 0 8 -1 8 0 8 -1 8 0
657: 8 -1 8 0 8 -1 8 0 7 -1 8 0 8 -1 8 0
658: 8 -1 8 0 8 -1 8 0 8 -1 7 0 8 -1 8 0
659: 8 0 8 -1 8 0 8 -1 8 0 8 -1 8 0 7 -1
660: 8 0 8 -1 8 0 8 0 8 -1 8 0 8 -1 8 0
661: 8 -1 7 0 8 -1 8 0 8 0 8 -1 8 0 8 -1
662: 8 0 8 -1 7 0 8 0 8 -1 8 0 8 -1 8 0
663: 8 -1 8 0 8 0 8 -1 7 0 8 -1 8 0 8 0
664: 8 -1 8 0 8 -1 8 0 8 0 8 -1 7 0 8 -1
665: 8 0 8 0 8 -1 8 0 8 -1 8 0 8 0 8 -1
666: 7 0 8 -1 8 0 8 0 8 -1 8 0 8 0 8 -1
667: 8 0 7 -1 8 0 8 0 8 -1 8 0 8 0 8 -1
668: 8 0 8 -1 8 0 7 0 8 -1 8 0 8 0 8 -1
669: 8 0 8 0 8 -1 8 0 8 -1 7 0 8 0 8 -1
670: 8 0 8 0 8 -1 3936 1663 300 MP stroke
671: 8 0 8 0 8 -1 7 0 8 -1 8 0 8 0 8 -1
672: 8 0 8 0 8 -1 8 0 8 0 7 -1 8 0 8 0
673: 8 -1 8 0 8 0 8 -1 8 0 8 0 8 -1 7 0
674: 8 0 8 -1 8 0 8 0 8 -1 8 0 8 -1 8 0
675: 8 0 7 -1 8 0 8 0 8 -1 8 0 8 0 8 -1
676: 8 0 8 0 7 -1 8 0 8 0 8 -1 8 0 8 0
677: 8 -1 8 0 8 0 8 -1 7 0 8 0 8 -1 8 0
678: 8 0 8 -1 8 0 8 0 8 -1 8 0 7 0 8 -1
679: 8 0 8 0 8 -1 8 0 8 -1 8 0 8 0 7 -1
680: 8 0 8 0 8 -1 8 0 8 0 8 -1 8 0 8 0
681: 8 -1 7 0 8 0 8 -1 8 0 8 0 8 -1 8 0
682: 8 -1 8 0 8 0 7 -1 8 0 8 0 8 -1 8 0
683: 8 0 8 -1 8 0 8 -1 8 0 7 0 8 -1 8 0
684: 8 0 8 -1 8 0 8 -1 8 0 8 0 7 -1 8 0
685: 8 0 8 -1 8 0 8 -1 8 0 8 0 8 -1 8 0
686: 7 0 8 -1 8 0 8 -1 8 0 8 0 8 -1 8 0
687: 8 -1 8 0 7 0 8 -1 8 0 8 -1 8 0 8 -1
688: 8 0 8 0 8 -1 7 0 8 -1 8 0 8 0 8 -1
689: 8 0 8 -1 8 0 8 -1 8 0 7 0 8 -1 8 0
690: 8 -1 8 0 8 -1 8 0 8 -1 8 0 8 0 7 -1
691: 8 0 8 -1 8 0 8 -1 8 0 8 -1 8 0 8 -1
692: 7 0 8 -1 8 0 8 -1 8 0 8 0 8 -1 8 0
693: 8 -1 8 0 7 -1 8 0 8 -1 8 0 8 -1 8 0
694: 8 -1 8 0 8 -1 8 0 7 -1 8 -1 8 0 8 -1
695: 8 0 8 -1 8 0 8 -1 8 0 8 -1 7 0 8 -1
696: 8 0 8 -1 8 0 8 -1 8 -1 8 0 8 -1 7 0
697: 8 -1 8 0 8 -1 8 -1 8 0 8 -1 8 0 8 -1
698: 8 -1 7 0 8 -1 8 0 8 -1 8 -1 8 0 8 -1
699: 8 0 8 -1 8 -1 7 0 8 -1 8 0 8 -1 8 -1
700: 8 0 8 -1 8 -1 8 0 7 -1 8 -1 8 0 8 -1
701: 8 -1 8 0 8 -1 8 -1 8 0 8 -1 7 -1 8 0
702: 8 -1 8 -1 8 0 8 -1 8 -1 8 0 8 -1 8 -1
703: 7 -1 8 0 8 -1 8 -1 8 0 8 -1 8 -1 8 -1
704: 8 0 8 -1 7 -1 8 -1 8 0 8 -1 8 -1 8 -1
705: 8 0 8 -1 8 -1 7 -1 8 -1 8 0 8 -1 8 -1
706: 8 -1 8 -1 8 0 8 -1 8 -1 7 -1 8 -1 8 0
707: 8 -1 8 -1 8 -1 8 -1 8 -1 8 0 8 -1 7 -1
708: 8 -1 8 -1 8 -1 1575 1811 300 MP stroke
709: 8 -1 8 0 8 -1 8 -1 8 -1 7 -1 8 -1 8 -1
710: 8 -1 8 -1 8 0 8 -1 8 -1 8 -1 8 -1 7 -1
711: 8 -1 8 -1 8 -1 8 -1 8 -1 8 -1 8 -1 8 0
712: 8 -1 7 -1 8 -1 8 -1 8 -1 8 -1 8 -1 8 -1
713: 8 -1 8 -1 8 -1 7 -1 8 -1 8 -1 8 -1 8 -1
714: 8 -1 8 -1 8 -1 8 -1 7 -1 8 -1 8 -1 8 -1
715: 8 -2 8 -1 8 -1 8 -1 8 -1 8 -1 7 -1 8 -1
716: 8 -1 8 -1 8 -1 8 -1 8 -1 8 -2 8 -1 8 -1
717: 7 -1 8 -1 8 -1 8 -1 8 -1 8 -2 8 -1 8 -1
718: 8 -1 7 -1 8 -1 8 -1 8 -2 8 -1 8 -1 8 -1
719: 8 -1 8 -1 8 -2 7 -1 8 -1 8 -1 8 -1 8 -2
720: 8 -1 8 -1 8 -1 8 -1 8 -2 7 -1 8 -1 8 -1
721: 8 -2 8 -1 8 -1 8 -1 8 -2 8 -1 769 1919 103 MP stroke
722: gr
723:
724: c10
725: SO
726:
727: end %%Color Dict
728:
729: eplot
730: %%EndObject
731:
732: epage
733: end
734:
735: showpage
736:
737: %%Trailer
738: %%EOF
739: