1 %!PS-Adobe-3.0 EPSF-3.0
\r
2 %%Creator: MATLAB, The Mathworks, Inc.
\r
3 %%Title: D:\Histogram_lena_crypt.eps
\r
4 %%CreationDate: 03/25/2009 10:48:19
\r
5 %%DocumentNeededFonts: Helvetica
\r
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
\r
9 %%BoundingBox: 87 262 507 578
\r
13 % MathWorks dictionary
\r
14 /MathWorks 160 dict begin
\r
15 % definition operators
\r
16 /bdef {bind def} bind def
\r
17 /ldef {load def} bind def
\r
18 /xdef {exch def} bdef
\r
19 /xstore {exch store} bdef
\r
20 % operator abbreviations
\r
28 /cm /currentmatrix ldef
\r
32 /s {show newpath} bdef
\r
33 /sc {setcmykcolor} bdef
\r
34 /sr /setrgbcolor ldef
\r
36 /w /setlinewidth ldef
\r
37 /j /setlinejoin ldef
\r
38 /cap /setlinecap ldef
\r
41 % page state control
\r
43 /bpage {/pgsv save def} bdef
\r
44 /epage {pgsv restore} bdef
\r
46 /eplot {stroke grestore} bdef
\r
47 % orientation switch
\r
48 /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
\r
49 % coordinate system mappings
\r
53 /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
\r
54 makefont setfont} bdef
\r
55 /ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef
\r
56 ISOLatin1Encoding WindowsLatin1Encoding copy pop
\r
57 /.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger
\r
58 /daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef
\r
59 /.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet
\r
60 /endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef
\r
61 /Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop}
\r
62 {/WindowsLatin1Encoding StandardEncoding bdef} ifelse
\r
63 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
\r
64 exch dup 3 1 roll findfont dup length dict begin
\r
65 { 1 index /FID ne {def}{pop pop} ifelse } forall
\r
66 /Encoding exch def currentdict end definefont pop} bdef
\r
67 /isroman {findfont /CharStrings get /Agrave known} bdef
\r
68 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
\r
70 /csm {1 dpi2point div -1 dpi2point div scale neg translate
\r
71 dup landscapeMode eq {pop -90 rotate}
\r
72 {rotateMode eq {90 rotate} if} ifelse} bdef
\r
73 % line types: solid, dotted, dashed, dotdash
\r
74 /SO { [] 0 setdash } bdef
\r
75 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
\r
76 /DA { [6 dpi2point mul] 0 setdash } bdef
\r
77 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
\r
78 dpi2point mul] 0 setdash } bdef
\r
79 % macros for lines and objects
\r
80 /L {lineto stroke} bdef
\r
81 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
\r
82 /AP {{rlineto} repeat} bdef
\r
84 /W {/PDlw currentlinewidth def setlinewidth} def
\r
85 /PP {closepath eofill} bdef
\r
86 /DP {closepath stroke} bdef
\r
87 /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
\r
88 neg 0 exch rlineto closepath} bdef
\r
89 /FR {MR stroke} bdef
\r
91 /L1i {{currentfile picstr readhexstring pop} image} bdef
\r
93 /MakeOval {newpath tMatrix currentmatrix pop translate scale
\r
94 0 0 1 0 360 arc tMatrix setmatrix} bdef
\r
95 /FO {MakeOval stroke} bdef
\r
96 /PO {MakeOval fill} bdef
\r
97 /PD {currentlinewidth 2 div 0 360 arc fill
\r
98 PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
\r
99 /FA {newpath tMatrix currentmatrix pop translate scale
\r
100 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
\r
101 /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
\r
102 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
\r
103 /FAn {newpath tMatrix currentmatrix pop translate scale
\r
104 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
\r
105 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
\r
106 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
\r
107 /vradius 0 def /hradius 0 def /lry 0 def
\r
108 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
\r
109 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
\r
110 /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
\r
111 vradius add translate hradius vradius scale 0 0 1 180 270 arc
\r
112 tMatrix setmatrix lrx hradius sub uly vradius add translate
\r
113 hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
\r
114 lrx hradius sub lry vradius sub translate hradius vradius scale
\r
115 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
\r
116 translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
\r
118 /FRR {MRR stroke } bdef
\r
119 /PRR {MRR fill } bdef
\r
120 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
\r
121 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
\r
122 rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
\r
123 sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
\r
125 /FlrRR {MlrRR stroke } bdef
\r
126 /PlrRR {MlrRR fill } bdef
\r
127 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
\r
128 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
\r
129 rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
\r
130 sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
\r
132 /FtbRR {MtbRR stroke } bdef
\r
133 /PtbRR {MtbRR fill } bdef
\r
134 /stri 6 array def /dtri 6 array def
\r
135 /smat 6 array def /dmat 6 array def
\r
136 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
\r
137 /asub {/ind2 exch def /ind1 exch def dup dup
\r
138 ind1 get exch ind2 get sub exch } bdef
\r
140 2 0 asub 3 1 asub 4 0 asub 5 1 asub
\r
141 dup 0 get exch 1 get 7 -1 roll astore } bdef
\r
142 /compute_transform {
\r
143 dmat dtri tri_to_matrix tmat1 invertmatrix
\r
144 smat stri tri_to_matrix tmat2 concatmatrix } bdef
\r
145 /ds {stri astore pop} bdef
\r
146 /dt {dtri astore pop} bdef
\r
147 /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
\r
149 3 index 0 eq {/ASCIIHexDecode filter}
\r
150 {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
\r
151 ifelse exch readstring pop
\r
152 dup 0 3 index getinterval /rbmap xdef
\r
153 dup 2 index dup getinterval /gbmap xdef
\r
154 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
\r
155 /it {gs np dtri aload pop moveto lineto lineto cp c
\r
156 cols rows 8 compute_transform
\r
157 rbmap gbmap bbmap true 3 colorimage gr}bdef
\r
158 /il {newpath moveto lineto stroke}bdef
\r
159 currentdict end def
\r
172 %%PageBoundingBox: 87 262 507 578
\r
177 %%BeginObject: obj1
\r
181 portraitMode 1044 6936 csm
\r
184 85 dict begin %Colortable dictionary
\r
185 /c0 { 0.000000 0.000000 0.000000 sr} bdef
\r
186 /c1 { 1.000000 1.000000 1.000000 sr} bdef
\r
187 /c2 { 0.900000 0.000000 0.000000 sr} bdef
\r
188 /c3 { 0.000000 0.820000 0.000000 sr} bdef
\r
189 /c4 { 0.000000 0.000000 0.800000 sr} bdef
\r
190 /c5 { 0.910000 0.820000 0.320000 sr} bdef
\r
191 /c6 { 1.000000 0.260000 0.820000 sr} bdef
\r
192 /c7 { 0.000000 0.820000 0.820000 sr} bdef
\r
198 0 -231 3910 0 0 231 656 3135 4 MP
\r
200 -3910 0 0 -231 3910 0 0 231 656 3135 5 MP stroke
\r
201 gs 656 3135 3911 232 rc
\r
202 gs np 656 3135 mt 0 232 rl 3910 0 rl 0 -232 rl cp c np
\r
203 [3910 0 0 692 656 2905] cc
\r
204 /picstr 768 string def
\r
206 [256 0 0 1 0 0] {currentfile picstr readhexstring pop} false 3 colorimage
\r
207 0000000101010202020303030404040505050606060707070808080909090A0A0A0B0B0B0C0C0C0D0D0D0E0E0E0F0F0F1010101111111212121313131414141515151616161717171818181919191A1A1A1B1B1B1C1C1C1D1D1D1E1E1E1F1F1F202020212121222222232323242424252525262626272727
\r
208 2828282929292A2A2A2B2B2B2C2C2C2D2D2D2E2E2E2F2F2F3030303131313232323333333434343535353636363737373838383939393A3A3A3B3B3B3C3C3C3D3D3D3E3E3E3F3F3F4040404141414242424343434444444545454646464747474848484949494A4A4A4B4B4B4C4C4C4D4D4D4E4E4E4F4F4F
\r
209 5050505151515252525353535454545555555656565757575858585959595A5A5A5B5B5B5C5C5C5D5D5D5E5E5E5F5F5F6060606161616262626363636464646565656666666767676868686969696A6A6A6B6B6B6C6C6C6D6D6D6E6E6E6F6F6F707070717171727272737373747474757575767676777777
\r
210 7878787979797A7A7A7B7B7B7C7C7C7D7D7D7E7E7E7F7F7F8080808181818282828383838484848585858686868787878888888989898A8A8A8B8B8B8C8C8C8D8D8D8E8E8E8F8F8F9090909191919292929393939494949595959696969797979898989999999A9A9A9B9B9B9C9C9C9D9D9D9E9E9E9F9F9F
\r
211 A0A0A0A1A1A1A2A2A2A3A3A3A4A4A4A5A5A5A6A6A6A7A7A7A8A8A8A9A9A9AAAAAAABABABACACACADADADAEAEAEAFAFAFB0B0B0B1B1B1B2B2B2B3B3B3B4B4B4B5B5B5B6B6B6B7B7B7B8B8B8B9B9B9BABABABBBBBBBCBCBCBDBDBDBEBEBEBFBFBFC0C0C0C1C1C1C2C2C2C3C3C3C4C4C4C5C5C5C6C6C6C7C7C7
\r
212 C8C8C8C9C9C9CACACACBCBCBCCCCCCCDCDCDCECECECFCFCFD0D0D0D1D1D1D2D2D2D3D3D3D4D4D4D5D5D5D6D6D6D7D7D7D8D8D8D9D9D9DADADADBDBDBDCDCDCDDDDDDDEDEDEDFDFDFE0E0E0E1E1E1E2E2E2E3E3E3E4E4E4E5E5E5E6E6E6E7E7E7E8E8E8E9E9E9EAEAEAEBEBEBECECECEDEDEDEEEEEEEFEFEF
\r
213 F0F0F0F1F1F1F2F2F2F3F3F3F4F4F4F5F5F5F6F6F6F7F7F7F8F8F8F9F9F9FAFAFAFBFBFBFCFCFCFDFDFDFEFEFEFFFFFF
\r
216 0 -231 -3910 0 0 231 3910 0 656 3135 5 MP stroke
\r
217 0 -231 -3910 0 0 231 3910 0 656 3135 5 MP stroke
\r
225 656 3366 mt 4566 3366 L
\r
226 656 3135 mt 4566 3135 L
\r
227 4566 3135 mt 4566 3366 L
\r
228 656 3135 mt 656 3366 L
\r
229 656 3366 mt 4566 3366 L
\r
230 656 3135 mt 656 3366 L
\r
231 656 3366 mt 656 3326 L
\r
232 656 3135 mt 656 3174 L
\r
233 %%IncludeResource: font Helvetica
\r
234 /Helvetica /WindowsLatin1Encoding 120 FMSR
\r
238 1422 3366 mt 1422 3326 L
\r
239 1422 3135 mt 1422 3174 L
\r
242 2189 3366 mt 2189 3326 L
\r
243 2189 3135 mt 2189 3174 L
\r
246 2956 3366 mt 2956 3326 L
\r
247 2956 3135 mt 2956 3174 L
\r
250 3722 3366 mt 3722 3326 L
\r
251 3722 3135 mt 3722 3174 L
\r
254 4489 3366 mt 4489 3326 L
\r
255 4489 3135 mt 4489 3174 L
\r
258 656 3135 mt 695 3135 L
\r
259 4566 3135 mt 4526 3135 L
\r
260 656 3250 mt 695 3250 L
\r
261 4566 3250 mt 4526 3250 L
\r
262 656 3366 mt 695 3366 L
\r
263 4566 3366 mt 4526 3366 L
\r
264 656 3366 mt 4566 3366 L
\r
265 656 3135 mt 4566 3135 L
\r
266 4566 3135 mt 4566 3366 L
\r
267 656 3135 mt 656 3366 L
\r
269 0 2851 3910 0 0 -2851 656 3135 4 MP
\r
271 -3910 0 0 2851 3910 0 0 -2851 656 3135 5 MP stroke
\r
277 656 3135 mt 4566 3135 L
\r
278 656 3135 mt 656 284 L
\r
279 656 3135 mt 656 3095 L
\r
280 1422 3135 mt 1422 3095 L
\r
281 2189 3135 mt 2189 3095 L
\r
282 2956 3135 mt 2956 3095 L
\r
283 3722 3135 mt 3722 3095 L
\r
284 4489 3135 mt 4489 3095 L
\r
285 656 3135 mt 695 3135 L
\r
288 656 2760 mt 695 2760 L
\r
291 656 2385 mt 695 2385 L
\r
294 656 2010 mt 695 2010 L
\r
297 656 1635 mt 695 1635 L
\r
300 656 1260 mt 695 1260 L
\r
303 656 885 mt 695 885 L
\r
306 656 510 mt 695 510 L
\r
309 gs 656 284 3911 2852 rc
\r
310 /c8 { 0.000000 0.000000 1.000000 sr} bdef
\r
312 0 -1073 656 3135 2 MP stroke
\r
313 0 -1260 671 3135 2 MP stroke
\r
314 0 -1103 686 3135 2 MP stroke
\r
315 0 -1260 702 3135 2 MP stroke
\r
316 0 -1088 717 3135 2 MP stroke
\r
317 0 -1095 732 3135 2 MP stroke
\r
318 0 -1170 748 3135 2 MP stroke
\r
319 0 -1103 763 3135 2 MP stroke
\r
320 0 -1110 778 3135 2 MP stroke
\r
321 0 -1095 794 3135 2 MP stroke
\r
322 0 -1125 809 3135 2 MP stroke
\r
323 0 -1065 824 3135 2 MP stroke
\r
324 0 -938 840 3135 2 MP stroke
\r
325 0 -1185 855 3135 2 MP stroke
\r
326 0 -1185 870 3135 2 MP stroke
\r
327 0 -1065 886 3135 2 MP stroke
\r
328 0 -1088 901 3135 2 MP stroke
\r
329 0 -1178 916 3135 2 MP stroke
\r
330 0 -1185 932 3135 2 MP stroke
\r
331 0 -1148 947 3135 2 MP stroke
\r
332 0 -1065 962 3135 2 MP stroke
\r
333 0 -1050 978 3135 2 MP stroke
\r
334 0 -1088 993 3135 2 MP stroke
\r
335 0 -1343 1008 3135 2 MP stroke
\r
336 0 -1118 1024 3135 2 MP stroke
\r
337 0 -1125 1039 3135 2 MP stroke
\r
338 0 -1245 1054 3135 2 MP stroke
\r
339 0 -1208 1070 3135 2 MP stroke
\r
340 0 -1155 1085 3135 2 MP stroke
\r
341 0 -1178 1100 3135 2 MP stroke
\r
342 0 -1163 1116 3135 2 MP stroke
\r
343 0 -1178 1131 3135 2 MP stroke
\r
344 0 -990 1146 3135 2 MP stroke
\r
345 0 -1133 1162 3135 2 MP stroke
\r
346 0 -1095 1177 3135 2 MP stroke
\r
347 0 -1140 1192 3135 2 MP stroke
\r
348 0 -1028 1208 3135 2 MP stroke
\r
349 0 -1050 1223 3135 2 MP stroke
\r
350 0 -1163 1238 3135 2 MP stroke
\r
351 0 -1178 1254 3135 2 MP stroke
\r
352 0 -1103 1269 3135 2 MP stroke
\r
353 0 -1043 1284 3135 2 MP stroke
\r
354 0 -1170 1300 3135 2 MP stroke
\r
355 0 -1185 1315 3135 2 MP stroke
\r
356 0 -1163 1330 3135 2 MP stroke
\r
357 0 -1073 1346 3135 2 MP stroke
\r
358 0 -1163 1361 3135 2 MP stroke
\r
359 0 -1208 1376 3135 2 MP stroke
\r
360 0 -1320 1392 3135 2 MP stroke
\r
361 0 -1125 1407 3135 2 MP stroke
\r
362 0 -1335 1422 3135 2 MP stroke
\r
363 0 -1140 1438 3135 2 MP stroke
\r
364 0 -1043 1453 3135 2 MP stroke
\r
365 0 -1125 1468 3135 2 MP stroke
\r
366 0 -1215 1484 3135 2 MP stroke
\r
367 0 -1035 1499 3135 2 MP stroke
\r
368 0 -1058 1514 3135 2 MP stroke
\r
369 0 -1148 1530 3135 2 MP stroke
\r
370 0 -1185 1545 3135 2 MP stroke
\r
371 0 -1178 1560 3135 2 MP stroke
\r
372 0 -1305 1576 3135 2 MP stroke
\r
373 0 -1110 1591 3135 2 MP stroke
\r
374 0 -1223 1606 3135 2 MP stroke
\r
375 0 -1185 1622 3135 2 MP stroke
\r
376 0 -1133 1637 3135 2 MP stroke
\r
377 0 -1200 1652 3135 2 MP stroke
\r
378 0 -1065 1668 3135 2 MP stroke
\r
379 0 -990 1683 3135 2 MP stroke
\r
380 0 -923 1698 3135 2 MP stroke
\r
381 0 -1185 1714 3135 2 MP stroke
\r
382 0 -1035 1729 3135 2 MP stroke
\r
383 0 -1073 1744 3135 2 MP stroke
\r
384 0 -1050 1760 3135 2 MP stroke
\r
385 0 -1080 1775 3135 2 MP stroke
\r
386 0 -1140 1790 3135 2 MP stroke
\r
387 0 -1065 1806 3135 2 MP stroke
\r
388 0 -1223 1821 3135 2 MP stroke
\r
389 0 -1395 1836 3135 2 MP stroke
\r
390 0 -1208 1852 3135 2 MP stroke
\r
391 0 -1163 1867 3135 2 MP stroke
\r
392 0 -1058 1882 3135 2 MP stroke
\r
393 0 -1028 1898 3135 2 MP stroke
\r
394 0 -1103 1913 3135 2 MP stroke
\r
395 0 -1095 1928 3135 2 MP stroke
\r
396 0 -1133 1944 3135 2 MP stroke
\r
397 0 -1095 1959 3135 2 MP stroke
\r
398 0 -1058 1974 3135 2 MP stroke
\r
399 0 -1215 1990 3135 2 MP stroke
\r
400 0 -1208 2005 3135 2 MP stroke
\r
401 0 -1028 2020 3135 2 MP stroke
\r
402 0 -1185 2036 3135 2 MP stroke
\r
403 0 -1118 2051 3135 2 MP stroke
\r
404 0 -1020 2066 3135 2 MP stroke
\r
405 0 -885 2082 3135 2 MP stroke
\r
406 0 -1043 2097 3135 2 MP stroke
\r
407 0 -1148 2112 3135 2 MP stroke
\r
408 0 -1140 2128 3135 2 MP stroke
\r
409 0 -1058 2143 3135 2 MP stroke
\r
410 0 -930 2158 3135 2 MP stroke
\r
411 0 -1095 2174 3135 2 MP stroke
\r
412 0 -998 2189 3135 2 MP stroke
\r
413 0 -1193 2204 3135 2 MP stroke
\r
414 0 -1155 2220 3135 2 MP stroke
\r
415 0 -1103 2235 3135 2 MP stroke
\r
416 0 -1163 2250 3135 2 MP stroke
\r
417 0 -1193 2266 3135 2 MP stroke
\r
418 0 -1155 2281 3135 2 MP stroke
\r
419 0 -1050 2296 3135 2 MP stroke
\r
420 0 -1073 2312 3135 2 MP stroke
\r
421 0 -1050 2327 3135 2 MP stroke
\r
422 0 -1148 2342 3135 2 MP stroke
\r
423 0 -1133 2358 3135 2 MP stroke
\r
424 0 -930 2373 3135 2 MP stroke
\r
425 0 -1298 2388 3135 2 MP stroke
\r
426 0 -1095 2404 3135 2 MP stroke
\r
427 0 -1028 2419 3135 2 MP stroke
\r
428 0 -1328 2434 3135 2 MP stroke
\r
429 0 -1125 2450 3135 2 MP stroke
\r
430 0 -1148 2465 3135 2 MP stroke
\r
431 0 -1133 2480 3135 2 MP stroke
\r
432 0 -1148 2496 3135 2 MP stroke
\r
433 0 -1103 2511 3135 2 MP stroke
\r
434 0 -1035 2526 3135 2 MP stroke
\r
435 0 -1095 2542 3135 2 MP stroke
\r
436 0 -1103 2557 3135 2 MP stroke
\r
437 0 -1050 2572 3135 2 MP stroke
\r
438 0 -1095 2588 3135 2 MP stroke
\r
439 0 -1125 2603 3135 2 MP stroke
\r
440 0 -1080 2618 3135 2 MP stroke
\r
441 0 -1238 2634 3135 2 MP stroke
\r
442 0 -1095 2649 3135 2 MP stroke
\r
443 0 -1305 2664 3135 2 MP stroke
\r
444 0 -1020 2680 3135 2 MP stroke
\r
445 0 -1170 2695 3135 2 MP stroke
\r
446 0 -1148 2710 3135 2 MP stroke
\r
447 0 -1433 2726 3135 2 MP stroke
\r
448 0 -1163 2741 3135 2 MP stroke
\r
449 0 -1275 2756 3135 2 MP stroke
\r
450 0 -1260 2772 3135 2 MP stroke
\r
451 0 -1095 2787 3135 2 MP stroke
\r
452 0 -1058 2802 3135 2 MP stroke
\r
453 0 -1260 2818 3135 2 MP stroke
\r
454 0 -1178 2833 3135 2 MP stroke
\r
455 0 -1088 2848 3135 2 MP stroke
\r
456 0 -1103 2864 3135 2 MP stroke
\r
457 0 -1208 2879 3135 2 MP stroke
\r
458 0 -1028 2894 3135 2 MP stroke
\r
459 0 -1125 2910 3135 2 MP stroke
\r
460 0 -1125 2925 3135 2 MP stroke
\r
461 0 -1125 2940 3135 2 MP stroke
\r
462 0 -1035 2956 3135 2 MP stroke
\r
463 0 -1073 2971 3135 2 MP stroke
\r
464 0 -1253 2986 3135 2 MP stroke
\r
465 0 -1155 3002 3135 2 MP stroke
\r
466 0 -1103 3017 3135 2 MP stroke
\r
467 0 -1208 3032 3135 2 MP stroke
\r
468 0 -1088 3048 3135 2 MP stroke
\r
469 0 -1133 3063 3135 2 MP stroke
\r
470 0 -1118 3078 3135 2 MP stroke
\r
471 0 -1125 3094 3135 2 MP stroke
\r
472 0 -1140 3109 3135 2 MP stroke
\r
473 0 -990 3124 3135 2 MP stroke
\r
474 0 -1185 3140 3135 2 MP stroke
\r
475 0 -1065 3155 3135 2 MP stroke
\r
476 0 -1328 3170 3135 2 MP stroke
\r
477 0 -1043 3186 3135 2 MP stroke
\r
478 0 -1275 3201 3135 2 MP stroke
\r
479 0 -1185 3216 3135 2 MP stroke
\r
480 0 -1238 3232 3135 2 MP stroke
\r
481 0 -1290 3247 3135 2 MP stroke
\r
482 0 -1140 3262 3135 2 MP stroke
\r
483 0 -1035 3278 3135 2 MP stroke
\r
484 0 -975 3293 3135 2 MP stroke
\r
485 0 -1005 3308 3135 2 MP stroke
\r
486 0 -1200 3324 3135 2 MP stroke
\r
487 0 -1260 3339 3135 2 MP stroke
\r
488 0 -1118 3354 3135 2 MP stroke
\r
489 0 -1073 3370 3135 2 MP stroke
\r
490 0 -1275 3385 3135 2 MP stroke
\r
491 0 -1148 3400 3135 2 MP stroke
\r
492 0 -1148 3416 3135 2 MP stroke
\r
493 0 -1110 3431 3135 2 MP stroke
\r
494 0 -1110 3446 3135 2 MP stroke
\r
495 0 -1155 3462 3135 2 MP stroke
\r
496 0 -1110 3477 3135 2 MP stroke
\r
497 0 -1050 3492 3135 2 MP stroke
\r
498 0 -1215 3508 3135 2 MP stroke
\r
499 0 -1253 3523 3135 2 MP stroke
\r
500 0 -1095 3538 3135 2 MP stroke
\r
501 0 -1193 3554 3135 2 MP stroke
\r
502 0 -885 3569 3135 2 MP stroke
\r
503 0 -1163 3584 3135 2 MP stroke
\r
504 0 -1103 3600 3135 2 MP stroke
\r
505 0 -1200 3615 3135 2 MP stroke
\r
506 0 -1125 3630 3135 2 MP stroke
\r
507 0 -1208 3646 3135 2 MP stroke
\r
508 0 -1095 3661 3135 2 MP stroke
\r
509 0 -1095 3676 3135 2 MP stroke
\r
510 0 -1050 3692 3135 2 MP stroke
\r
511 0 -1245 3707 3135 2 MP stroke
\r
512 0 -1283 3722 3135 2 MP stroke
\r
513 0 -1223 3738 3135 2 MP stroke
\r
514 0 -1290 3753 3135 2 MP stroke
\r
515 0 -1050 3768 3135 2 MP stroke
\r
516 0 -1208 3784 3135 2 MP stroke
\r
517 0 -1035 3799 3135 2 MP stroke
\r
518 0 -1148 3814 3135 2 MP stroke
\r
519 0 -1133 3830 3135 2 MP stroke
\r
520 0 -1260 3845 3135 2 MP stroke
\r
521 0 -1260 3860 3135 2 MP stroke
\r
522 0 -1155 3876 3135 2 MP stroke
\r
523 0 -1013 3891 3135 2 MP stroke
\r
524 0 -1238 3906 3135 2 MP stroke
\r
525 0 -1185 3922 3135 2 MP stroke
\r
526 0 -1215 3937 3135 2 MP stroke
\r
527 0 -1200 3952 3135 2 MP stroke
\r
528 0 -983 3968 3135 2 MP stroke
\r
529 0 -1238 3983 3135 2 MP stroke
\r
530 0 -1215 3998 3135 2 MP stroke
\r
531 0 -1148 4014 3135 2 MP stroke
\r
532 0 -1185 4029 3135 2 MP stroke
\r
533 0 -1283 4044 3135 2 MP stroke
\r
534 0 -1193 4060 3135 2 MP stroke
\r
535 0 -1073 4075 3135 2 MP stroke
\r
536 0 -1260 4090 3135 2 MP stroke
\r
537 0 -1088 4106 3135 2 MP stroke
\r
538 0 -1253 4121 3135 2 MP stroke
\r
539 0 -915 4136 3135 2 MP stroke
\r
540 0 -1178 4152 3135 2 MP stroke
\r
541 0 -1005 4167 3135 2 MP stroke
\r
542 0 -1133 4182 3135 2 MP stroke
\r
543 0 -1088 4198 3135 2 MP stroke
\r
544 0 -1208 4213 3135 2 MP stroke
\r
545 0 -1170 4228 3135 2 MP stroke
\r
546 0 -1050 4244 3135 2 MP stroke
\r
547 0 -1185 4259 3135 2 MP stroke
\r
548 0 -1118 4274 3135 2 MP stroke
\r
549 0 -1080 4290 3135 2 MP stroke
\r
550 0 -1275 4305 3135 2 MP stroke
\r
551 0 -1088 4320 3135 2 MP stroke
\r
552 0 -1080 4336 3135 2 MP stroke
\r
553 0 -1073 4351 3135 2 MP stroke
\r
554 0 -1185 4366 3135 2 MP stroke
\r
555 0 -1050 4382 3135 2 MP stroke
\r
556 0 -1178 4397 3135 2 MP stroke
\r
557 0 -1095 4412 3135 2 MP stroke
\r
558 0 -1073 4428 3135 2 MP stroke
\r
559 0 -1305 4443 3135 2 MP stroke
\r
560 0 -1103 4458 3135 2 MP stroke
\r
561 0 -1253 4474 3135 2 MP stroke
\r
562 0 -1140 4489 3135 2 MP stroke
\r
563 0 -1058 4504 3135 2 MP stroke
\r
564 0 -1260 4520 3135 2 MP stroke
\r
565 0 -1253 4535 3135 2 MP stroke
\r
566 0 -1200 4550 3135 2 MP stroke
\r
567 0 -1193 4566 3135 2 MP stroke
\r
569 3910 0 656 3135 2 MP stroke
\r
574 339 2182 mt -90 rotate
\r
575 (Pixels Distribution) s
\r