%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. Version 7.8.0.347 (R2009a). Operating System: Microsoft Windows Vista. %%Title: C:\Users\michal\Documents\MATLAB\bpmer\tubeCE.eps %%CreationDate: 05/20/2010 22:32:20 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 59 254 535 588 %%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: 59 254 535 588 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0708 7056 csm 0 0 5720 4007 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 5721 4008 rf 6 w 0 1338 1914 0 0 -1338 744 1668 4 MP PP -1914 0 0 1338 1914 0 0 -1338 744 1668 5 MP stroke 4 w DO SO 6 w 0 sg 744 330 mt 2658 330 L 744 1668 mt 2658 1668 L 2658 1668 mt 2658 330 L 744 1668 mt 744 330 L 744 1668 mt 2658 1668 L 744 1668 mt 744 330 L 744 1668 mt 744 1648 L 744 330 mt 744 349 L %%IncludeResource: font Helvetica /Helvetica /WindowsLatin1Encoding 120 FMSR 711 1813 mt (1) s 1222 1668 mt 1222 1648 L 1222 330 mt 1222 349 L 1189 1813 mt (2) s 1701 1668 mt 1701 1648 L 1701 330 mt 1701 349 L 1668 1813 mt (3) s 2179 1668 mt 2179 1648 L 2179 330 mt 2179 349 L 2146 1813 mt (4) s 2658 1668 mt 2658 1648 L 2658 330 mt 2658 349 L 2625 1813 mt (5) s 744 1668 mt 763 1668 L 2658 1668 mt 2638 1668 L 473 1712 mt (-0.5) s 744 1333 mt 763 1333 L 2658 1333 mt 2638 1333 L 643 1377 mt (0) s 744 999 mt 763 999 L 2658 999 mt 2638 999 L 543 1043 mt (0.5) s 744 664 mt 763 664 L 2658 664 mt 2638 664 L 643 708 mt (1) s 744 330 mt 763 330 L 2658 330 mt 2638 330 L 543 374 mt (1.5) s 744 330 mt 2658 330 L 744 1668 mt 2658 1668 L 2658 1668 mt 2658 330 L 744 1668 mt 744 330 L gs 744 330 1915 1339 rc /c8 { 0.000000 0.000000 1.000000 sr} bdef c8 479 2 478 31 479 -152 478 -541 744 1289 5 MP stroke /c9 { 0.000000 0.500000 0.000000 sr} bdef c9 479 -125 478 56 479 87 478 -758 744 1299 5 MP stroke /c10 { 1.000000 0.000000 0.000000 sr} bdef c10 479 43 478 44 479 -159 478 -732 744 1508 5 MP stroke /c11 { 0.000000 0.750000 0.750000 sr} bdef c11 479 -70 478 68 479 -45 478 -747 744 1430 5 MP stroke /c12 { 0.750000 0.000000 0.750000 sr} bdef c12 479 -94 478 7 479 -22 478 -675 744 1375 5 MP stroke /c13 { 0.750000 0.750000 0.000000 sr} bdef c13 479 -212 478 118 479 101 478 -772 744 1338 5 MP stroke 0.25 sg 479 -37 478 -41 479 -94 478 -569 744 1346 5 MP stroke c8 479 29 478 -96 479 -102 478 -429 744 1262 5 MP stroke c9 479 112 478 -98 479 41 478 -554 744 1213 5 MP stroke c10 479 3 478 148 479 -212 478 -598 744 1329 5 MP stroke c11 479 -25 478 80 479 27 478 -752 744 1377 5 MP stroke c12 479 148 478 122 479 -21 478 -782 744 1371 5 MP stroke c13 479 -136 478 -10 479 97 478 -739 744 1388 5 MP stroke 0.25 sg 479 117 478 19 479 -48 478 -600 744 1292 5 MP stroke c8 479 40 478 -48 479 25 478 -573 744 1233 5 MP stroke c9 479 188 478 -123 479 -24 478 -606 744 1289 5 MP stroke c10 479 -26 478 122 479 -133 478 -714 744 1377 5 MP stroke c11 479 74 478 128 479 -206 478 -732 744 1428 5 MP stroke c12 479 -28 478 -105 479 283 478 -788 744 1304 5 MP stroke c13 479 -77 478 30 479 81 478 -726 744 1327 5 MP stroke 0.25 sg 479 -74 478 183 479 -144 478 -580 744 1299 5 MP stroke c8 479 95 478 -97 479 -45 478 -542 744 1274 5 MP stroke c9 479 84 478 -67 479 -15 478 -690 744 1372 5 MP stroke c10 479 46 478 -146 479 94 478 -614 744 1293 5 MP stroke c11 479 269 478 -209 479 222 478 -844 744 1380 5 MP stroke c12 479 -38 478 14 479 0 478 -697 744 1305 5 MP stroke c13 479 -258 478 78 479 98 478 -681 744 1339 5 MP stroke 0.25 sg 479 -135 478 178 479 -199 478 -513 744 1304 5 MP stroke c8 479 19 478 66 479 15 478 -648 744 1243 5 MP stroke c9 479 -53 478 103 479 -158 478 -649 744 1470 5 MP stroke c10 479 -163 478 158 479 17 478 -693 744 1318 5 MP stroke c11 479 76 478 -158 479 202 478 -882 744 1450 5 MP stroke c12 479 -10 478 -16 479 11 478 -640 744 1371 5 MP stroke c13 479 -207 478 113 479 41 478 -809 744 1417 5 MP stroke 0.25 sg 479 2 478 -7 479 -186 478 -441 744 1334 5 MP stroke c8 479 -20 478 -98 479 -54 478 -561 744 1310 5 MP stroke c9 479 54 478 -28 479 129 478 -757 744 1349 5 MP stroke c10 479 109 478 -108 479 -101 478 -610 744 1400 5 MP stroke c11 479 -231 478 -27 479 100 478 -712 744 1301 5 MP stroke c12 479 78 478 -131 479 165 478 -762 744 1286 5 MP stroke c13 479 16 478 32 479 -23 478 -711 744 1407 5 MP stroke 0.25 sg 479 -20 478 142 479 -140 478 -488 744 1165 5 MP stroke c8 479 8 478 -136 479 32 478 -654 744 1269 5 MP stroke c9 479 -64 478 -72 479 128 478 -628 744 1246 5 MP stroke c10 479 46 478 -93 479 147 478 -745 744 1371 5 MP stroke c11 479 118 478 -28 479 46 478 -757 744 1363 5 MP stroke c12 479 18 478 -32 479 -64 478 -604 744 1345 5 MP stroke c13 479 26 478 -65 479 89 478 -789 744 1381 5 MP stroke 0.25 sg 479 32 478 -22 479 -103 478 -658 744 1414 5 MP stroke c8 479 -105 478 -122 479 109 478 -564 744 1285 5 MP stroke c9 479 -217 478 120 479 -48 478 -747 744 1348 5 MP stroke c10 479 92 478 -28 479 -50 478 -590 744 1293 5 MP stroke c11 479 52 478 21 479 -66 478 -595 744 1270 5 MP stroke c12 479 -60 478 -59 479 83 478 -719 744 1388 5 MP stroke c13 479 1 478 20 479 3 478 -685 744 1385 5 MP stroke 0.25 sg 479 -54 478 -35 479 -206 478 -390 744 1294 5 MP stroke c8 479 10 478 -57 479 235 478 -767 744 1312 5 MP stroke c9 479 -21 478 4 479 27 478 -785 744 1418 5 MP stroke c10 479 -212 478 18 479 -60 478 -720 744 1455 5 MP stroke c11 479 54 478 -69 479 123 478 -821 744 1366 5 MP stroke c12 479 -219 478 132 479 -86 478 -500 744 1231 5 MP stroke c13 479 -94 478 105 479 7 478 -567 744 1210 5 MP stroke 0.25 sg 479 0 478 -74 479 -108 478 -571 744 1350 5 MP stroke c8 479 13 478 -71 479 -253 478 -342 744 1310 5 MP stroke c9 479 -90 478 -2 479 260 478 -772 744 1243 5 MP stroke c10 479 -128 478 -56 479 108 478 -785 744 1353 5 MP stroke c11 479 -42 478 27 479 -91 478 -586 744 1316 5 MP stroke c12 479 -113 478 132 479 -7 478 -750 744 1387 5 MP stroke c13 479 -98 478 -76 479 79 478 -650 744 1345 5 MP stroke 0.25 sg 479 172 478 -66 479 32 478 -626 744 1283 5 MP stroke c8 479 -116 478 -21 479 132 478 -868 744 1434 5 MP stroke c9 479 149 478 -52 479 138 478 -735 744 1298 5 MP stroke c10 479 65 478 3 479 -199 478 -421 744 1192 5 MP stroke c11 479 87 478 -132 479 142 478 -768 744 1299 5 MP stroke c12 479 6 478 -15 479 -48 478 -514 744 1229 5 MP stroke c13 479 -105 478 -41 479 148 478 -698 744 1294 5 MP stroke 0.25 sg 479 139 478 -150 479 88 478 -594 744 1227 5 MP stroke c8 479 70 478 30 479 100 478 -997 744 1537 5 MP stroke c9 479 22 478 1 479 -85 478 -602 744 1301 5 MP stroke c10 479 -26 478 219 479 -178 478 -663 744 1378 5 MP stroke c11 479 -117 478 0 479 7 478 -529 744 1257 5 MP stroke c12 479 115 478 -82 479 147 478 -827 744 1361 5 MP stroke c13 479 10 478 49 479 144 478 -761 744 1293 5 MP stroke 0.25 sg 479 -34 478 155 479 -229 478 -748 744 1528 5 MP stroke c8 479 198 478 -58 479 -62 478 -676 744 1361 5 MP stroke c9 479 -111 478 115 479 -66 478 -587 744 1253 5 MP stroke c10 479 -107 478 98 479 -142 478 -721 744 1404 5 MP stroke c11 479 -110 478 172 479 61 478 -847 744 1337 5 MP stroke c12 479 32 478 -2 479 -91 478 -576 744 1324 5 MP stroke c13 479 95 478 -58 479 18 478 -864 744 1470 5 MP stroke 0.25 sg 479 -69 478 121 479 29 478 -715 744 1318 5 MP stroke c8 479 2 478 82 479 51 478 -786 744 1392 5 MP stroke c9 479 36 478 -2 479 -105 478 -597 744 1396 5 MP stroke c10 479 -50 478 -17 479 231 478 -826 744 1320 5 MP stroke c11 479 106 478 -68 479 90 478 -725 744 1313 5 MP stroke c12 479 103 478 -12 479 -183 478 -465 744 1295 5 MP stroke c13 479 2 478 -123 479 157 478 -666 744 1307 5 MP stroke 0.25 sg 479 18 478 -70 479 174 478 -771 744 1312 5 MP stroke c8 479 35 478 2 479 152 478 -834 744 1420 5 MP stroke c9 479 105 478 -43 479 92 478 -716 744 1294 5 MP stroke gr c9 0 sg 1475 235 mt (P = 0.01) s 1670 1956 mt (k) s 391 1030 mt -90 rotate (y) s 90 rotate 1 sg 0 1338 1915 0 0 -1338 3262 1668 4 MP PP -1915 0 0 1338 1915 0 0 -1338 3262 1668 5 MP stroke 4 w DO SO 6 w 0 sg 3262 330 mt 5177 330 L 3262 1668 mt 5177 1668 L 5177 1668 mt 5177 330 L 3262 1668 mt 3262 330 L 3262 1668 mt 5177 1668 L 3262 1668 mt 3262 330 L 3262 1668 mt 3262 1648 L 3262 330 mt 3262 349 L 3229 1813 mt (1) s 3740 1668 mt 3740 1648 L 3740 330 mt 3740 349 L 3707 1813 mt (2) s 4219 1668 mt 4219 1648 L 4219 330 mt 4219 349 L 4186 1813 mt (3) s 4698 1668 mt 4698 1648 L 4698 330 mt 4698 349 L 4665 1813 mt (4) s 5177 1668 mt 5177 1648 L 5177 330 mt 5177 349 L 5144 1813 mt (5) s 3262 1668 mt 3281 1668 L 5177 1668 mt 5157 1668 L 3091 1712 mt (-1) s 3262 1333 mt 3281 1333 L 5177 1333 mt 5157 1333 L 3161 1377 mt (0) s 3262 999 mt 3281 999 L 5177 999 mt 5157 999 L 3161 1043 mt (1) s 3262 664 mt 3281 664 L 5177 664 mt 5157 664 L 3161 708 mt (2) s 3262 330 mt 3281 330 L 5177 330 mt 5157 330 L 3161 374 mt (3) s 3262 330 mt 5177 330 L 3262 1668 mt 5177 1668 L 5177 1668 mt 5177 330 L 3262 1668 mt 3262 330 L gs 3262 330 1916 1339 rc c8 479 -33 479 -8 479 -9 478 -322 3262 1346 5 MP stroke c9 479 -66 479 26 479 -31 478 -284 3262 1302 5 MP stroke c10 479 32 479 -76 479 234 478 -490 3262 1343 5 MP stroke c11 479 -18 479 -60 479 -29 478 -85 3262 1301 5 MP stroke c12 479 25 479 3 479 73 478 -422 3262 1303 5 MP stroke c13 479 -9 479 -45 479 34 478 -363 3262 1380 5 MP stroke 0.25 sg 479 -66 479 84 479 30 478 -369 3262 1322 5 MP stroke c8 479 -68 479 17 479 27 478 -315 3262 1301 5 MP stroke c9 479 186 479 -215 479 261 478 -513 3262 1355 5 MP stroke c10 479 64 479 37 479 -22 478 -402 3262 1380 5 MP stroke c11 479 -10 479 -38 479 -39 478 -221 3262 1358 5 MP stroke c12 479 -12 479 -41 479 58 478 -404 3262 1368 5 MP stroke c13 479 -49 479 -37 479 10 478 -252 3262 1257 5 MP stroke 0.25 sg 479 -9 479 -36 479 90 478 -501 3262 1417 5 MP stroke c8 479 -38 479 -64 479 -69 478 -205 3262 1345 5 MP stroke c9 479 -44 479 -18 479 63 478 -361 3262 1329 5 MP stroke c10 479 58 479 -23 479 19 478 -342 3262 1327 5 MP stroke c11 479 -51 479 10 479 118 478 -415 3262 1326 5 MP stroke c12 479 80 479 -78 479 119 478 -422 3262 1356 5 MP stroke c13 479 838 479 -807 479 755 478 -716 3262 1358 5 MP stroke 0.25 sg 479 -22 479 -21 479 151 478 -471 3262 1336 5 MP stroke c8 479 -13 479 -24 479 -71 478 -231 3262 1329 5 MP stroke c9 479 411 479 -467 479 568 478 -683 3262 1368 5 MP stroke c10 479 9 479 -65 479 -6 478 -307 3262 1318 5 MP stroke c11 479 -55 479 43 479 -20 478 -308 3262 1338 5 MP stroke c12 479 -14 479 -17 479 14 478 -310 3262 1313 5 MP stroke c13 479 63 479 -133 479 -123 478 -165 3262 1306 5 MP stroke 0.25 sg 479 -113 479 52 479 -132 478 -260 3262 1367 5 MP stroke c8 479 11 479 -74 479 -64 478 -159 3262 1321 5 MP stroke c9 479 -139 479 -45 479 312 478 -554 3262 1354 5 MP stroke c10 479 -57 479 86 479 9 478 -378 3262 1337 5 MP stroke c11 479 89 479 -80 479 170 478 -485 3262 1361 5 MP stroke c12 479 72 479 -49 479 162 478 -520 3262 1389 5 MP stroke c13 479 29 479 -108 479 75 478 -363 3262 1334 5 MP stroke 0.25 sg 479 -1 479 -96 479 83 478 -341 3262 1300 5 MP stroke c8 479 35 479 -23 479 99 478 -403 3262 1333 5 MP stroke c9 479 2 479 69 479 15 478 -401 3262 1342 5 MP stroke c10 479 9 479 -26 479 -1 478 -305 3262 1326 5 MP stroke c11 479 -12 479 -5 479 44 478 -437 3262 1409 5 MP stroke c12 479 40 479 2 479 16 478 -327 3262 1321 5 MP stroke c13 479 -77 479 31 479 15 478 -382 3262 1373 5 MP stroke 0.25 sg 479 4 479 22 479 3 478 -328 3262 1313 5 MP stroke c8 479 73 479 -95 479 241 478 -453 3262 1293 5 MP stroke c9 479 -35 479 31 479 172 478 -499 3262 1338 5 MP stroke c10 479 6 479 12 479 -69 478 -284 3262 1356 5 MP stroke c11 479 -22 479 25 479 -23 478 -298 3262 1324 5 MP stroke c12 479 27 479 -72 479 90 478 -367 3262 1337 5 MP stroke c13 479 -37 479 -7 479 64 478 -331 3262 1301 5 MP stroke 0.25 sg 479 1 479 7 479 -101 478 -219 3262 1331 5 MP stroke c8 479 -102 479 -60 479 -72 478 -117 3262 1347 5 MP stroke c9 479 -11 479 -59 479 -85 478 -215 3262 1354 5 MP stroke c10 479 6 479 -118 479 199 478 -461 3262 1344 5 MP stroke c11 479 -47 479 -9 479 105 478 -414 3262 1325 5 MP stroke c12 479 -69 479 -53 479 -43 478 -140 3262 1344 5 MP stroke c13 479 49 479 8 479 7 478 -351 3262 1336 5 MP stroke 0.25 sg 479 101 479 -120 479 220 478 -510 3262 1358 5 MP stroke c8 479 67 479 -178 479 253 478 -476 3262 1339 5 MP stroke c9 479 -64 479 32 479 5 478 -370 3262 1325 5 MP stroke c10 479 22 479 -8 479 -37 478 -305 3262 1336 5 MP stroke c11 479 11 479 -67 479 -126 478 -111 3262 1282 5 MP stroke c12 479 -50 479 -99 479 -48 478 -158 3262 1362 5 MP stroke c13 479 -40 479 -4 479 -31 478 -329 3262 1362 5 MP stroke 0.25 sg 479 98 479 -79 479 33 478 -276 3262 1278 5 MP stroke c8 479 -10 479 -58 479 -61 478 -276 3262 1364 5 MP stroke c9 479 10 479 10 479 69 478 -414 3262 1365 5 MP stroke c10 479 16 479 4 479 -82 478 -257 3262 1362 5 MP stroke c11 479 46 479 -45 479 -25 478 -302 3262 1341 5 MP stroke c12 479 13 479 -68 479 254 478 -478 3262 1302 5 MP stroke c13 479 14 479 39 479 1 478 -322 3262 1302 5 MP stroke 0.25 sg 479 15 479 -60 479 20 478 -357 3262 1356 5 MP stroke c8 479 -3 479 38 479 16 478 -358 3262 1334 5 MP stroke c9 479 -40 479 22 479 -42 478 -256 3262 1284 5 MP stroke c10 479 -66 479 41 479 -29 478 -317 3262 1325 5 MP stroke c11 479 -78 479 49 479 -35 478 -319 3262 1331 5 MP stroke c12 479 -60 479 -21 479 133 478 -356 3262 1265 5 MP stroke c13 479 24 479 31 479 -64 478 -299 3262 1348 5 MP stroke 0.25 sg 479 27 479 -92 479 225 478 -411 3262 1260 5 MP stroke c8 479 -11 479 -85 479 -112 478 -97 3262 1315 5 MP stroke c9 479 85 479 -51 479 119 478 -472 3262 1350 5 MP stroke c10 479 -86 479 -33 479 13 478 -260 3262 1333 5 MP stroke c11 479 84 479 -69 479 -2 478 -330 3262 1325 5 MP stroke c12 479 -10 479 -147 479 314 478 -569 3262 1377 5 MP stroke c13 479 18 479 28 479 -75 478 -262 3262 1301 5 MP stroke 0.25 sg 479 19 479 -68 479 146 478 -452 3262 1351 5 MP stroke c8 479 19 479 -5 479 24 478 -378 3262 1352 5 MP stroke c9 479 65 479 -11 479 -29 478 -319 3262 1313 5 MP stroke c10 479 -66 479 -8 479 -122 478 -154 3262 1384 5 MP stroke c11 479 -29 479 25 479 -99 478 -201 3262 1290 5 MP stroke c12 479 97 479 -34 479 -104 478 -227 3262 1308 5 MP stroke c13 479 119 479 -95 479 94 478 -355 3262 1315 5 MP stroke 0.25 sg 479 12 479 16 479 -3 478 -277 3262 1280 5 MP stroke c8 479 31 479 -40 479 117 478 -397 3262 1293 5 MP stroke c9 479 -42 479 43 479 -19 478 -305 3262 1303 5 MP stroke c10 479 14 479 -56 479 85 478 -434 3262 1387 5 MP stroke c11 479 12 479 -29 479 135 478 -427 3262 1314 5 MP stroke c12 479 39 479 17 479 2 478 -384 3262 1368 5 MP stroke c13 479 57 479 -120 479 208 478 -462 3262 1335 5 MP stroke 0.25 sg 479 26 479 -13 479 15 478 -316 3262 1332 5 MP stroke c8 479 -103 479 49 479 -154 478 -115 3262 1341 5 MP stroke c9 479 75 479 -134 479 166 478 -420 3262 1337 5 MP stroke gr c9 0 sg 4027 235 mt (P = 0.1) s 4188 1956 mt (k) s 3009 1030 mt -90 rotate (y) s 90 rotate 1 sg 0 1337 1914 0 0 -1337 744 3566 4 MP PP -1914 0 0 1337 1914 0 0 -1337 744 3566 5 MP stroke 4 w DO SO 6 w 0 sg 744 2229 mt 2658 2229 L 744 3566 mt 2658 3566 L 2658 3566 mt 2658 2229 L 744 3566 mt 744 2229 L 744 3566 mt 2658 3566 L 744 3566 mt 744 2229 L 744 3566 mt 744 3546 L 744 2229 mt 744 2248 L 711 3711 mt (1) s 1222 3566 mt 1222 3546 L 1222 2229 mt 1222 2248 L 1189 3711 mt (2) s 1701 3566 mt 1701 3546 L 1701 2229 mt 1701 2248 L 1668 3711 mt (3) s 2179 3566 mt 2179 3546 L 2179 2229 mt 2179 2248 L 2146 3711 mt (4) s 2658 3566 mt 2658 3546 L 2658 2229 mt 2658 2248 L 2625 3711 mt (5) s 744 3566 mt 763 3566 L 2658 3566 mt 2638 3566 L 506 3610 mt (-40) s 744 3120 mt 763 3120 L 2658 3120 mt 2638 3120 L 506 3164 mt (-20) s 744 2674 mt 763 2674 L 2658 2674 mt 2638 2674 L 643 2718 mt (0) s 744 2229 mt 763 2229 L 2658 2229 mt 2638 2229 L 576 2273 mt (20) s 744 2229 mt 2658 2229 L 744 3566 mt 2658 3566 L 2658 3566 mt 2658 2229 L 744 3566 mt 744 2229 L gs 744 2229 1915 1338 rc c8 479 -4 478 4 479 -4 478 -14 744 2671 5 MP stroke c9 479 15 478 -23 479 33 478 -43 744 2677 5 MP stroke c10 479 0 478 4 479 -1 478 5 744 2672 5 MP stroke c11 479 15 478 11 479 10 478 8 744 2678 5 MP stroke c12 479 -3 478 -2 479 -1 478 -17 744 2676 5 MP stroke c13 479 6 478 -5 479 -2 478 -17 744 2672 5 MP stroke 0.25 sg 479 38 478 28 479 18 478 13 744 2671 5 MP stroke c8 479 0 478 0 479 0 478 -19 744 2670 5 MP stroke c9 479 40 478 -45 479 49 478 -48 744 2675 5 MP stroke c10 479 -2 478 2 479 2 478 -4 744 2675 5 MP stroke c11 479 2 478 -3 479 -7 478 -12 744 2675 5 MP stroke c12 479 -6 478 -5 479 -7 478 -8 744 2676 5 MP stroke c13 479 16 478 -27 479 35 478 -39 744 2674 5 MP stroke 0.25 sg 479 6 478 -14 479 22 478 -31 744 2671 5 MP stroke c8 479 555 478 -273 479 132 478 -65 744 2674 5 MP stroke c9 479 -1 478 0 479 -4 478 -17 744 2675 5 MP stroke c10 479 0 478 0 479 -7 478 -11 744 2672 5 MP stroke c11 479 4 478 -8 479 20 478 -38 744 2676 5 MP stroke c12 479 119 478 66 479 37 478 22 744 2678 5 MP stroke c13 479 3 478 -1 479 -3 478 -7 744 2674 5 MP stroke 0.25 sg 479 4 478 -11 479 16 478 -31 744 2675 5 MP stroke c8 479 79 478 -65 479 52 478 -42 744 2671 5 MP stroke c9 479 6 478 -8 479 14 478 -30 744 2673 5 MP stroke c10 479 191 478 95 479 46 478 26 744 2673 5 MP stroke c11 479 21 478 -27 479 35 478 -42 744 2675 5 MP stroke c12 479 2 478 0 479 -3 478 -21 744 2676 5 MP stroke c13 479 556 478 -283 479 143 478 -71 744 2676 5 MP stroke 0.25 sg 479 -6 478 -2 479 -6 478 -7 744 2677 5 MP stroke c8 479 145 478 73 479 38 478 20 744 2674 5 MP stroke c9 479 -3 478 2 479 1 478 -17 744 2669 5 MP stroke c10 479 8 478 -11 479 16 478 -28 744 2670 5 MP stroke c11 479 1 478 -7 479 15 478 -30 744 2674 5 MP stroke c12 479 39 478 -41 479 40 478 -46 744 2677 5 MP stroke c13 479 -3 478 -5 479 -4 478 -11 744 2676 5 MP stroke 0.25 sg 479 -5 478 -1 479 -2 478 -8 744 2672 5 MP stroke c8 479 2 478 -1 479 -3 478 -18 744 2675 5 MP stroke c9 479 -3 478 -3 479 -7 478 -10 744 2679 5 MP stroke c10 479 50 478 -48 479 48 478 -48 744 2676 5 MP stroke c11 479 6 478 -10 479 10 478 -29 744 2676 5 MP stroke c12 479 6 478 -9 479 12 478 -27 744 2672 5 MP stroke c13 479 3 478 0 479 -4 478 -14 744 2671 5 MP stroke 0.25 sg 479 45 478 -47 479 44 478 -43 744 2674 5 MP stroke c8 479 115 478 62 479 32 478 17 744 2672 5 MP stroke c9 479 -4 478 -1 479 1 478 -2 744 2673 5 MP stroke c10 479 -1 478 0 479 -3 478 -14 744 2670 5 MP stroke c11 479 3 478 -7 479 -4 478 -7 744 2670 5 MP stroke c12 479 0 478 -5 479 -7 478 -4 744 2673 5 MP stroke c13 479 -2 478 -4 479 10 478 -30 744 2675 5 MP stroke 0.25 sg 479 1 478 1 479 0 478 7 744 2675 5 MP stroke c8 479 78 478 -63 479 51 478 -44 744 2673 5 MP stroke c9 479 2 478 -1 479 9 478 -25 744 2669 5 MP stroke c10 479 513 478 202 479 80 478 32 744 2674 5 MP stroke c11 479 1 478 -2 479 5 478 -28 744 2675 5 MP stroke c12 479 -3 478 -4 479 9 478 -26 744 2675 5 MP stroke c13 479 10 478 -16 479 24 478 -39 744 2677 5 MP stroke 0.25 sg 479 -2 478 -3 479 -1 478 -4 744 2677 5 MP stroke c8 479 6 478 9 479 0 478 3 744 2671 5 MP stroke c9 479 -1 478 0 479 -4 478 -17 744 2675 5 MP stroke c10 479 -1 478 -11 479 23 478 -36 744 2674 5 MP stroke c11 479 374 478 -200 479 108 478 -58 744 2672 5 MP stroke c12 479 -1 478 -4 479 15 478 -31 744 2671 5 MP stroke c13 479 91 478 48 479 31 478 12 744 2673 5 MP stroke 0.25 sg 479 2 478 1 479 -3 478 -22 744 2675 5 MP stroke c8 479 74 478 47 479 24 478 16 744 2674 5 MP stroke c9 479 8 478 -12 479 19 478 -30 744 2671 5 MP stroke c10 479 1 478 -1 479 -6 478 -16 744 2674 5 MP stroke c11 479 0 478 -2 479 -7 478 -15 744 2673 5 MP stroke c12 479 -4 478 9 479 -1 478 -29 744 2679 5 MP stroke c13 479 105 478 58 479 35 478 17 744 2673 5 MP stroke 0.25 sg 479 89 478 -67 479 54 478 -43 744 2670 5 MP stroke c8 479 1 478 -2 479 4 478 -24 744 2673 5 MP stroke c9 479 2 478 -2 479 -7 478 -8 744 2671 5 MP stroke c10 479 957 478 -426 479 189 478 -82 744 2676 5 MP stroke c11 479 3 478 1 479 7 478 4 744 2679 5 MP stroke c12 479 -4 478 4 479 1 478 -28 744 2678 5 MP stroke c13 479 12 478 6 479 5 478 7 744 2672 5 MP stroke 0.25 sg 479 0 478 -2 479 5 478 -22 744 2670 5 MP stroke c8 479 4 478 1 479 -1 478 -1 744 2676 5 MP stroke c9 479 -1 478 -3 479 2 478 -2 744 2677 5 MP stroke c10 479 0 478 0 479 11 478 -31 744 2674 5 MP stroke c11 479 226 478 -139 479 88 478 -55 744 2673 5 MP stroke c12 479 82 478 46 479 26 478 14 744 2672 5 MP stroke c13 479 12 478 -19 479 27 478 -36 744 2673 5 MP stroke 0.25 sg 479 12 478 -25 479 34 478 -43 744 2678 5 MP stroke c8 479 4 478 -5 479 2 478 -20 744 2674 5 MP stroke c9 479 242 478 115 479 51 478 23 744 2676 5 MP stroke c10 479 8 478 -10 479 13 478 -30 744 2674 5 MP stroke c11 479 13 478 -15 479 22 478 -37 744 2674 5 MP stroke c12 479 2 478 -1 479 0 478 -27 744 2679 5 MP stroke c13 479 53 478 -52 479 50 478 -45 744 2673 5 MP stroke 0.25 sg 479 1 478 -2 479 -2 478 -19 744 2673 5 MP stroke c8 479 15 478 9 479 6 478 3 744 2672 5 MP stroke c9 479 384 478 160 479 62 478 26 744 2671 5 MP stroke c10 479 -1 478 -1 479 6 478 -26 744 2673 5 MP stroke c11 479 -4 478 2 479 -1 478 -3 744 2671 5 MP stroke c12 479 -4 478 0 479 2 478 -24 744 2678 5 MP stroke c13 479 5 478 -4 479 7 478 -30 744 2677 5 MP stroke 0.25 sg 479 -3 478 0 479 2 478 -27 744 2677 5 MP stroke c8 479 232 478 -147 479 95 478 -59 744 2674 5 MP stroke c9 479 38 478 -39 479 41 478 -45 744 2675 5 MP stroke gr c9 0 sg 1558 2134 mt (P = 1) s 1670 3854 mt (k) s 424 2928 mt -90 rotate (y) s 90 rotate 1 sg 0 1337 1915 0 0 -1337 3262 3566 4 MP PP -1915 0 0 1337 1915 0 0 -1337 3262 3566 5 MP stroke 4 w DO SO 6 w 0 sg 3262 2229 mt 5177 2229 L 3262 3566 mt 5177 3566 L 5177 3566 mt 5177 2229 L 3262 3566 mt 3262 2229 L 3262 3566 mt 5177 3566 L 3262 3566 mt 3262 2229 L 3262 3566 mt 3262 3546 L 3262 2229 mt 3262 2248 L 3229 3711 mt (1) s 3740 3566 mt 3740 3546 L 3740 2229 mt 3740 2248 L 3707 3711 mt (2) s 4219 3566 mt 4219 3546 L 4219 2229 mt 4219 2248 L 4186 3711 mt (3) s 4698 3566 mt 4698 3546 L 4698 2229 mt 4698 2248 L 4665 3711 mt (4) s 5177 3566 mt 5177 3546 L 5177 2229 mt 5177 2248 L 5144 3711 mt (5) s 3262 3566 mt 3281 3566 L 5177 3566 mt 5157 3566 L 2891 3610 mt (-2000) s 3262 3298 mt 3281 3298 L 5177 3298 mt 5157 3298 L 2891 3342 mt (-1500) s 3262 3031 mt 3281 3031 L 5177 3031 mt 5157 3031 L 2891 3075 mt (-1000) s 3262 2763 mt 3281 2763 L 5177 2763 mt 5157 2763 L 2957 2807 mt (-500) s 3262 2496 mt 3281 2496 L 5177 2496 mt 5157 2496 L 3161 2540 mt (0) s 3262 2229 mt 3281 2229 L 5177 2229 mt 5157 2229 L 3027 2273 mt (500) s 3262 2229 mt 5177 2229 L 3262 3566 mt 5177 3566 L 5177 3566 mt 5177 2229 L 3262 3566 mt 3262 2229 L gs 3262 2229 1916 1338 rc c8 479 1 479 0 479 0 478 0 3262 2496 5 MP stroke c9 479 1 479 0 479 1 478 0 3262 2496 5 MP stroke c10 479 1 479 -1 479 1 478 -1 3262 2496 5 MP stroke c11 479 0 479 -1 479 0 478 0 3262 2496 5 MP stroke c12 479 0 479 -1 479 0 478 0 3262 2496 5 MP stroke c13 479 0 479 0 479 0 478 -1 3262 2496 5 MP stroke 0.25 sg 479 298 479 59 479 12 478 2 3262 2496 5 MP stroke c8 479 5 479 -4 479 2 478 -1 3262 2496 5 MP stroke c9 479 195 479 -46 479 11 478 -3 3262 2496 5 MP stroke c10 479 1 479 -1 479 1 478 -1 3262 2496 5 MP stroke c11 479 0 479 -1 479 1 478 -1 3262 2496 5 MP stroke c12 479 49 479 -17 479 6 478 -2 3262 2496 5 MP stroke c13 479 620 479 -104 479 17 478 -3 3262 2496 5 MP stroke 0.25 sg 479 10 479 -5 479 3 478 -2 3262 2496 5 MP stroke c8 479 1 479 0 479 1 478 0 3262 2496 5 MP stroke c9 479 111 479 27 479 7 478 2 3262 2496 5 MP stroke c10 479 16 479 6 479 2 478 1 3262 2496 5 MP stroke c11 479 4 479 -2 479 1 478 -1 3262 2496 5 MP stroke c12 479 123 479 -34 479 10 478 -3 3262 2496 5 MP stroke c13 479 0 479 0 479 0 478 -1 3262 2496 5 MP stroke 0.25 sg 479 300 479 59 479 12 478 2 3262 2496 5 MP stroke c8 479 22 479 -9 479 4 478 -2 3262 2496 5 MP stroke c9 479 28 479 10 479 3 478 1 3262 2496 5 MP stroke c10 479 3 479 -2 479 1 478 -1 3262 2496 5 MP stroke c11 479 0 479 0 479 0 478 -1 3262 2496 5 MP stroke c12 479 27 479 -10 479 4 478 -2 3262 2496 5 MP stroke c13 479 0 479 0 479 0 478 0 3262 2496 5 MP stroke 0.25 sg 479 79 479 -23 479 7 478 -2 3262 2496 5 MP stroke c8 479 0 479 1 479 0 478 0 3262 2496 5 MP stroke c9 479 57 479 17 479 5 478 1 3262 2496 5 MP stroke c10 479 3 479 -2 479 1 478 -1 3262 2496 5 MP stroke c11 479 0 479 0 479 0 478 0 3262 2496 5 MP stroke c12 479 20 479 7 479 3 478 1 3262 2496 5 MP stroke c13 479 10 479 -5 479 3 478 -2 3262 2496 5 MP stroke 0.25 sg 479 77 479 -24 479 7 478 -2 3262 2496 5 MP stroke c8 479 8 479 3 479 2 478 0 3262 2496 5 MP stroke c9 479 0 479 0 479 -1 478 0 3262 2496 5 MP stroke c10 479 20 479 -9 479 4 478 -2 3262 2496 5 MP stroke c11 479 10 479 5 479 1 478 1 3262 2496 5 MP stroke c12 479 0 479 0 479 0 478 -1 3262 2496 5 MP stroke c13 479 10 479 4 479 2 478 1 3262 2496 5 MP stroke 0.25 sg 479 214 479 47 479 10 478 2 3262 2496 5 MP stroke c8 479 2 479 0 479 1 478 0 3262 2496 5 MP stroke c9 479 8 479 3 479 2 478 0 3262 2496 5 MP stroke c10 479 0 479 0 479 0 478 -1 3262 2496 5 MP stroke c11 479 0 479 0 479 0 478 0 3262 2496 5 MP stroke c12 479 1 479 -1 479 1 478 -1 3262 2496 5 MP stroke c13 479 0 479 0 479 0 478 -1 3262 2496 5 MP stroke 0.25 sg 479 72 479 20 479 6 478 1 3262 2496 5 MP stroke c8 479 63 479 18 479 5 478 1 3262 2496 5 MP stroke c9 479 8 479 -5 479 3 478 -2 3262 2496 5 MP stroke c10 479 58 479 -19 479 6 478 -2 3262 2496 5 MP stroke c11 479 6 479 -4 479 2 478 -1 3262 2496 5 MP stroke c12 479 10 479 5 479 1 478 1 3262 2496 5 MP stroke c13 479 -1 479 0 479 0 478 0 3262 2496 5 MP stroke 0.25 sg 479 56 479 -19 479 6 478 -2 3262 2496 5 MP stroke c8 479 55 479 16 479 5 478 1 3262 2496 5 MP stroke c9 479 0 479 -1 479 0 478 0 3262 2496 5 MP stroke c10 479 6 479 -4 479 2 478 -1 3262 2496 5 MP stroke c11 479 336 479 -71 479 15 478 -3 3262 2496 5 MP stroke c12 479 74 479 -23 479 7 478 -2 3262 2496 5 MP stroke c13 479 0 479 0 479 -1 478 0 3262 2496 5 MP stroke 0.25 sg 479 21 479 8 479 2 478 1 3262 2496 5 MP stroke c8 479 17 479 -8 479 4 478 -2 3262 2496 5 MP stroke c9 479 4 479 -3 479 2 478 -1 3262 2496 5 MP stroke c10 479 206 479 44 479 10 478 2 3262 2496 5 MP stroke c11 479 200 479 44 479 10 478 2 3262 2496 5 MP stroke c12 479 0 479 0 479 -1 478 0 3262 2496 5 MP stroke c13 479 673 479 107 479 17 478 3 3262 2496 5 MP stroke 0.25 sg 479 14 479 5 479 2 478 1 3262 2496 5 MP stroke c8 479 395 479 71 479 13 478 2 3262 2496 5 MP stroke c9 479 4 479 2 479 2 478 0 3262 2496 5 MP stroke c10 479 3 479 -2 479 1 478 -1 3262 2496 5 MP stroke c11 479 1 479 -1 479 1 478 -1 3262 2496 5 MP stroke c12 479 7 479 -4 479 3 478 -2 3262 2496 5 MP stroke c13 479 0 479 -1 479 1 478 -1 3262 2496 5 MP stroke 0.25 sg 479 47 479 14 479 4 478 1 3262 2496 5 MP stroke c8 479 1114 479 -174 479 27 478 -4 3262 2496 5 MP stroke c9 479 192 479 42 479 9 478 2 3262 2496 5 MP stroke c10 479 10 479 -5 479 3 478 -2 3262 2496 5 MP stroke c11 479 68 479 -23 479 8 478 -3 3262 2496 5 MP stroke c12 479 9 479 5 479 1 478 1 3262 2496 5 MP stroke c13 479 61 479 -20 479 6 478 -2 3262 2496 5 MP stroke 0.25 sg 479 0 479 0 479 -1 478 0 3262 2496 5 MP stroke c8 479 1 479 0 479 0 478 0 3262 2496 5 MP stroke c9 479 20 479 7 479 3 478 1 3262 2496 5 MP stroke c10 479 63 479 -20 479 6 478 -2 3262 2496 5 MP stroke c11 479 3 479 2 479 1 478 1 3262 2496 5 MP stroke c12 479 0 479 -1 479 0 478 0 3262 2496 5 MP stroke c13 479 147 479 -38 479 10 478 -3 3262 2496 5 MP stroke 0.25 sg 479 50 479 15 479 5 478 1 3262 2496 5 MP stroke c8 479 114 479 -33 479 10 478 -3 3262 2496 5 MP stroke c9 479 52 479 -18 479 6 478 -2 3262 2496 5 MP stroke c10 479 10 479 -5 479 3 478 -2 3262 2496 5 MP stroke c11 479 7 479 3 479 2 478 0 3262 2496 5 MP stroke c12 479 0 479 0 479 0 478 0 3262 2496 5 MP stroke c13 479 59 479 -21 479 7 478 -2 3262 2496 5 MP stroke 0.25 sg 479 193 479 -46 479 11 478 -3 3262 2496 5 MP stroke c8 479 0 479 1 479 0 478 0 3262 2496 5 MP stroke c9 479 16 479 6 479 2 478 1 3262 2496 5 MP stroke gr c9 0 sg 4044 2134 mt (P = 10) s 4188 3854 mt (k) s 2809 2928 mt -90 rotate (y) s 90 rotate end %%Color Dict eplot %%EndObject epage end showpage %%Trailer %%EOF