Rename all apt-dht files to apt-p2p.
[quix0rs-apt-p2p.git] / docs / motivation / apt_p2p_simulation-size_CDF.eps
1 %!PS-Adobe-2.0 EPSF-1.2
2 %%Creator: MATLAB, The Mathworks, Inc. Version 7.5.0.338 (R2007b). Operating System: Linux 2.6.18.8-0.7-default #1 SMP Tue Oct 2 17:21:08 UTC 2007 i686.
3 %%Title: /cs/grad1/camerond/school/matlab/cache/apt_dht_simulation-size_CDF.20080208T171700.eps
4 %%CreationDate: 02/08/2008  17:17:44
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%Extensions: CMYK
8 %%Pages: 1
9 %%BoundingBox:    58   196   550   591
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 exch readhexstring pop
141   dup 0 3 index getinterval /rbmap xdef
142   dup 2 index dup getinterval /gbmap xdef
143   1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
144 /it {gs np dtri aload pop moveto lineto lineto cp c
145   cols rows 8 compute_transform 
146   rbmap gbmap bbmap true 3 colorimage gr}bdef
147 /il {newpath moveto lineto stroke}bdef
148 currentdict end def
149 %%EndProlog
150
151 %%BeginSetup
152 MathWorks begin
153
154 0 cap
155
156 end
157 %%EndSetup
158
159 %%Page: 1 1
160 %%BeginPageSetup
161 %%PageBoundingBox:    58   196   550   591
162 MathWorks begin
163 bpage
164 %%EndPageSetup
165
166 %%BeginObject: obj1
167 bplot
168
169 /dpi2point 12 def
170 portraitMode 0216 7344 csm
171
172   480   247  5913  4745 MR c np
173 76 dict begin %Colortable dictionary
174 /c0 { 0.000000 0.000000 0.000000 sr} bdef
175 /c1 { 1.000000 1.000000 1.000000 sr} bdef
176 /c2 { 0.900000 0.000000 0.000000 sr} bdef
177 /c3 { 0.000000 0.820000 0.000000 sr} bdef
178 /c4 { 0.000000 0.000000 0.800000 sr} bdef
179 /c5 { 0.910000 0.820000 0.320000 sr} bdef
180 /c6 { 1.000000 0.260000 0.820000 sr} bdef
181 /c7 { 0.000000 0.820000 0.820000 sr} bdef
182 c0
183 1 j
184 1 sg
185    0    0 6913 5186 PR
186 6 w
187 0 4226 5356 0 0 -4226 899 4615 4 MP
188 PP
189 -5356 0 0 4226 5356 0 0 -4226 899 4615 5 MP stroke
190 4 w
191 DO
192 0 sg
193  899 4615 mt  899  389 L
194  899  389 mt  899  389 L
195 1970 4615 mt 1970  389 L
196 1970  389 mt 1970  389 L
197 3041 4615 mt 3041  389 L
198 3041  389 mt 3041  389 L
199 4112 4615 mt 4112  389 L
200 4112  389 mt 4112  389 L
201 5183 4615 mt 5183  389 L
202 5183  389 mt 5183  389 L
203 6255 4615 mt 6255  389 L
204 6255  389 mt 6255  389 L
205  899 4615 mt 6255 4615 L
206 6255 4615 mt 6255 4615 L
207  899 4192 mt 6255 4192 L
208 6255 4192 mt 6255 4192 L
209  899 3769 mt 6255 3769 L
210 6255 3769 mt 6255 3769 L
211  899 3347 mt 6255 3347 L
212 6255 3347 mt 6255 3347 L
213  899 2924 mt 6255 2924 L
214 6255 2924 mt 6255 2924 L
215  899 2502 mt 6255 2502 L
216 6255 2502 mt 6255 2502 L
217  899 2079 mt 6255 2079 L
218 6255 2079 mt 6255 2079 L
219  899 1656 mt 6255 1656 L
220 6255 1656 mt 6255 1656 L
221  899 1234 mt 6255 1234 L
222 6255 1234 mt 6255 1234 L
223  899  811 mt 6255  811 L
224 6255  811 mt 6255  811 L
225  899  389 mt 6255  389 L
226 6255  389 mt 6255  389 L
227 SO
228 6 w
229  899 4615 mt 6255 4615 L
230  899  389 mt 6255  389 L
231  899 4615 mt  899  389 L
232 6255 4615 mt 6255  389 L
233  899 4615 mt 6255 4615 L
234  899 4615 mt  899  389 L
235  899 4615 mt  899 4588 L
236  899  389 mt  899  415 L
237 DO
238  899 4615 mt  899  389 L
239  899  389 mt  899  389 L
240 SO
241  899 4615 mt  899 4561 L
242  899  389 mt  899  442 L
243 %%IncludeResource: font Helvetica
244 /Helvetica /ISOLatin1Encoding 120 FMSR
245
246  811 4797 mt 
247 (10) s
248 %%IncludeResource: font Helvetica
249 /Helvetica /ISOLatin1Encoding 80 FMSR
250
251  944 4723 mt 
252 (0) s
253 1221 4615 mt 1221 4588 L
254 1221  389 mt 1221  415 L
255 DO
256 1221 4615 mt 1221  389 L
257 1221  389 mt 1221  389 L
258 SO
259 1410 4615 mt 1410 4588 L
260 1410  389 mt 1410  415 L
261 DO
262 1410 4615 mt 1410  389 L
263 1410  389 mt 1410  389 L
264 SO
265 1543 4615 mt 1543 4588 L
266 1543  389 mt 1543  415 L
267 DO
268 1543 4615 mt 1543  389 L
269 1543  389 mt 1543  389 L
270 SO
271 1647 4615 mt 1647 4588 L
272 1647  389 mt 1647  415 L
273 DO
274 1647 4615 mt 1647  389 L
275 1647  389 mt 1647  389 L
276 SO
277 1732 4615 mt 1732 4588 L
278 1732  389 mt 1732  415 L
279 DO
280 1732 4615 mt 1732  389 L
281 1732  389 mt 1732  389 L
282 SO
283 1804 4615 mt 1804 4588 L
284 1804  389 mt 1804  415 L
285 DO
286 1804 4615 mt 1804  389 L
287 1804  389 mt 1804  389 L
288 SO
289 1866 4615 mt 1866 4588 L
290 1866  389 mt 1866  415 L
291 DO
292 1866 4615 mt 1866  389 L
293 1866  389 mt 1866  389 L
294 SO
295 1921 4615 mt 1921 4588 L
296 1921  389 mt 1921  415 L
297 DO
298 1921 4615 mt 1921  389 L
299 1921  389 mt 1921  389 L
300 SO
301 1970 4615 mt 1970 4588 L
302 1970  389 mt 1970  415 L
303 DO
304 1970 4615 mt 1970  389 L
305 1970  389 mt 1970  389 L
306 SO
307 1970 4615 mt 1970 4561 L
308 1970  389 mt 1970  442 L
309 %%IncludeResource: font Helvetica
310 /Helvetica /ISOLatin1Encoding 120 FMSR
311
312 1882 4797 mt 
313 (10) s
314 %%IncludeResource: font Helvetica
315 /Helvetica /ISOLatin1Encoding 80 FMSR
316
317 2015 4723 mt 
318 (1) s
319 2292 4615 mt 2292 4588 L
320 2292  389 mt 2292  415 L
321 DO
322 2292 4615 mt 2292  389 L
323 2292  389 mt 2292  389 L
324 SO
325 2481 4615 mt 2481 4588 L
326 2481  389 mt 2481  415 L
327 DO
328 2481 4615 mt 2481  389 L
329 2481  389 mt 2481  389 L
330 SO
331 2615 4615 mt 2615 4588 L
332 2615  389 mt 2615  415 L
333 DO
334 2615 4615 mt 2615  389 L
335 2615  389 mt 2615  389 L
336 SO
337 2718 4615 mt 2718 4588 L
338 2718  389 mt 2718  415 L
339 DO
340 2718 4615 mt 2718  389 L
341 2718  389 mt 2718  389 L
342 SO
343 2803 4615 mt 2803 4588 L
344 2803  389 mt 2803  415 L
345 DO
346 2803 4615 mt 2803  389 L
347 2803  389 mt 2803  389 L
348 SO
349 2875 4615 mt 2875 4588 L
350 2875  389 mt 2875  415 L
351 DO
352 2875 4615 mt 2875  389 L
353 2875  389 mt 2875  389 L
354 SO
355 2937 4615 mt 2937 4588 L
356 2937  389 mt 2937  415 L
357 DO
358 2937 4615 mt 2937  389 L
359 2937  389 mt 2937  389 L
360 SO
361 2992 4615 mt 2992 4588 L
362 2992  389 mt 2992  415 L
363 DO
364 2992 4615 mt 2992  389 L
365 2992  389 mt 2992  389 L
366 SO
367 3041 4615 mt 3041 4588 L
368 3041  389 mt 3041  415 L
369 DO
370 3041 4615 mt 3041  389 L
371 3041  389 mt 3041  389 L
372 SO
373 3041 4615 mt 3041 4561 L
374 3041  389 mt 3041  442 L
375 %%IncludeResource: font Helvetica
376 /Helvetica /ISOLatin1Encoding 120 FMSR
377
378 2953 4797 mt 
379 (10) s
380 %%IncludeResource: font Helvetica
381 /Helvetica /ISOLatin1Encoding 80 FMSR
382
383 3086 4723 mt 
384 (2) s
385 3363 4615 mt 3363 4588 L
386 3363  389 mt 3363  415 L
387 DO
388 3363 4615 mt 3363  389 L
389 3363  389 mt 3363  389 L
390 SO
391 3552 4615 mt 3552 4588 L
392 3552  389 mt 3552  415 L
393 DO
394 3552 4615 mt 3552  389 L
395 3552  389 mt 3552  389 L
396 SO
397 3686 4615 mt 3686 4588 L
398 3686  389 mt 3686  415 L
399 DO
400 3686 4615 mt 3686  389 L
401 3686  389 mt 3686  389 L
402 SO
403 3790 4615 mt 3790 4588 L
404 3790  389 mt 3790  415 L
405 DO
406 3790 4615 mt 3790  389 L
407 3790  389 mt 3790  389 L
408 SO
409 3874 4615 mt 3874 4588 L
410 3874  389 mt 3874  415 L
411 DO
412 3874 4615 mt 3874  389 L
413 3874  389 mt 3874  389 L
414 SO
415 3946 4615 mt 3946 4588 L
416 3946  389 mt 3946  415 L
417 DO
418 3946 4615 mt 3946  389 L
419 3946  389 mt 3946  389 L
420 SO
421 4008 4615 mt 4008 4588 L
422 4008  389 mt 4008  415 L
423 DO
424 4008 4615 mt 4008  389 L
425 4008  389 mt 4008  389 L
426 SO
427 4063 4615 mt 4063 4588 L
428 4063  389 mt 4063  415 L
429 DO
430 4063 4615 mt 4063  389 L
431 4063  389 mt 4063  389 L
432 SO
433 4112 4615 mt 4112 4588 L
434 4112  389 mt 4112  415 L
435 DO
436 4112 4615 mt 4112  389 L
437 4112  389 mt 4112  389 L
438 SO
439 4112 4615 mt 4112 4561 L
440 4112  389 mt 4112  442 L
441 %%IncludeResource: font Helvetica
442 /Helvetica /ISOLatin1Encoding 120 FMSR
443
444 4024 4797 mt 
445 (10) s
446 %%IncludeResource: font Helvetica
447 /Helvetica /ISOLatin1Encoding 80 FMSR
448
449 4157 4723 mt 
450 (3) s
451 4435 4615 mt 4435 4588 L
452 4435  389 mt 4435  415 L
453 DO
454 4435 4615 mt 4435  389 L
455 4435  389 mt 4435  389 L
456 SO
457 4623 4615 mt 4623 4588 L
458 4623  389 mt 4623  415 L
459 DO
460 4623 4615 mt 4623  389 L
461 4623  389 mt 4623  389 L
462 SO
463 4757 4615 mt 4757 4588 L
464 4757  389 mt 4757  415 L
465 DO
466 4757 4615 mt 4757  389 L
467 4757  389 mt 4757  389 L
468 SO
469 4861 4615 mt 4861 4588 L
470 4861  389 mt 4861  415 L
471 DO
472 4861 4615 mt 4861  389 L
473 4861  389 mt 4861  389 L
474 SO
475 4946 4615 mt 4946 4588 L
476 4946  389 mt 4946  415 L
477 DO
478 4946 4615 mt 4946  389 L
479 4946  389 mt 4946  389 L
480 SO
481 5017 4615 mt 5017 4588 L
482 5017  389 mt 5017  415 L
483 DO
484 5017 4615 mt 5017  389 L
485 5017  389 mt 5017  389 L
486 SO
487 5079 4615 mt 5079 4588 L
488 5079  389 mt 5079  415 L
489 DO
490 5079 4615 mt 5079  389 L
491 5079  389 mt 5079  389 L
492 SO
493 5134 4615 mt 5134 4588 L
494 5134  389 mt 5134  415 L
495 DO
496 5134 4615 mt 5134  389 L
497 5134  389 mt 5134  389 L
498 SO
499 5183 4615 mt 5183 4588 L
500 5183  389 mt 5183  415 L
501 DO
502 5183 4615 mt 5183  389 L
503 5183  389 mt 5183  389 L
504 SO
505 5183 4615 mt 5183 4561 L
506 5183  389 mt 5183  442 L
507 %%IncludeResource: font Helvetica
508 /Helvetica /ISOLatin1Encoding 120 FMSR
509
510 5095 4797 mt 
511 (10) s
512 %%IncludeResource: font Helvetica
513 /Helvetica /ISOLatin1Encoding 80 FMSR
514
515 5228 4723 mt 
516 (4) s
517 5506 4615 mt 5506 4588 L
518 5506  389 mt 5506  415 L
519 DO
520 5506 4615 mt 5506  389 L
521 5506  389 mt 5506  389 L
522 SO
523 5694 4615 mt 5694 4588 L
524 5694  389 mt 5694  415 L
525 DO
526 5694 4615 mt 5694  389 L
527 5694  389 mt 5694  389 L
528 SO
529 5828 4615 mt 5828 4588 L
530 5828  389 mt 5828  415 L
531 DO
532 5828 4615 mt 5828  389 L
533 5828  389 mt 5828  389 L
534 SO
535 5932 4615 mt 5932 4588 L
536 5932  389 mt 5932  415 L
537 DO
538 5932 4615 mt 5932  389 L
539 5932  389 mt 5932  389 L
540 SO
541 6017 4615 mt 6017 4588 L
542 6017  389 mt 6017  415 L
543 DO
544 6017 4615 mt 6017  389 L
545 6017  389 mt 6017  389 L
546 SO
547 6089 4615 mt 6089 4588 L
548 6089  389 mt 6089  415 L
549 DO
550 6089 4615 mt 6089  389 L
551 6089  389 mt 6089  389 L
552 SO
553 6151 4615 mt 6151 4588 L
554 6151  389 mt 6151  415 L
555 DO
556 6151 4615 mt 6151  389 L
557 6151  389 mt 6151  389 L
558 SO
559 6205 4615 mt 6205 4588 L
560 6205  389 mt 6205  415 L
561 DO
562 6205 4615 mt 6205  389 L
563 6205  389 mt 6205  389 L
564 SO
565 6255 4615 mt 6255 4588 L
566 6255  389 mt 6255  415 L
567 DO
568 6255 4615 mt 6255  389 L
569 6255  389 mt 6255  389 L
570 SO
571 6255 4615 mt 6255 4561 L
572 6255  389 mt 6255  442 L
573 %%IncludeResource: font Helvetica
574 /Helvetica /ISOLatin1Encoding 120 FMSR
575
576 6167 4797 mt 
577 (10) s
578 %%IncludeResource: font Helvetica
579 /Helvetica /ISOLatin1Encoding 80 FMSR
580
581 6300 4723 mt 
582 (5) s
583  899 4615 mt  952 4615 L
584 6255 4615 mt 6201 4615 L
585 %%IncludeResource: font Helvetica
586 /Helvetica /ISOLatin1Encoding 120 FMSR
587
588  798 4659 mt 
589 (0) s
590  899 4192 mt  952 4192 L
591 6255 4192 mt 6201 4192 L
592  698 4236 mt 
593 (0.1) s
594  899 3769 mt  952 3769 L
595 6255 3769 mt 6201 3769 L
596  698 3813 mt 
597 (0.2) s
598  899 3347 mt  952 3347 L
599 6255 3347 mt 6201 3347 L
600  698 3391 mt 
601 (0.3) s
602  899 2924 mt  952 2924 L
603 6255 2924 mt 6201 2924 L
604  698 2968 mt 
605 (0.4) s
606  899 2502 mt  952 2502 L
607 6255 2502 mt 6201 2502 L
608  698 2546 mt 
609 (0.5) s
610  899 2079 mt  952 2079 L
611 6255 2079 mt 6201 2079 L
612  698 2123 mt 
613 (0.6) s
614  899 1656 mt  952 1656 L
615 6255 1656 mt 6201 1656 L
616  698 1700 mt 
617 (0.7) s
618  899 1234 mt  952 1234 L
619 6255 1234 mt 6201 1234 L
620  698 1278 mt 
621 (0.8) s
622  899  811 mt  952  811 L
623 6255  811 mt 6201  811 L
624  698  855 mt 
625 (0.9) s
626  899  389 mt  952  389 L
627 6255  389 mt 6201  389 L
628  798  433 mt 
629 (1) s
630  899 4615 mt 6255 4615 L
631  899  389 mt 6255  389 L
632  899 4615 mt  899  389 L
633 6255 4615 mt 6255  389 L
634 gs 899 389 5357 4227 MR c np
635 322 -20 322 -50 323 -89 322 -157 323 -232 322 -349 323 -431 322 -523 
636 323 -587 322 -596 323 -580 322 -399 323 -150 322 -44 1221 4605 15 MP stroke
637 DA
638 322 -8 322 -49 323 -92 322 -200 323 -224 322 -379 323 -536 322 -679 
639 323 -671 322 -591 323 -442 322 -262 323 -58 322 -8 1221 4595 15 MP stroke
640 gr
641
642 DA
643 3087 4940 mt 
644 (Package Size \(kB\)) s
645  616 3117 mt  -90 rotate
646 (Cumulative Distribution) s
647 90 rotate
648  882 4658 mt 
649 ( ) s
650 6239  431 mt 
651 ( ) s
652 SO
653 1 sg
654 0 334 1208 0 0 -334 4988 784 4 MP
655 PP
656 -1208 0 0 334 1208 0 0 -334 4988 784 5 MP stroke
657 4 w
658 DO
659 SO
660 6 w
661 0 sg
662 4988  784 mt 6196  784 L
663 4988  450 mt 6196  450 L
664 4988  784 mt 4988  450 L
665 6196  784 mt 6196  450 L
666 4988  784 mt 6196  784 L
667 4988  784 mt 4988  450 L
668 4988  784 mt 6196  784 L
669 4988  450 mt 6196  450 L
670 4988  784 mt 4988  450 L
671 6196  784 mt 6196  450 L
672 5450  585 mt 
673 (By Number) s
674 gs 4988 450 1209 335 MR c np
675 355 0 5059 543 2 MP stroke
676 gr
677
678 5450  734 mt 
679 (By Popularity) s
680 gs 4988 450 1209 335 MR c np
681 DA
682 355 0 5059 690 2 MP stroke
683 SO
684 gr
685
686
687 end %%Color Dict
688
689 eplot
690 %%EndObject
691
692 epage
693 end
694
695 showpage
696
697 %%Trailer
698 %%EOF