%!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\tubeLQ.eps %%CreationDate: 05/25/2010 21:32:35 %%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 -23 478 106 479 -185 478 -507 744 1283 5 MP stroke /c9 { 0.000000 0.500000 0.000000 sr} bdef c9 479 -15 478 5 479 100 478 -706 744 1325 5 MP stroke /c10 { 1.000000 0.000000 0.000000 sr} bdef c10 479 62 478 170 479 -74 478 -753 744 1419 5 MP stroke /c11 { 0.000000 0.750000 0.750000 sr} bdef c11 479 19 478 -143 479 212 478 -673 744 1270 5 MP stroke /c12 { 0.750000 0.000000 0.750000 sr} bdef c12 479 70 478 -56 479 92 478 -702 744 1321 5 MP stroke /c13 { 0.750000 0.750000 0.000000 sr} bdef c13 479 -21 478 -81 479 3 478 -648 744 1412 5 MP stroke 0.25 sg 479 -51 478 35 479 59 478 -570 744 1193 5 MP stroke c8 479 113 478 -169 479 -37 478 -650 744 1420 5 MP stroke c9 479 52 478 -32 479 126 478 -824 744 1353 5 MP stroke c10 479 48 478 -29 479 -187 478 -624 744 1404 5 MP stroke c11 479 0 478 -162 479 70 478 -631 744 1327 5 MP stroke c12 479 -51 478 -180 479 181 478 -744 744 1367 5 MP stroke c13 479 146 478 -124 479 94 478 -758 744 1370 5 MP stroke 0.25 sg 479 26 478 7 479 -99 478 -538 744 1271 5 MP stroke c8 479 -16 478 -9 479 -38 478 -546 744 1306 5 MP stroke c9 479 -115 478 104 479 -20 478 -679 744 1362 5 MP stroke c10 479 5 478 33 479 -96 478 -569 744 1342 5 MP stroke c11 479 98 478 65 479 -25 478 -765 744 1405 5 MP stroke c12 479 5 478 -19 479 -23 478 -597 744 1358 5 MP stroke c13 479 69 478 3 479 -30 478 -545 744 1216 5 MP stroke 0.25 sg 479 -90 478 -49 479 153 478 -746 744 1329 5 MP stroke c8 479 -71 478 -186 479 93 478 -636 744 1306 5 MP stroke c9 479 21 478 -115 479 59 478 -709 744 1397 5 MP stroke c10 479 87 478 -125 479 11 478 -605 744 1352 5 MP stroke c11 479 183 478 -84 479 12 478 -652 744 1270 5 MP stroke c12 479 -112 478 10 479 119 478 -747 744 1351 5 MP stroke c13 479 -228 478 293 479 -29 478 -761 744 1374 5 MP stroke 0.25 sg 479 -97 478 56 479 108 478 -836 744 1390 5 MP stroke c8 479 -79 478 -211 479 164 478 -723 744 1356 5 MP stroke c9 479 41 478 109 479 -189 478 -422 744 1230 5 MP stroke c10 479 123 478 -43 479 2 478 -705 744 1368 5 MP stroke c11 479 86 478 32 479 -62 478 -644 744 1269 5 MP stroke c12 479 38 478 53 479 -79 478 -617 744 1323 5 MP stroke c13 479 -18 478 -109 479 117 478 -580 744 1212 5 MP stroke 0.25 sg 479 75 478 71 479 -151 478 -736 744 1365 5 MP stroke c8 479 -9 478 -59 479 -63 478 -663 744 1352 5 MP stroke c9 479 14 478 32 479 -16 478 -722 744 1430 5 MP stroke c10 479 -136 478 139 479 -131 478 -577 744 1348 5 MP stroke c11 479 50 478 2 479 -28 478 -597 744 1257 5 MP stroke c12 479 -16 478 -29 479 6 478 -667 744 1296 5 MP stroke c13 479 -10 478 -39 479 89 478 -657 744 1234 5 MP stroke 0.25 sg 479 -130 478 195 479 27 478 -744 744 1367 5 MP stroke c8 479 -126 478 188 479 -29 478 -602 744 1245 5 MP stroke c9 479 199 478 102 479 -158 478 -777 744 1471 5 MP stroke c10 479 -23 478 51 479 67 478 -851 744 1411 5 MP stroke c11 479 -83 478 19 479 5 478 -585 744 1294 5 MP stroke c12 479 -144 478 185 479 -53 478 -608 744 1325 5 MP stroke c13 479 -10 478 -16 479 29 478 -648 744 1256 5 MP stroke 0.25 sg 479 11 478 -2 479 39 478 -790 744 1461 5 MP stroke c8 479 65 478 142 479 -151 478 -727 744 1399 5 MP stroke c9 479 35 478 -99 479 28 478 -484 744 1204 5 MP stroke c10 479 -56 478 5 479 52 478 -728 744 1390 5 MP stroke c11 479 162 478 -128 479 40 478 -627 744 1225 5 MP stroke c12 479 -79 478 91 479 -33 478 -646 744 1332 5 MP stroke c13 479 129 478 -56 479 -86 478 -586 744 1310 5 MP stroke 0.25 sg 479 165 478 -37 479 -63 478 -813 744 1484 5 MP stroke c8 479 143 478 -181 479 -14 478 -592 744 1351 5 MP stroke c9 479 84 478 -14 479 -123 478 -483 744 1224 5 MP stroke c10 479 0 478 24 479 -54 478 -712 744 1443 5 MP stroke c11 479 102 478 -100 479 -7 478 -624 744 1291 5 MP stroke c12 479 96 478 102 479 -202 478 -636 744 1395 5 MP stroke c13 479 63 478 43 479 -84 478 -545 744 1256 5 MP stroke 0.25 sg 479 8 478 108 479 -17 478 -771 744 1397 5 MP stroke c8 479 -55 478 -102 479 64 478 -709 744 1368 5 MP stroke c9 479 20 478 8 479 -69 478 -441 744 1222 5 MP stroke c10 479 0 478 -52 479 87 478 -700 744 1269 5 MP stroke c11 479 179 478 -44 479 -101 478 -557 744 1273 5 MP stroke c12 479 -79 478 106 479 -81 478 -608 744 1309 5 MP stroke c13 479 105 478 -48 479 -28 478 -697 744 1319 5 MP stroke 0.25 sg 479 69 478 197 479 -131 478 -670 744 1393 5 MP stroke c8 479 -72 478 221 479 -96 478 -813 744 1427 5 MP stroke c9 479 78 478 -131 479 87 478 -709 744 1356 5 MP stroke c10 479 -107 478 104 479 13 478 -683 744 1298 5 MP stroke c11 479 -89 478 74 479 28 478 -786 744 1408 5 MP stroke c12 479 -173 478 130 479 17 478 -654 744 1280 5 MP stroke c13 479 41 478 104 479 -123 478 -742 744 1359 5 MP stroke 0.25 sg 479 130 478 27 479 -231 478 -571 744 1365 5 MP stroke c8 479 -6 478 -79 479 -119 478 -622 744 1317 5 MP stroke c9 479 -100 478 56 479 55 478 -706 744 1313 5 MP stroke c10 479 37 478 20 479 8 478 -693 744 1281 5 MP stroke c11 479 55 478 159 479 -63 478 -670 744 1330 5 MP stroke c12 479 35 478 -72 479 128 478 -773 744 1366 5 MP stroke c13 479 -43 478 137 479 -119 478 -740 744 1458 5 MP stroke 0.25 sg 479 -80 478 64 479 84 478 -604 744 1242 5 MP stroke c8 479 106 478 -25 479 -78 478 -645 744 1403 5 MP stroke c9 479 -122 478 -66 479 44 478 -622 744 1311 5 MP stroke c10 479 -118 478 -10 479 13 478 -598 744 1279 5 MP stroke c11 479 -29 478 20 479 -27 478 -680 744 1357 5 MP stroke c12 479 55 478 -28 479 4 478 -698 744 1383 5 MP stroke c13 479 -2 478 -37 479 17 478 -755 744 1443 5 MP stroke 0.25 sg 479 -48 478 171 479 -36 478 -798 744 1450 5 MP stroke c8 479 -137 478 75 479 34 478 -764 744 1391 5 MP stroke c9 479 -163 478 79 479 -21 478 -573 744 1268 5 MP stroke c10 479 -69 478 -50 479 94 478 -602 744 1292 5 MP stroke c11 479 101 478 195 479 -110 478 -680 744 1322 5 MP stroke c12 479 112 478 2 479 0 478 -763 744 1377 5 MP stroke c13 479 71 478 -53 479 18 478 -587 744 1223 5 MP stroke 0.25 sg 479 -99 478 10 479 70 478 -666 744 1303 5 MP stroke c8 479 -46 478 -11 479 -12 478 -623 744 1320 5 MP stroke c9 479 -61 478 -9 479 -14 478 -620 744 1308 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 2991 1712 mt (-0.5) 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 3061 1043 mt (0.5) s 3262 664 mt 3281 664 L 5177 664 mt 5157 664 L 3161 708 mt (1) s 3262 330 mt 3281 330 L 5177 330 mt 5157 330 L 3061 374 mt (1.5) 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 -90 479 186 479 60 478 -763 3262 1296 5 MP stroke c9 479 100 479 19 479 -132 478 -737 3262 1470 5 MP stroke c10 479 116 479 -173 479 76 478 -560 3262 1231 5 MP stroke c11 479 -38 479 -61 479 246 478 -840 3262 1370 5 MP stroke c12 479 -1 479 -24 479 39 478 -799 3262 1403 5 MP stroke c13 479 5 479 40 479 208 478 -864 3262 1306 5 MP stroke 0.25 sg 479 49 479 36 479 -92 478 -351 3262 1167 5 MP stroke c8 479 47 479 -111 479 93 478 -662 3262 1263 5 MP stroke c9 479 -130 479 118 479 -59 478 -633 3262 1310 5 MP stroke c10 479 -53 479 195 479 -75 478 -610 3262 1259 5 MP stroke c11 479 -51 479 -46 479 32 478 -631 3262 1351 5 MP stroke c12 479 -38 479 154 479 -177 478 -665 3262 1436 5 MP stroke c13 479 173 479 -136 479 59 478 -748 3262 1387 5 MP stroke 0.25 sg 479 -48 479 -34 479 -26 478 -592 3262 1337 5 MP stroke c8 479 72 479 -80 479 33 478 -706 3262 1326 5 MP stroke c9 479 -135 479 134 479 25 478 -638 3262 1248 5 MP stroke c10 479 1 479 10 479 -101 478 -510 3262 1253 5 MP stroke c11 479 141 479 -123 479 -106 478 -503 3262 1296 5 MP stroke c12 479 133 479 -76 479 15 478 -741 3262 1392 5 MP stroke c13 479 67 479 -63 479 21 478 -528 3262 1206 5 MP stroke 0.25 sg 479 191 479 -137 479 120 478 -708 3262 1273 5 MP stroke c8 479 25 479 1 479 149 478 -935 3262 1451 5 MP stroke c9 479 -220 479 84 479 -12 478 -502 3262 1170 5 MP stroke c10 479 169 479 -106 479 22 478 -755 3262 1395 5 MP stroke c11 479 -31 479 -11 479 -56 478 -559 3262 1309 5 MP stroke c12 479 62 479 -105 479 -28 478 -527 3262 1266 5 MP stroke c13 479 74 479 17 479 -93 478 -675 3262 1401 5 MP stroke 0.25 sg 479 -101 479 -70 479 -37 478 -768 3262 1509 5 MP stroke c8 479 34 479 -174 479 119 478 -624 3262 1252 5 MP stroke c9 479 -40 479 45 479 10 478 -701 3262 1406 5 MP stroke c10 479 73 479 58 479 -111 478 -625 3262 1356 5 MP stroke c11 479 44 479 -39 479 183 478 -695 3262 1269 5 MP stroke c12 479 144 479 -29 479 38 478 -790 3262 1352 5 MP stroke c13 479 -99 479 52 479 -20 478 -653 3262 1344 5 MP stroke 0.25 sg 479 -85 479 37 479 104 478 -884 3262 1389 5 MP stroke c8 479 12 479 -108 479 21 478 -687 3262 1319 5 MP stroke c9 479 -125 479 66 479 -35 478 -627 3262 1317 5 MP stroke c10 479 89 479 -128 479 7 478 -749 3262 1422 5 MP stroke c11 479 97 479 -64 479 0 478 -596 3262 1251 5 MP stroke c12 479 59 479 50 479 -138 478 -569 3262 1314 5 MP stroke c13 479 -111 479 74 479 97 478 -804 3262 1404 5 MP stroke 0.25 sg 479 3 479 -114 479 181 478 -786 3262 1357 5 MP stroke c8 479 104 479 13 479 -40 478 -601 3262 1339 5 MP stroke c9 479 29 479 -22 479 -35 478 -604 3262 1331 5 MP stroke c10 479 30 479 -45 479 -54 478 -642 3262 1398 5 MP stroke c11 479 25 479 -44 479 -124 478 -658 3262 1398 5 MP stroke c12 479 66 479 0 479 81 478 -734 3262 1360 5 MP stroke c13 479 50 479 -45 479 -78 478 -541 3262 1294 5 MP stroke 0.25 sg 479 52 479 87 479 -136 478 -682 3262 1388 5 MP stroke c8 479 36 479 -153 479 128 478 -634 3262 1277 5 MP stroke c9 479 3 479 -61 479 121 478 -705 3262 1257 5 MP stroke c10 479 41 479 -31 479 30 478 -732 3262 1388 5 MP stroke c11 479 119 479 -13 479 -52 478 -679 3262 1347 5 MP stroke c12 479 -114 479 -36 479 125 478 -618 3262 1227 5 MP stroke c13 479 -109 479 91 479 -137 478 -504 3262 1301 5 MP stroke 0.25 sg 479 132 479 75 479 -161 478 -618 3262 1304 5 MP stroke c8 479 -15 479 19 479 -3 478 -638 3262 1259 5 MP stroke c9 479 -93 479 -102 479 125 478 -762 3262 1384 5 MP stroke c10 479 -42 479 29 479 104 478 -808 3262 1351 5 MP stroke c11 479 -52 479 41 479 -52 478 -689 3262 1404 5 MP stroke c12 479 -121 479 29 479 -102 478 -575 3262 1308 5 MP stroke c13 479 11 479 110 479 -118 478 -575 3262 1292 5 MP stroke 0.25 sg 479 -114 479 -7 479 188 478 -691 3262 1225 5 MP stroke c8 479 -47 479 -22 479 45 478 -685 3262 1360 5 MP stroke c9 479 -29 479 -53 479 -43 478 -734 3262 1472 5 MP stroke c10 479 94 479 -43 479 45 478 -760 3262 1379 5 MP stroke c11 479 22 479 17 479 -112 478 -585 3262 1336 5 MP stroke c12 479 -145 479 50 479 30 478 -647 3262 1282 5 MP stroke c13 479 7 479 4 479 4 478 -646 3262 1329 5 MP stroke 0.25 sg 479 -41 479 72 479 -36 478 -765 3262 1401 5 MP stroke c8 479 -136 479 84 479 69 478 -690 3262 1328 5 MP stroke c9 479 -203 479 -16 479 58 478 -610 3262 1284 5 MP stroke c10 479 -14 479 114 479 -31 478 -583 3262 1229 5 MP stroke c11 479 59 479 -149 479 -55 478 -535 3262 1288 5 MP stroke c12 479 -50 479 -82 479 74 478 -540 3262 1222 5 MP stroke c13 479 27 479 39 479 -145 478 -592 3262 1343 5 MP stroke 0.25 sg 479 14 479 71 479 -126 478 -592 3262 1298 5 MP stroke c8 479 103 479 -107 479 -81 478 -591 3262 1313 5 MP stroke c9 479 -72 479 -96 479 47 478 -603 3262 1311 5 MP stroke c10 479 -1 479 34 479 -137 478 -426 3262 1224 5 MP stroke c11 479 -46 479 -32 479 138 478 -732 3262 1323 5 MP stroke c12 479 77 479 -24 479 16 478 -580 3262 1228 5 MP stroke c13 479 -71 479 61 479 27 478 -638 3262 1333 5 MP stroke 0.25 sg 479 49 479 -26 479 -91 478 -623 3262 1354 5 MP stroke c8 479 -105 479 -78 479 36 478 -632 3262 1368 5 MP stroke c9 479 -203 479 76 479 28 478 -570 3262 1234 5 MP stroke c10 479 44 479 1 479 33 478 -807 3262 1381 5 MP stroke c11 479 27 479 -44 479 69 478 -817 3262 1406 5 MP stroke c12 479 45 479 -17 479 -160 478 -557 3262 1349 5 MP stroke c13 479 -137 479 18 479 2 478 -530 3262 1170 5 MP stroke 0.25 sg 479 -78 479 -29 479 208 478 -834 3262 1352 5 MP stroke c8 479 -195 479 -105 479 271 478 -821 3262 1378 5 MP stroke c9 479 -56 479 -81 479 11 478 -494 3262 1226 5 MP stroke c10 479 -101 479 9 479 69 478 -703 3262 1399 5 MP stroke c11 479 73 479 -61 479 -75 478 -659 3262 1407 5 MP stroke c12 479 141 479 54 479 31 478 -738 3262 1295 5 MP stroke c13 479 42 479 -2 479 -89 478 -605 3262 1334 5 MP stroke 0.25 sg 479 -7 479 -21 479 -21 478 -573 3262 1299 5 MP stroke c8 479 93 479 -28 479 68 478 -609 3262 1216 5 MP stroke c9 479 9 479 23 479 152 478 -843 3262 1323 5 MP stroke gr c9 0 sg 4027 235 mt (P = 0.1) s 4188 1956 mt (k) s 2909 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 473 3610 mt (-0.5) s 744 3231 mt 763 3231 L 2658 3231 mt 2638 3231 L 643 3275 mt (0) s 744 2897 mt 763 2897 L 2658 2897 mt 2638 2897 L 543 2941 mt (0.5) s 744 2563 mt 763 2563 L 2658 2563 mt 2638 2563 L 643 2607 mt (1) s 744 2229 mt 763 2229 L 2658 2229 mt 2638 2229 L 543 2273 mt (1.5) 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 -50 478 -42 479 75 478 -552 744 3163 5 MP stroke c9 479 6 478 -56 479 -37 478 -592 744 3182 5 MP stroke c10 479 92 478 -82 479 15 478 -540 744 3140 5 MP stroke c11 479 -100 478 51 479 19 478 -741 744 3235 5 MP stroke c12 479 118 478 -4 479 -53 478 -668 744 3210 5 MP stroke c13 479 -56 478 -5 479 135 478 -818 744 3251 5 MP stroke 0.25 sg 479 66 478 -28 479 68 478 -658 744 3179 5 MP stroke c8 479 -26 478 -68 479 161 478 -793 744 3277 5 MP stroke c9 479 37 478 -42 479 18 478 -723 744 3314 5 MP stroke c10 479 -144 478 14 479 -58 478 -573 744 3217 5 MP stroke c11 479 -46 478 126 479 49 478 -643 744 3142 5 MP stroke c12 479 -119 478 75 479 44 478 -667 744 3189 5 MP stroke c13 479 10 478 57 479 -36 478 -749 744 3356 5 MP stroke 0.25 sg 479 61 478 -52 479 -23 478 -567 744 3205 5 MP stroke c8 479 -3 478 -36 479 -16 478 -542 744 3187 5 MP stroke c9 479 -11 478 -41 479 24 478 -700 744 3284 5 MP stroke c10 479 40 478 -227 479 -21 478 -527 744 3227 5 MP stroke c11 479 -15 478 -55 479 -35 478 -625 744 3215 5 MP stroke c12 479 61 478 -98 479 90 478 -606 744 3196 5 MP stroke c13 479 84 478 -96 479 54 478 -758 744 3281 5 MP stroke 0.25 sg 479 -30 478 -71 479 26 478 -633 744 3222 5 MP stroke c8 479 -128 478 77 479 130 478 -766 744 3221 5 MP stroke c9 479 265 478 -141 479 10 478 -721 744 3291 5 MP stroke c10 479 -73 478 111 479 -169 478 -617 744 3280 5 MP stroke c11 479 -61 478 88 479 -40 478 -596 744 3231 5 MP stroke c12 479 114 478 103 479 -68 478 -685 744 3198 5 MP stroke c13 479 35 478 -36 479 81 478 -675 744 3164 5 MP stroke 0.25 sg 479 74 478 57 479 91 478 -768 744 3240 5 MP stroke c8 479 36 478 -25 479 -47 478 -736 744 3307 5 MP stroke c9 479 -80 478 -26 479 -33 478 -588 744 3240 5 MP stroke c10 479 0 478 7 479 107 478 -710 744 3230 5 MP stroke c11 479 8 478 32 479 -13 478 -672 744 3257 5 MP stroke c12 479 -53 478 122 479 -22 478 -592 744 3135 5 MP stroke c13 479 -18 478 14 479 -51 478 -739 744 3290 5 MP stroke 0.25 sg 479 -10 478 54 479 -33 478 -545 744 3091 5 MP stroke c8 479 86 478 -45 479 -66 478 -538 744 3213 5 MP stroke c9 479 24 478 17 479 14 478 -651 744 3158 5 MP stroke c10 479 127 478 -212 479 96 478 -743 744 3301 5 MP stroke c11 479 -38 478 60 479 -35 478 -614 744 3241 5 MP stroke c12 479 36 478 -59 479 10 478 -825 744 3372 5 MP stroke c13 479 9 478 -43 479 75 478 -768 744 3364 5 MP stroke 0.25 sg 479 55 478 -10 479 -96 478 -740 744 3357 5 MP stroke c8 479 13 478 -41 479 -70 478 -689 744 3303 5 MP stroke c9 479 -10 478 -7 479 8 478 -631 744 3142 5 MP stroke c10 479 -22 478 185 479 -103 478 -536 744 3130 5 MP stroke c11 479 48 478 -16 479 69 478 -747 744 3278 5 MP stroke c12 479 -134 478 129 479 19 478 -750 744 3205 5 MP stroke c13 479 -62 478 -10 479 33 478 -600 744 3161 5 MP stroke 0.25 sg 479 69 478 -121 479 -30 478 -604 744 3293 5 MP stroke c8 479 169 478 -216 479 246 478 -943 744 3397 5 MP stroke c9 479 -55 478 -123 479 18 478 -657 744 3328 5 MP stroke c10 479 -67 478 19 479 -172 478 -563 744 3280 5 MP stroke c11 479 -127 478 96 479 121 478 -671 744 3122 5 MP stroke c12 479 -58 478 -293 479 176 478 -687 744 3268 5 MP stroke c13 479 -83 478 35 479 -14 478 -603 744 3223 5 MP stroke 0.25 sg 479 -134 478 113 479 -125 478 -532 744 3188 5 MP stroke c8 479 -24 478 35 479 29 478 -635 744 3121 5 MP stroke c9 479 -27 478 -175 479 190 478 -923 744 3389 5 MP stroke c10 479 -78 478 195 479 -155 478 -707 744 3278 5 MP stroke c11 479 -27 478 139 479 48 478 -763 744 3191 5 MP stroke c12 479 24 478 65 479 -46 478 -604 744 3132 5 MP stroke c13 479 40 478 -50 479 -46 478 -672 744 3300 5 MP stroke 0.25 sg 479 -69 478 142 479 70 478 -596 744 3090 5 MP stroke c8 479 -37 478 19 479 36 478 -721 744 3215 5 MP stroke c9 479 147 478 -63 479 -183 478 -532 744 3263 5 MP stroke c10 479 -208 478 128 479 -133 478 -453 744 3114 5 MP stroke c11 479 -44 478 38 479 -23 478 -664 744 3205 5 MP stroke c12 479 -14 478 -12 479 -51 478 -663 744 3263 5 MP stroke c13 479 97 478 -124 479 -2 478 -688 744 3286 5 MP stroke 0.25 sg 479 -31 478 10 479 -50 478 -548 744 3174 5 MP stroke c8 479 -59 478 -158 479 148 478 -652 744 3195 5 MP stroke c9 479 -115 478 128 479 -42 478 -620 744 3207 5 MP stroke c10 479 -35 478 -93 479 116 478 -711 744 3246 5 MP stroke c11 479 106 478 10 479 -86 478 -576 744 3178 5 MP stroke c12 479 145 478 -33 479 -78 478 -549 744 3157 5 MP stroke c13 479 -75 478 4 479 -27 478 -530 744 3163 5 MP stroke 0.25 sg 479 -25 478 62 479 -110 478 -664 744 3243 5 MP stroke c8 479 116 478 -168 479 117 478 -820 744 3316 5 MP stroke c9 479 77 478 -81 479 242 478 -720 744 3192 5 MP stroke c10 479 -131 478 81 479 130 478 -844 744 3284 5 MP stroke c11 479 -14 478 98 479 73 478 -738 744 3165 5 MP stroke c12 479 -121 478 172 479 -100 478 -524 744 3108 5 MP stroke c13 479 19 478 20 479 51 478 -657 744 3166 5 MP stroke 0.25 sg 479 -35 478 50 479 1 478 -583 744 3151 5 MP stroke c8 479 47 478 -80 479 -7 478 -527 744 3101 5 MP stroke c9 479 175 478 -122 479 44 478 -633 744 3183 5 MP stroke c10 479 59 478 -58 479 -24 478 -589 744 3186 5 MP stroke c11 479 56 478 -22 479 18 478 -879 744 3396 5 MP stroke c12 479 -43 478 -19 479 -8 478 -680 744 3266 5 MP stroke c13 479 -59 478 68 479 -83 478 -569 744 3159 5 MP stroke 0.25 sg 479 -6 478 -2 479 100 478 -723 744 3239 5 MP stroke c8 479 38 478 31 479 -61 478 -692 744 3265 5 MP stroke c9 479 -31 478 -102 479 -72 478 -468 744 3166 5 MP stroke c10 479 57 478 -137 479 115 478 -713 744 3290 5 MP stroke c11 479 -153 478 68 479 -127 478 -542 744 3274 5 MP stroke c12 479 67 478 5 479 65 478 -732 744 3279 5 MP stroke c13 479 67 478 -16 479 -13 478 -644 744 3210 5 MP stroke 0.25 sg 479 27 478 -95 479 106 478 -590 744 3149 5 MP stroke c8 479 -27 478 16 479 -49 478 -575 744 3166 5 MP stroke c9 479 13 478 -86 479 150 478 -776 744 3270 5 MP stroke gr c9 0 sg 1558 2134 mt (P = 1) s 1670 3854 mt (k) s 391 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 2991 3610 mt (-0.5) s 3262 3231 mt 3281 3231 L 5177 3231 mt 5157 3231 L 3161 3275 mt (0) s 3262 2897 mt 3281 2897 L 5177 2897 mt 5157 2897 L 3061 2941 mt (0.5) s 3262 2563 mt 3281 2563 L 5177 2563 mt 5157 2563 L 3161 2607 mt (1) s 3262 2229 mt 3281 2229 L 5177 2229 mt 5157 2229 L 3061 2273 mt (1.5) 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 12 479 -31 479 -31 478 -653 3262 3254 5 MP stroke c9 479 -51 479 152 479 -62 478 -641 3262 3174 5 MP stroke c10 479 30 479 -34 479 -1 478 -730 3262 3276 5 MP stroke c11 479 32 479 -189 479 209 478 -726 3262 3211 5 MP stroke c12 479 -100 479 -176 479 116 478 -569 3262 3151 5 MP stroke c13 479 -88 479 -74 479 49 478 -674 3262 3246 5 MP stroke 0.25 sg 479 -35 479 89 479 -91 478 -477 3262 3082 5 MP stroke c8 479 164 479 -132 479 80 478 -653 3262 3188 5 MP stroke c9 479 -129 479 18 479 94 478 -635 3262 3259 5 MP stroke c10 479 -12 479 -61 479 100 478 -733 3262 3189 5 MP stroke c11 479 4 479 -24 479 134 478 -770 3262 3280 5 MP stroke c12 479 -1 479 8 479 65 478 -813 3262 3308 5 MP stroke c13 479 95 479 -30 479 -82 478 -486 3262 3106 5 MP stroke 0.25 sg 479 36 479 -64 479 143 478 -615 3262 3126 5 MP stroke c8 479 -28 479 -117 479 112 478 -649 3262 3188 5 MP stroke c9 479 87 479 -115 479 115 478 -714 3262 3250 5 MP stroke c10 479 -31 479 24 479 -16 478 -625 3262 3159 5 MP stroke c11 479 -83 479 232 479 -134 478 -593 3262 3186 5 MP stroke c12 479 -78 479 -59 479 -30 478 -599 3262 3288 5 MP stroke c13 479 -100 479 38 479 134 478 -729 3262 3177 5 MP stroke 0.25 sg 479 118 479 -154 479 187 478 -829 3262 3252 5 MP stroke c8 479 93 479 -155 479 240 478 -789 3262 3257 5 MP stroke c9 479 -65 479 44 479 65 478 -640 3262 3222 5 MP stroke c10 479 -49 479 92 479 -107 478 -657 3262 3247 5 MP stroke c11 479 -24 479 26 479 -13 478 -598 3262 3168 5 MP stroke c12 479 -86 479 -31 479 6 478 -698 3262 3346 5 MP stroke c13 479 -59 479 -17 479 78 478 -664 3262 3231 5 MP stroke 0.25 sg 479 -33 479 116 479 -35 478 -583 3262 3095 5 MP stroke c8 479 103 479 -68 479 37 478 -604 3262 3202 5 MP stroke c9 479 -106 479 -6 479 73 478 -730 3262 3236 5 MP stroke c10 479 -23 479 -18 479 91 478 -796 3262 3363 5 MP stroke c11 479 127 479 -225 479 202 478 -774 3262 3240 5 MP stroke c12 479 -168 479 -34 479 144 478 -713 3262 3229 5 MP stroke c13 479 -106 479 86 479 -81 478 -657 3262 3231 5 MP stroke 0.25 sg 479 1 479 -25 479 42 478 -763 3262 3282 5 MP stroke c8 479 -58 479 91 479 -12 478 -563 3262 3030 5 MP stroke c9 479 45 479 -87 479 46 478 -573 3262 3174 5 MP stroke c10 479 -12 479 69 479 11 478 -749 3262 3282 5 MP stroke c11 479 20 479 27 479 -115 478 -666 3262 3295 5 MP stroke c12 479 -1 479 6 479 -42 478 -584 3262 3227 5 MP stroke c13 479 75 479 -91 479 6 478 -536 3262 3118 5 MP stroke 0.25 sg 479 -99 479 -12 479 61 478 -676 3262 3236 5 MP stroke c8 479 -116 479 186 479 14 478 -742 3262 3196 5 MP stroke c9 479 -249 479 -64 479 156 478 -737 3262 3260 5 MP stroke c10 479 107 479 -63 479 -48 478 -462 3262 3101 5 MP stroke c11 479 2 479 98 479 -229 478 -492 3262 3153 5 MP stroke c12 479 213 479 -157 479 52 478 -695 3262 3218 5 MP stroke c13 479 145 479 -128 479 -23 478 -721 3262 3320 5 MP stroke 0.25 sg 479 62 479 -26 479 -53 478 -602 3262 3183 5 MP stroke c8 479 -36 479 20 479 -17 478 -706 3262 3251 5 MP stroke c9 479 -135 479 13 479 79 478 -712 3262 3276 5 MP stroke c10 479 43 479 56 479 66 478 -848 3262 3296 5 MP stroke c11 479 105 479 -32 479 149 478 -835 3262 3235 5 MP stroke c12 479 -28 479 67 479 -129 478 -686 3262 3277 5 MP stroke c13 479 147 479 -112 479 77 478 -720 3262 3252 5 MP stroke 0.25 sg 479 98 479 78 479 -183 478 -536 3262 3176 5 MP stroke c8 479 -34 479 -79 479 69 478 -601 3262 3180 5 MP stroke c9 479 17 479 -48 479 68 478 -627 3262 3182 5 MP stroke c10 479 -5 479 -154 479 54 478 -543 3262 3218 5 MP stroke c11 479 78 479 -97 479 18 478 -618 3262 3150 5 MP stroke c12 479 22 479 95 479 -89 478 -756 3262 3345 5 MP stroke c13 479 2 479 183 479 -216 478 -635 3262 3322 5 MP stroke 0.25 sg 479 74 479 83 479 -75 478 -742 3262 3285 5 MP stroke c8 479 -50 479 -98 479 99 478 -737 3262 3277 5 MP stroke c9 479 121 479 -45 479 -45 478 -599 3262 3218 5 MP stroke c10 479 36 479 -29 479 -18 478 -573 3262 3096 5 MP stroke c11 479 166 479 -98 479 47 478 -823 3262 3343 5 MP stroke c12 479 -67 479 -15 479 12 478 -755 3262 3276 5 MP stroke c13 479 -85 479 -14 479 -91 478 -484 3262 3232 5 MP stroke 0.25 sg 479 75 479 -112 479 96 478 -713 3262 3269 5 MP stroke c8 479 -212 479 156 479 -40 478 -593 3262 3144 5 MP stroke c9 479 116 479 -105 479 71 478 -614 3262 3140 5 MP stroke c10 479 53 479 107 479 -116 478 -658 3262 3224 5 MP stroke c11 479 -96 479 112 479 -21 478 -723 3262 3288 5 MP stroke c12 479 -73 479 99 479 -112 478 -648 3262 3290 5 MP stroke c13 479 -69 479 -93 479 -83 478 -571 3262 3279 5 MP stroke 0.25 sg 479 103 479 -72 479 22 478 -765 3262 3343 5 MP stroke c8 479 -40 479 -5 479 72 478 -721 3262 3242 5 MP stroke c9 479 -25 479 38 479 -163 478 -406 3262 3133 5 MP stroke c10 479 -25 479 75 479 30 478 -811 3262 3337 5 MP stroke c11 479 8 479 73 479 -149 478 -508 3262 3122 5 MP stroke c12 479 -19 479 27 479 8 478 -647 3262 3218 5 MP stroke c13 479 -5 479 19 479 86 478 -753 3262 3264 5 MP stroke 0.25 sg 479 53 479 16 479 30 478 -724 3262 3255 5 MP stroke c8 479 -66 479 134 479 -18 478 -555 3262 3118 5 MP stroke c9 479 -21 479 -14 479 -52 478 -601 3262 3198 5 MP stroke c10 479 81 479 -223 479 151 478 -616 3262 3111 5 MP stroke c11 479 -14 479 -76 479 175 478 -668 3262 3173 5 MP stroke c12 479 -142 479 47 479 112 478 -841 3262 3335 5 MP stroke c13 479 62 479 21 479 79 478 -774 3262 3266 5 MP stroke 0.25 sg 479 -39 479 -119 479 216 478 -728 3262 3243 5 MP stroke c8 479 -81 479 215 479 -199 478 -608 3262 3242 5 MP stroke c9 479 56 479 -184 479 121 478 -843 3262 3361 5 MP stroke c10 479 90 479 -114 479 58 478 -642 3262 3211 5 MP stroke c11 479 -62 479 -57 479 -12 478 -452 3262 3152 5 MP stroke c12 479 -112 479 -81 479 93 478 -698 3262 3230 5 MP stroke c13 479 -53 479 161 479 -90 478 -631 3262 3195 5 MP stroke 0.25 sg 479 -47 479 26 479 69 478 -707 3262 3227 5 MP stroke c8 479 -196 479 183 479 -43 478 -605 3262 3152 5 MP stroke c9 479 151 479 155 479 -115 478 -641 3262 3166 5 MP stroke gr c9 0 sg 4044 2134 mt (P = 10) s 4188 3854 mt (k) s 2909 2928 mt -90 rotate (y) s 90 rotate end %%Color Dict eplot %%EndObject epage end showpage %%Trailer %%EOF