-
Notifications
You must be signed in to change notification settings - Fork 0
/
fig040503.eps
471 lines (455 loc) · 18.8 KB
/
fig040503.eps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: MATLAB, The Mathworks, Inc. Version 7.2.0.232 (R2006a). Operating System: Microsoft Windows XP.
%%Title: C:\workshop\fig040503.eps
%%CreationDate: 06/09/2013 22:15:37
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%LanguageLevel: 2
%%Pages: 1
%%BoundingBox: -78 148 689 643
%%EndComments
%%BeginProlog
% MathWorks dictionary
/MathWorks 160 dict begin
% definition operators
/bdef {bind def} bind def
/ldef {load def} bind def
/xdef {exch def} bdef
/xstore {exch store} bdef
% operator abbreviations
/c /clip ldef
/cc /concat ldef
/cp /closepath ldef
/gr /grestore ldef
/gs /gsave ldef
/mt /moveto ldef
/np /newpath ldef
/cm /currentmatrix ldef
/sm /setmatrix ldef
/rm /rmoveto ldef
/rl /rlineto ldef
/s {show newpath} bdef
/sc {setcmykcolor} bdef
/sr /setrgbcolor ldef
/sg /setgray ldef
/w /setlinewidth ldef
/j /setlinejoin ldef
/cap /setlinecap ldef
/rc {rectclip} bdef
/rf {rectfill} bdef
% page state control
/pgsv () def
/bpage {/pgsv save def} bdef
/epage {pgsv restore} bdef
/bplot /gsave ldef
/eplot {stroke grestore} bdef
% orientation switch
/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
% coordinate system mappings
/dpi2point 0 def
% font control
/FontSize 0 def
/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
makefont setfont} bdef
/ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef
ISOLatin1Encoding WindowsLatin1Encoding copy pop
/.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger
/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef
/.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet
/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef
/Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop}
{/WindowsLatin1Encoding StandardEncoding bdef} ifelse
/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
exch dup 3 1 roll findfont dup length dict begin
{ 1 index /FID ne {def}{pop pop} ifelse } forall
/Encoding exch def currentdict end definefont pop} bdef
/isroman {findfont /CharStrings get /Agrave known} bdef
/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
exch FMS} bdef
/csm {1 dpi2point div -1 dpi2point div scale neg translate
dup landscapeMode eq {pop -90 rotate}
{rotateMode eq {90 rotate} if} ifelse} bdef
% line types: solid, dotted, dashed, dotdash
/SO { [] 0 setdash } bdef
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
/DA { [6 dpi2point mul] 0 setdash } bdef
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
dpi2point mul] 0 setdash } bdef
% macros for lines and objects
/L {lineto stroke} bdef
/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
/AP {{rlineto} repeat} bdef
/PDlw -1 def
/W {/PDlw currentlinewidth def setlinewidth} def
/PP {closepath eofill} bdef
/DP {closepath stroke} bdef
/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
neg 0 exch rlineto closepath} bdef
/FR {MR stroke} bdef
/PR {MR fill} bdef
/L1i {{currentfile picstr readhexstring pop} image} bdef
/tMatrix matrix def
/MakeOval {newpath tMatrix currentmatrix pop translate scale
0 0 1 0 360 arc tMatrix setmatrix} bdef
/FO {MakeOval stroke} bdef
/PO {MakeOval fill} bdef
/PD {currentlinewidth 2 div 0 360 arc fill
PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
/FA {newpath tMatrix currentmatrix pop translate scale
0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
/FAn {newpath tMatrix currentmatrix pop translate scale
0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
/vradius 0 def /hradius 0 def /lry 0 def
/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
/ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
vradius add translate hradius vradius scale 0 0 1 180 270 arc
tMatrix setmatrix lrx hradius sub uly vradius add translate
hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
lrx hradius sub lry vradius sub translate hradius vradius scale
0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
closepath} bdef
/FRR {MRR stroke } bdef
/PRR {MRR fill } bdef
/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
closepath} bdef
/FlrRR {MlrRR stroke } bdef
/PlrRR {MlrRR fill } bdef
/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
closepath} bdef
/FtbRR {MtbRR stroke } bdef
/PtbRR {MtbRR fill } bdef
/stri 6 array def /dtri 6 array def
/smat 6 array def /dmat 6 array def
/tmat1 6 array def /tmat2 6 array def /dif 3 array def
/asub {/ind2 exch def /ind1 exch def dup dup
ind1 get exch ind2 get sub exch } bdef
/tri_to_matrix {
2 0 asub 3 1 asub 4 0 asub 5 1 asub
dup 0 get exch 1 get 7 -1 roll astore } bdef
/compute_transform {
dmat dtri tri_to_matrix tmat1 invertmatrix
smat stri tri_to_matrix tmat2 concatmatrix } bdef
/ds {stri astore pop} bdef
/dt {dtri astore pop} bdef
/db {2 copy /cols xdef /rows xdef mul dup 3 mul string
currentfile
3 index 0 eq {/ASCIIHexDecode filter}
{/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
ifelse exch readstring pop
dup 0 3 index getinterval /rbmap xdef
dup 2 index dup getinterval /gbmap xdef
1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
cols rows 8 compute_transform
rbmap gbmap bbmap true 3 colorimage gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog
%%BeginSetup
MathWorks begin
0 cap
end
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: -78 148 689 643
MathWorks begin
bpage
%%EndPageSetup
%%BeginObject: obj1
bplot
/dpi2point 12 def
portraitMode -0936 7716 csm
0 0 9215 5940 rc
85 dict begin %Colortable dictionary
/c0 { 0.000000 0.000000 0.000000 sr} bdef
/c1 { 1.000000 1.000000 1.000000 sr} bdef
/c2 { 0.900000 0.000000 0.000000 sr} bdef
/c3 { 0.000000 0.820000 0.000000 sr} bdef
/c4 { 0.000000 0.000000 0.800000 sr} bdef
/c5 { 0.910000 0.820000 0.320000 sr} bdef
/c6 { 1.000000 0.260000 0.820000 sr} bdef
/c7 { 0.000000 0.820000 0.820000 sr} bdef
c0
1 j
1 sg
0 0 9216 5941 rf
6 w
gs 2348 445 4842 4843 rc
/c8 { 0.000000 0.000000 1.000000 sr} bdef
c8
4841 0 2348 2866 2 MP stroke
0 -4842 4769 5287 2 MP stroke
9.6 w
5 48 5 20 5 15 5 12 5 11 4 9 5 9 5 7
5 8 5 6 5 6 5 6 4 6 5 5 5 5 5 4
5 5 5 4 4 4 5 4 5 3 5 4 5 3 5 3
4 3 5 2 5 3 5 2 5 3 5 2 5 2 4 2
5 2 5 1 5 2 5 1 5 2 4 1 5 1 5 1
5 1 5 1 5 1 4 0 5 1 5 0 5 1 5 0
5 0 4 0 5 0 5 0 5 0 5 -1 5 0 5 -1
4 0 5 -1 5 -1 5 -1 5 -1 5 -1 4 -1 5 -2
5 -1 5 -2 5 -1 5 -2 4 -2 5 -2 5 -2 5 -3
5 -2 5 -3 5 -2 4 -3 5 -3 5 -3 5 -4 5 -3
5 -4 4 -4 5 -4 5 -5 5 -4 5 -5 5 -5 4 -6
5 -6 5 -6 5 -6 5 -8 5 -7 5 -9 4 -9 5 -11
5 -12 5 -15 5 -20 5 -48 4526 2866 101 MP stroke
5 -48 5 -20 5 -15 5 -12 5 -11 4 -9 5 -9 5 -7
5 -8 5 -6 5 -6 5 -6 4 -6 5 -5 5 -5 5 -4
5 -5 5 -4 4 -4 5 -4 5 -3 5 -4 5 -3 5 -3
4 -3 5 -2 5 -3 5 -2 5 -3 5 -2 5 -2 4 -2
5 -2 5 -1 5 -2 5 -1 5 -2 4 -1 5 -1 5 -1
5 -1 5 -1 5 -1 4 0 5 -1 5 0 5 -1 5 0
5 0 4 0 5 0 5 0 5 0 5 1 5 0 5 1
4 0 5 1 5 1 5 1 5 1 5 1 4 1 5 2
5 1 5 2 5 1 5 2 4 2 5 2 5 2 5 3
5 2 5 3 5 2 4 3 5 3 5 3 5 4 5 3
5 4 4 4 5 4 5 5 5 4 5 5 5 5 4 6
5 6 5 6 5 6 5 8 5 7 5 9 4 9 5 11
5 12 5 15 5 20 5 48 4526 2866 101 MP stroke
10 96 10 40 9 29 10 25 10 21 9 19 10 17 10 16
10 14 9 13 10 13 10 12 9 11 10 10 10 10 9 9
10 9 10 8 9 8 10 7 10 7 9 7 10 6 10 7
9 5 10 6 10 5 9 5 10 4 10 5 10 4 9 4
10 3 10 4 9 3 10 3 10 2 9 3 10 2 10 2
9 2 10 2 10 1 9 2 10 1 10 1 9 0 10 1
10 0 9 0 10 0 10 0 10 -1 9 0 10 -1 10 -1
9 -2 10 -1 10 -2 9 -2 10 -2 10 -2 9 -3 10 -2
10 -3 9 -3 10 -4 10 -3 9 -4 10 -4 10 -5 10 -4
9 -5 10 -5 10 -6 9 -5 10 -7 10 -6 9 -7 10 -7
10 -7 9 -8 10 -8 10 -9 9 -9 10 -10 10 -10 9 -11
10 -12 10 -13 9 -13 10 -14 10 -16 10 -17 9 -19 10 -21
10 -25 9 -29 10 -40 10 -96 4284 2866 101 MP stroke
10 -96 10 -40 9 -29 10 -25 10 -21 9 -19 10 -17 10 -16
10 -14 9 -13 10 -13 10 -12 9 -11 10 -10 10 -10 9 -9
10 -9 10 -8 9 -8 10 -7 10 -7 9 -7 10 -6 10 -7
9 -5 10 -6 10 -5 9 -5 10 -4 10 -5 10 -4 9 -4
10 -3 10 -4 9 -3 10 -3 10 -2 9 -3 10 -2 10 -2
9 -2 10 -2 10 -1 9 -2 10 -1 10 -1 9 0 10 -1
10 0 9 0 10 0 10 0 10 1 9 0 10 1 10 1
9 2 10 1 10 2 9 2 10 2 10 2 9 3 10 2
10 3 9 3 10 4 10 3 9 4 10 4 10 5 10 4
9 5 10 5 10 6 9 5 10 7 10 6 9 7 10 7
10 7 9 8 10 8 10 9 9 9 10 10 10 10 9 11
10 12 10 13 9 13 10 14 10 16 10 17 9 19 10 21
10 25 9 29 10 40 10 96 4284 2866 101 MP stroke
15 145 14 58 15 45 14 37 15 32 14 28 15 26 15 23
14 22 15 20 14 18 15 18 14 16 15 16 14 15 15 13
14 14 15 12 14 12 15 11 14 11 15 10 14 9 15 9
14 9 15 8 14 8 15 7 15 7 14 7 15 6 14 5
15 6 14 5 15 5 14 4 15 4 14 4 15 3 14 3
15 3 14 3 15 2 14 2 15 2 14 1 15 1 14 1
15 0 14 0 15 0 15 0 14 -1 15 -1 14 -1 15 -2
14 -2 15 -2 14 -3 15 -3 14 -3 15 -3 14 -4 15 -4
14 -4 15 -5 14 -5 15 -6 14 -5 15 -6 14 -7 15 -7
15 -7 14 -8 15 -8 14 -9 15 -9 14 -9 15 -10 14 -11
15 -11 14 -12 15 -12 14 -14 15 -13 14 -15 15 -16 14 -16
15 -18 14 -18 15 -20 14 -22 15 -23 15 -26 14 -28 15 -32
14 -37 15 -45 14 -58 15 -145 4042 2866 101 MP stroke
15 -145 14 -58 15 -45 14 -37 15 -32 14 -28 15 -26 15 -23
14 -22 15 -20 14 -18 15 -18 14 -16 15 -16 14 -15 15 -13
14 -14 15 -12 14 -12 15 -11 14 -11 15 -10 14 -9 15 -9
14 -9 15 -8 14 -8 15 -7 15 -7 14 -7 15 -6 14 -5
15 -6 14 -5 15 -5 14 -4 15 -4 14 -4 15 -3 14 -3
15 -3 14 -3 15 -2 14 -2 15 -2 14 -1 15 -1 14 -1
15 0 14 0 15 0 15 0 14 1 15 1 14 1 15 2
14 2 15 2 14 3 15 3 14 3 15 3 14 4 15 4
14 4 15 5 14 5 15 6 14 5 15 6 14 7 15 7
15 7 14 8 15 8 14 9 15 9 14 9 15 10 14 11
15 11 14 12 15 12 14 14 15 13 14 15 15 16 14 16
15 18 14 18 15 20 14 22 15 23 15 26 14 28 15 32
14 37 15 45 14 58 15 145 4042 2866 101 MP stroke
20 193 19 78 19 59 20 49 19 43 19 38 20 34 19 31
20 29 19 27 19 25 20 23 19 22 19 21 20 19 19 19
19 17 20 17 19 16 20 15 19 14 19 13 20 13 19 12
19 11 20 11 19 11 19 9 20 10 19 8 20 9 19 7
19 8 20 6 19 7 19 5 20 6 19 5 19 4 20 5
19 3 20 4 19 3 19 2 20 2 19 2 19 1 20 1
19 1 19 0 20 0 19 -1 20 -1 19 -1 19 -2 20 -2
19 -2 19 -3 20 -4 19 -3 20 -5 19 -4 19 -5 20 -6
19 -5 19 -7 20 -6 19 -8 19 -7 20 -9 19 -8 20 -10
19 -9 19 -11 20 -11 19 -11 19 -12 20 -13 19 -13 19 -14
20 -15 19 -16 20 -17 19 -17 19 -19 20 -19 19 -21 19 -22
20 -23 19 -25 19 -27 20 -29 19 -31 20 -34 19 -38 19 -43
20 -49 19 -59 19 -78 20 -193 3800 2866 101 MP stroke
20 -193 19 -78 19 -59 20 -49 19 -43 19 -38 20 -34 19 -31
20 -29 19 -27 19 -25 20 -23 19 -22 19 -21 20 -19 19 -19
19 -17 20 -17 19 -16 20 -15 19 -14 19 -13 20 -13 19 -12
19 -11 20 -11 19 -11 19 -9 20 -10 19 -8 20 -9 19 -7
19 -8 20 -6 19 -7 19 -5 20 -6 19 -5 19 -4 20 -5
19 -3 20 -4 19 -3 19 -2 20 -2 19 -2 19 -1 20 -1
19 -1 19 0 20 0 19 1 20 1 19 1 19 2 20 2
19 2 19 3 20 4 19 3 20 5 19 4 19 5 20 6
19 5 19 7 20 6 19 8 19 7 20 9 19 8 20 10
19 9 19 11 20 11 19 11 19 12 20 13 19 13 19 14
20 15 19 16 20 17 19 17 19 19 20 19 19 21 19 22
20 23 19 25 19 27 20 29 19 31 20 34 19 38 19 43
20 49 19 59 19 78 20 193 3800 2866 101 MP stroke
24 241 25 98 24 74 24 61 24 54 24 47 25 43 24 39
24 36 24 33 25 31 24 30 24 27 24 26 24 24 25 23
24 22 24 21 24 20 24 18 25 18 24 17 24 16 24 15
24 14 25 14 24 13 24 12 24 11 24 11 25 10 24 10
24 9 24 9 24 8 25 7 24 7 24 6 24 6 24 5
25 4 24 5 24 3 24 4 24 2 25 2 24 2 24 1
24 1 24 0 25 0 24 -1 24 -1 24 -2 25 -2 24 -2
24 -4 24 -3 24 -5 25 -4 24 -5 24 -6 24 -6 24 -7
25 -7 24 -8 24 -9 24 -9 24 -10 25 -10 24 -11 24 -11
24 -12 24 -13 25 -14 24 -14 24 -15 24 -16 24 -17 25 -18
24 -18 24 -20 24 -21 24 -22 25 -23 24 -24 24 -26 24 -27
24 -30 25 -31 24 -33 24 -36 24 -39 25 -43 24 -47 24 -54
24 -61 24 -74 25 -98 24 -241 3558 2866 101 MP stroke
24 -241 25 -98 24 -74 24 -61 24 -54 24 -47 25 -43 24 -39
24 -36 24 -33 25 -31 24 -30 24 -27 24 -26 24 -24 25 -23
24 -22 24 -21 24 -20 24 -18 25 -18 24 -17 24 -16 24 -15
24 -14 25 -14 24 -13 24 -12 24 -11 24 -11 25 -10 24 -10
24 -9 24 -9 24 -8 25 -7 24 -7 24 -6 24 -6 24 -5
25 -4 24 -5 24 -3 24 -4 24 -2 25 -2 24 -2 24 -1
24 -1 24 0 25 0 24 1 24 1 24 2 25 2 24 2
24 4 24 3 24 5 25 4 24 5 24 6 24 6 24 7
25 7 24 8 24 9 24 9 24 10 25 10 24 11 24 11
24 12 24 13 25 14 24 14 24 15 24 16 24 17 25 18
24 18 24 20 24 21 24 22 25 23 24 24 24 26 24 27
24 30 25 31 24 33 24 36 24 39 25 43 24 47 24 54
24 61 24 74 25 98 24 241 3558 2866 101 MP stroke
29 289 29 118 29 88 29 74 29 64 29 57 30 51 29 47
29 43 29 40 29 38 29 35 29 33 29 31 29 29 29 28
29 26 29 25 29 23 29 23 29 21 29 20 29 19 29 19
29 17 29 16 29 16 29 14 30 14 29 13 29 12 29 12
29 11 29 10 29 9 29 9 29 8 29 8 29 7 29 6
29 6 29 5 29 4 29 4 29 3 29 3 29 2 29 1
29 1 29 0 30 0 29 -1 29 -1 29 -2 29 -3 29 -3
29 -4 29 -4 29 -5 29 -6 29 -6 29 -7 29 -8 29 -8
29 -9 29 -9 29 -10 29 -11 29 -12 29 -12 29 -13 30 -14
29 -14 29 -16 29 -16 29 -17 29 -19 29 -19 29 -20 29 -21
29 -23 29 -23 29 -25 29 -26 29 -28 29 -29 29 -31 29 -33
29 -35 29 -38 29 -40 29 -43 29 -47 30 -51 29 -57 29 -64
29 -74 29 -88 29 -118 29 -289 3316 2866 101 MP stroke
29 -289 29 -118 29 -88 29 -74 29 -64 29 -57 30 -51 29 -47
29 -43 29 -40 29 -38 29 -35 29 -33 29 -31 29 -29 29 -28
29 -26 29 -25 29 -23 29 -23 29 -21 29 -20 29 -19 29 -19
29 -17 29 -16 29 -16 29 -14 30 -14 29 -13 29 -12 29 -12
29 -11 29 -10 29 -9 29 -9 29 -8 29 -8 29 -7 29 -6
29 -6 29 -5 29 -4 29 -4 29 -3 29 -3 29 -2 29 -1
29 -1 29 0 30 0 29 1 29 1 29 2 29 3 29 3
29 4 29 4 29 5 29 6 29 6 29 7 29 8 29 8
29 9 29 9 29 10 29 11 29 12 29 12 29 13 30 14
29 14 29 16 29 16 29 17 29 19 29 19 29 20 29 21
29 23 29 23 29 25 29 26 29 28 29 29 29 31 29 33
29 35 29 38 29 40 29 43 29 47 30 51 29 57 29 64
29 74 29 88 29 118 29 289 3316 2866 101 MP stroke
34 337 34 137 34 104 34 86 34 75 33 66 34 60 34 54
34 51 34 47 34 43 34 41 34 39 34 36 33 34 34 32
34 31 34 29 34 27 34 26 34 25 34 24 34 22 33 21
34 20 34 19 34 18 34 18 34 16 34 15 34 14 34 14
33 12 34 12 34 11 34 11 34 9 34 9 34 8 34 7
34 7 33 6 34 5 34 4 34 4 34 3 34 2 34 2
34 1 33 0 34 0 34 -1 34 -2 34 -2 34 -3 34 -4
34 -4 34 -5 33 -6 34 -7 34 -7 34 -8 34 -9 34 -9
34 -11 34 -11 34 -12 33 -12 34 -14 34 -14 34 -15 34 -16
34 -18 34 -18 34 -19 34 -20 33 -21 34 -22 34 -24 34 -25
34 -26 34 -27 34 -29 34 -31 34 -32 33 -34 34 -36 34 -39
34 -41 34 -43 34 -47 34 -51 34 -54 34 -60 33 -66 34 -75
34 -86 34 -104 34 -137 34 -337 3074 2866 101 MP stroke
34 -337 34 -137 34 -104 34 -86 34 -75 33 -66 34 -60 34 -54
34 -51 34 -47 34 -43 34 -41 34 -39 34 -36 33 -34 34 -32
34 -31 34 -29 34 -27 34 -26 34 -25 34 -24 34 -22 33 -21
34 -20 34 -19 34 -18 34 -18 34 -16 34 -15 34 -14 34 -14
33 -12 34 -12 34 -11 34 -11 34 -9 34 -9 34 -8 34 -7
34 -7 33 -6 34 -5 34 -4 34 -4 34 -3 34 -2 34 -2
34 -1 33 0 34 0 34 1 34 2 34 2 34 3 34 4
34 4 34 5 33 6 34 7 34 7 34 8 34 9 34 9
34 11 34 11 34 12 33 12 34 14 34 14 34 15 34 16
34 18 34 18 34 19 34 20 33 21 34 22 34 24 34 25
34 26 34 27 34 29 34 31 34 32 33 34 34 36 34 39
34 41 34 43 34 47 34 51 34 54 34 60 33 66 34 75
34 86 34 104 34 137 34 337 3074 2866 101 MP stroke
39 385 39 157 38 119 39 98 39 85 38 76 39 68 39 63
39 57 38 54 39 50 39 47 39 43 38 42 39 39 39 37
38 35 39 33 39 31 39 30 38 28 39 27 39 26 39 24
38 23 39 22 39 20 38 20 39 18 39 18 39 16 38 16
39 14 39 14 39 12 38 12 39 11 39 10 38 9 39 8
39 8 39 6 38 6 39 5 39 5 39 3 38 3 39 2
39 1 38 0 39 0 39 -1 39 -2 38 -3 39 -3 39 -5
39 -5 38 -6 39 -6 39 -8 39 -8 38 -9 39 -10 39 -11
38 -12 39 -12 39 -14 39 -14 38 -16 39 -16 39 -18 39 -18
38 -20 39 -20 39 -22 38 -23 39 -24 39 -26 39 -27 38 -28
39 -30 39 -31 39 -33 38 -35 39 -37 39 -39 38 -42 39 -43
39 -47 39 -50 38 -54 39 -57 39 -63 39 -68 38 -76 39 -85
39 -98 38 -119 39 -157 39 -385 2832 2866 101 MP stroke
39 -385 39 -157 38 -119 39 -98 39 -85 38 -76 39 -68 39 -63
39 -57 38 -54 39 -50 39 -47 39 -43 38 -42 39 -39 39 -37
38 -35 39 -33 39 -31 39 -30 38 -28 39 -27 39 -26 39 -24
38 -23 39 -22 39 -20 38 -20 39 -18 39 -18 39 -16 38 -16
39 -14 39 -14 39 -12 38 -12 39 -11 39 -10 38 -9 39 -8
39 -8 39 -6 38 -6 39 -5 39 -5 39 -3 38 -3 39 -2
39 -1 38 0 39 0 39 1 39 2 38 3 39 3 39 5
39 5 38 6 39 6 39 8 39 8 38 9 39 10 39 11
38 12 39 12 39 14 39 14 38 16 39 16 39 18 39 18
38 20 39 20 39 22 38 23 39 24 39 26 39 27 38 28
39 30 39 31 39 33 38 35 39 37 39 39 38 42 39 43
39 47 39 50 38 54 39 57 39 63 39 68 38 76 39 85
39 98 38 119 39 157 39 385 2832 2866 101 MP stroke
44 434 43 176 44 133 43 111 44 96 43 85 44 77 44 70
43 65 44 60 43 56 44 53 43 49 44 47 44 44 43 41
44 40 43 37 44 35 43 34 44 32 44 30 43 29 44 27
43 26 44 24 43 23 44 22 44 21 43 20 44 18 43 17
44 17 43 15 44 14 44 13 43 13 44 11 43 10 44 9
43 9 44 7 44 7 43 6 44 5 43 3 44 4 43 2
44 1 43 0 44 0 44 -1 43 -2 44 -4 43 -3 44 -5
43 -6 44 -7 44 -7 43 -9 44 -9 43 -10 44 -11 43 -13
44 -13 44 -14 43 -15 44 -17 43 -17 44 -18 43 -20 44 -21
44 -22 43 -23 44 -24 43 -26 44 -27 43 -29 44 -30 44 -32
43 -34 44 -35 43 -37 44 -40 43 -41 44 -44 44 -47 43 -49
44 -53 43 -56 44 -60 43 -65 44 -70 44 -77 43 -85 44 -96
43 -111 44 -133 43 -176 44 -434 2590 2866 101 MP stroke
44 -434 43 -176 44 -133 43 -111 44 -96 43 -85 44 -77 44 -70
43 -65 44 -60 43 -56 44 -53 43 -49 44 -47 44 -44 43 -41
44 -40 43 -37 44 -35 43 -34 44 -32 44 -30 43 -29 44 -27
43 -26 44 -24 43 -23 44 -22 44 -21 43 -20 44 -18 43 -17
44 -17 43 -15 44 -14 44 -13 43 -13 44 -11 43 -10 44 -9
43 -9 44 -7 44 -7 43 -6 44 -5 43 -3 44 -4 43 -2
44 -1 43 0 44 0 44 1 43 2 44 4 43 3 44 5
43 6 44 7 44 7 43 9 44 9 43 10 44 11 43 13
44 13 44 14 43 15 44 17 43 17 44 18 43 20 44 21
44 22 43 23 44 24 43 26 44 27 43 29 44 30 44 32
43 34 44 35 43 37 44 40 43 41 44 44 44 47 43 49
44 53 43 56 44 60 43 65 44 70 44 77 43 85 44 96
43 111 44 133 43 176 44 434 2590 2866 101 MP stroke
0 sg
-138 -45 138 -45 7051 2911 3 MP
PP
6 w
0 90 -138 -45 138 -45 7051 2911 4 MP stroke
gr
0 sg
%%IncludeResource: font Helvetica-Oblique
/Helvetica-Oblique /WindowsLatin1Encoding 192 FMSR
7262 2934 mt
( x) s
gs 2348 445 4842 4843 rc
40 140 41 -140 4728 585 3 MP
PP
-81 0 40 140 41 -140 4728 585 4 MP stroke
gr
4696 296 mt
( y) s
end %%Color Dict
eplot
%%EndObject
epage
end
showpage
%%Trailer
%%EOF