-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFoolchebintcolor.eps
441 lines (425 loc) · 13.7 KB
/
Foolchebintcolor.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
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The MathWorks, Inc. Version 8.0.0.745 (R2012b). Operating System: Darwin 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64.
%%Title: ./Foolchebintcolor.eps
%%CreationDate: 06/25/2012 07:45:56
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Extensions: CMYK
%%Pages: 1
%%BoundingBox: 56 193 565 597
%%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
/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 exch readhexstring 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: 56 193 565 597
MathWorks begin
bpage
%%EndPageSetup
%%BeginObject: obj1
bplot
/dpi2point 12 def
portraitMode 0216 7344 csm
465 180 6107 4838 MR c np
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 6921 5191 PR
6 w
0 4230 5363 0 0 -4230 900 4619 4 MP
PP
-5363 0 0 4230 5363 0 0 -4230 900 4619 5 MP stroke
4 w
DO
SO
6 w
0 sg
900 4619 mt 6263 4619 L
900 389 mt 6263 389 L
900 4619 mt 900 389 L
6263 4619 mt 6263 389 L
900 4619 mt 6263 4619 L
900 4619 mt 900 389 L
900 4619 mt 900 4565 L
900 389 mt 900 442 L
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 288 FMSR
820 4921 mt
(0) s
1972 4619 mt 1972 4565 L
1972 389 mt 1972 442 L
1772 4921 mt
(0.2) s
3045 4619 mt 3045 4565 L
3045 389 mt 3045 442 L
2845 4921 mt
(0.4) s
4117 4619 mt 4117 4565 L
4117 389 mt 4117 442 L
3917 4921 mt
(0.6) s
5190 4619 mt 5190 4565 L
5190 389 mt 5190 442 L
4990 4921 mt
(0.8) s
6263 4619 mt 6263 4565 L
6263 389 mt 6263 442 L
6183 4921 mt
(1) s
900 4619 mt 953 4619 L
6263 4619 mt 6209 4619 L
705 4726 mt
(0) s
900 3914 mt 953 3914 L
6263 3914 mt 6209 3914 L
465 4021 mt
(0.5) s
900 3209 mt 953 3209 L
6263 3209 mt 6209 3209 L
705 3316 mt
(1) s
900 2504 mt 953 2504 L
6263 2504 mt 6209 2504 L
465 2611 mt
(1.5) s
900 1799 mt 953 1799 L
6263 1799 mt 6209 1799 L
705 1906 mt
(2) s
900 1094 mt 953 1094 L
6263 1094 mt 6209 1094 L
465 1201 mt
(2.5) s
900 389 mt 953 389 L
6263 389 mt 6209 389 L
705 496 mt
(3) s
900 4619 mt 6263 4619 L
900 389 mt 6263 389 L
900 4619 mt 900 389 L
6263 4619 mt 6263 389 L
gs 900 389 5364 4231 MR c np
36 w
/c8 { 0.000000 0.000000 1.000000 sr} bdef
c8
6 24 5 386 6 1187 5 1516 5 704 6 -704 5 -1516 5 -1187
6 -386 5 -24 5 1 6 4 5 27 6 75 5 157 5 261
6 375 5 475 5 544 6 563 5 524 5 428 6 282 5 101
6 -90 5 -271 5 -420 6 -521 5 -562 5 -546 6 -481 5 -381
5 -269 6 -162 5 -80 6 -28 5 -5 5 0 6 0 5 0
5 0 6 0 5 0 5 1 6 2 5 2 6 4 5 6
5 9 6 11 5 15 5 19 6 23 5 29 5 34 6 41
5 47 6 55 5 61 5 69 6 77 5 84 5 92 6 100
5 107 5 114 6 120 5 126 6 131 5 137 5 140 6 143
5 145 5 146 6 146 5 146 5 144 6 141 5 137 6 132
5 125 5 119 6 112 5 102 5 93 6 82 5 71 5 60
6 48 5 36 6 22 5 10 5 -3 6 -16 5 -29 5 -42
6 -54 5 -65 5 -77 5732 1088 100 MP stroke
6 -88 5 -97 6 -107 5 -115 5 -123 6 -129 5 -134 5 -139
6 -143 5 -145 5 -146 6 -146 5 -146 6 -144 5 -142 5 -138
6 -134 5 -129 5 -123 6 -117 5 -111 5 -103 6 -96 5 -88
6 -81 5 -73 5 -65 6 -58 5 -51 5 -44 6 -37 5 -32
5 -26 6 -21 5 -17 6 -13 5 -10 5 -7 6 -5 5 -3
5 -2 6 -2 5 0 5 0 6 0 5 0 5 0 6 0
5 0 6 1 5 4 5 12 6 24 5 43 5 68 6 99
5 134 5 171 6 210 5 245 6 278 5 303 5 320 6 326
5 323 5 306 6 280 5 241 5 194 6 139 5 79 6 14
5 -50 5 -113 6 -170 5 -221 5 -264 6 -296 5 -317 5 -326
6 -324 5 -311 6 -290 5 -261 5 -226 6 -188 5 -151 5 -114
6 -81 5 -53 5 -32 6 -17 5 -7 6 -2 5 0 5 -1
6 1 5 0 5 0 5201 4618 100 MP stroke
6 0 5 0 5 1 6 1 5 2 6 4 5 5 5 6
6 10 5 12 5 16 6 20 5 24 5 29 6 34 5 40
6 46 5 53 5 59 6 66 5 73 5 80 6 87 5 93
5 101 6 107 5 112 6 119 5 123 5 128 6 132 5 135
5 137 6 139 5 140 5 139 6 139 5 136 6 134 5 130
5 126 6 120 5 114 5 107 6 98 5 91 5 81 6 71
5 61 6 50 5 38 5 28 6 15 5 4 5 -8 6 -19
5 -32 5 -42 6 -54 5 -64 6 -75 5 -84 5 -93 6 -102
5 -109 5 -116 6 -122 5 -128 5 -131 6 -135 5 -138 6 -139
5 -139 5 -140 6 -138 5 -137 5 -134 6 -130 5 -127 5 -121
6 -117 5 -111 6 -104 5 -98 5 -92 6 -84 5 -78 5 -71
6 -63 5 -57 5 -50 6 -44 5 -38 5 -33 6 -27 5 -23
6 -18 5 -14 5 -12 4670 4593 100 MP stroke
6 -8 5 -6 5 -5 6 -3 5 -2 5 -1 6 0 5 0
6 0 5 0 5 0 6 0 5 0 5 0 6 0 5 0
5 0 6 0 5 0 6 0 5 0 5 1 6 1 5 1
5 1 6 2 5 2 5 3 6 3 5 5 6 5 5 6
5 7 6 8 5 10 5 10 6 13 5 14 5 15 6 18
5 19 6 21 5 23 5 25 6 28 5 29 5 32 6 34
5 37 5 39 6 42 5 44 6 46 5 49 5 52 6 54
5 56 5 58 6 61 5 64 5 65 6 67 5 70 6 71
5 73 5 74 6 77 5 77 5 79 6 80 5 81 5 81
6 83 5 82 6 83 5 83 5 83 6 83 5 82 5 81
6 81 5 80 5 78 6 77 5 75 6 74 5 71 5 69
6 67 5 65 5 62 6 59 5 56 5 53 6 50 5 46
6 43 5 39 5 36 4139 944 100 MP stroke
6 32 5 28 5 24 6 19 5 16 5 12 6 8 5 3
6 -1 5 -4 5 -9 6 -14 5 -17 5 -21 6 -25 5 -30
5 -33 6 -37 5 -40 6 -44 5 -48 5 -51 6 -54 5 -57
5 -60 6 -63 5 -65 5 -68 6 -70 5 -72 6 -74 5 -76
5 -78 6 -79 5 -79 5 -81 6 -82 5 -82 5 -83 6 -83
5 -83 5 -83 6 -83 5 -82 6 -81 5 -81 5 -79 6 -79
5 -77 5 -75 6 -74 5 -73 5 -70 6 -69 5 -67 6 -64
5 -63 5 -60 6 -58 5 -55 5 -53 6 -51 5 -48 5 -45
6 -44 5 -40 6 -39 5 -36 5 -33 6 -31 5 -29 5 -27
6 -24 5 -23 5 -20 6 -19 5 -16 6 -15 5 -14 5 -11
6 -11 5 -9 5 -8 6 -6 5 -6 5 -5 6 -4 5 -3
6 -3 5 -2 5 -2 6 -1 5 -1 5 0 6 -1 5 0
5 0 6 0 5 0 3608 4618 100 MP stroke
6 0 5 0 5 0 6 0 5 -1 5 1 6 0 5 0
5 0 6 0 5 0 6 0 5 0 5 0 6 1 5 0
5 1 6 1 5 2 5 2 6 3 5 3 6 4 5 5
5 6 6 6 5 8 5 9 6 11 5 11 5 14 6 15
5 16 6 19 5 20 5 23 6 24 5 27 5 29 6 31
5 33 5 36 6 39 5 40 6 44 5 45 5 48 6 51
5 53 5 55 6 58 5 60 5 63 6 64 5 67 6 69
5 70 5 73 6 74 5 75 5 77 6 79 5 79 5 81
6 81 5 82 6 83 5 83 5 83 6 83 5 83 5 82
6 82 5 81 5 79 6 79 5 78 5 76 6 74 5 72
6 70 5 68 5 65 6 63 5 60 5 57 6 54 5 51
5 48 6 44 5 40 6 37 5 33 5 30 6 25 5 21
5 17 6 14 5 9 3077 807 100 MP stroke
5 4 6 1 5 -3 6 -8 5 -12 5 -16 6 -19 5 -24
5 -28 6 -32 5 -36 5 -39 6 -43 5 -46 6 -50 5 -53
5 -56 6 -59 5 -62 5 -65 6 -67 5 -69 5 -71 6 -74
5 -75 6 -77 5 -78 5 -80 6 -81 5 -81 5 -82 6 -83
5 -83 5 -83 6 -83 5 -82 6 -83 5 -81 5 -81 6 -80
5 -79 5 -77 6 -77 5 -74 5 -73 6 -71 5 -70 6 -67
5 -65 5 -64 6 -61 5 -58 5 -56 6 -54 5 -52 5 -49
6 -46 5 -44 6 -42 5 -39 5 -37 6 -34 5 -32 5 -29
6 -28 5 -25 5 -23 6 -21 5 -19 6 -18 5 -15 5 -14
6 -13 5 -10 5 -10 6 -8 5 -7 5 -6 6 -5 5 -5
6 -3 5 -3 5 -2 6 -2 5 -1 5 -1 6 -1 5 -1
5 0 6 0 5 0 6 0 5 0 5 0 6 0 5 0
5 0 6 0 5 0 2546 4618 100 MP stroke
5 0 6 0 5 0 6 0 5 0 5 0 6 1 5 1
5 1 6 2 5 2 5 3 6 4 5 5 6 6 5 8
5 9 6 11 5 13 5 15 6 16 5 20 5 22 6 24
5 27 5 31 6 33 5 36 6 40 5 43 5 47 6 49
5 54 5 56 6 61 5 63 5 67 6 70 5 73 6 76
5 80 5 82 6 84 5 87 5 89 6 91 5 93 5 95
6 95 5 97 6 97 5 98 5 98 6 98 5 97 5 97
6 95 5 94 5 92 6 90 5 88 6 85 5 83 5 79
6 75 5 72 5 68 6 63 5 59 5 54 6 50 5 44
6 39 5 34 5 28 6 23 5 17 5 11 6 6 5 0
5 -7 6 -11 5 -18 6 -23 5 -29 5 -35 6 -39 5 -45
5 -50 6 -55 5 -59 5 -64 6 -69 5 -72 6 -76 5 -79
5 -83 6 -85 5 -88 2015 1789 100 MP stroke
5 -90 6 -93 5 -94 5 -95 6 -97 5 -97 6 -98 5 -98
5 -98 6 -97 5 -97 5 -95 6 -95 5 -92 5 -91 6 -89
5 -87 6 -84 5 -82 5 -79 6 -76 5 -73 5 -69 6 -67
5 -63 5 -60 6 -56 5 -53 6 -49 5 -46 5 -43 6 -39
5 -37 5 -33 6 -30 5 -27 5 -24 6 -21 5 -19 6 -17
5 -15 5 -12 6 -11 5 -9 5 -7 6 -6 5 -5 5 -4
6 -3 5 -3 6 -1 5 -1 5 -1 6 -1 5 0 5 0
6 0 5 0 5 0 6 0 5 0 6 0 5 0 5 0
6 0 5 0 5 0 6 2 5 2 5 3 6 5 5 7
5 10 6 13 5 17 6 21 5 26 5 32 6 37 5 44
5 51 6 58 5 65 5 73 6 81 5 88 6 96 5 103
5 111 6 117 5 123 5 129 6 134 5 138 5 142 6 144
5 146 6 146 5 146 1484 2308 100 MP stroke
5 145 6 143 5 139 5 134 6 129 5 123 5 115 6 107
5 97 6 88 5 77 5 65 6 54 5 42 5 29 6 16
5 3 5 -10 6 -22 5 -36 6 -48 5 -60 5 -71 6 -82
5 -93 5 -102 6 -112 5 -119 5 -125 6 -132 5 -137 6 -141
5 -144 5 -146 6 -146 5 -146 5 -145 6 -143 5 -140 5 -137
6 -131 5 -126 6 -120 5 -114 5 -107 6 -100 5 -92 5 -84
6 -77 5 -69 5 -61 6 -55 5 -47 6 -41 5 -34 5 -29
6 -23 5 -19 5 -15 6 -11 5 -9 5 -6 6 -4 5 -2
6 -2 5 -1 5 0 6 0 5 0 5 0 6 0 5 0
5 1 6 7 5 22 6 49 5 89 5 139 6 199 5 261
5 319 6 369 5 402 5 416 6 408 5 374 6 319 5 242
5 151 6 49 5 -55 5 -157 6 -248 5 -322 5 -377 6 -409
5 -416 6 -401 5 -366 953 3553 100 MP stroke
5 -316 6 -257 5 -195 5 -136 6 -86 5 -47 5 -21 6 -6
5 -1 5 -1 900 4619 11 MP stroke
gr
36 w
c8
120 W
/c9 { 1.000000 0.000000 0.000000 sr} bdef
c9
900 4619 PD
120 W
1104 4619 PD
120 W
1685 4619 PD
120 W
2555 4619 PD
120 W
3581 4619 PD
120 W
4607 4619 PD
120 W
5217 4619 PD
120 W
5477 4619 PD
120 W
6058 4619 PD
120 W
6209 4619 PD
120 W
6263 4619 PD
gs 900 389 5364 4231 MR c np
6 w
gr
6 w
end %%Color Dict
eplot
%%EndObject
epage
end
showpage
%%Trailer
%%EOF