%!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\tubeILQG.eps %%CreationDate: 05/25/2010 21:34:04 %%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 59 478 15 479 -160 478 -566 744 1344 5 MP stroke /c9 { 0.000000 0.500000 0.000000 sr} bdef c9 479 -64 478 -27 479 -81 478 -447 744 1210 5 MP stroke /c10 { 1.000000 0.000000 0.000000 sr} bdef c10 479 -47 478 35 479 72 478 -635 744 1245 5 MP stroke /c11 { 0.000000 0.750000 0.750000 sr} bdef c11 479 -13 478 -154 479 6 478 -598 744 1302 5 MP stroke /c12 { 0.750000 0.000000 0.750000 sr} bdef c12 479 -17 478 81 479 3 478 -646 744 1305 5 MP stroke /c13 { 0.750000 0.750000 0.000000 sr} bdef c13 479 37 478 22 479 -60 478 -586 744 1280 5 MP stroke 0.25 sg 479 51 478 -48 479 44 478 -591 744 1258 5 MP stroke c8 479 22 478 87 479 -210 478 -577 744 1420 5 MP stroke c9 479 -31 478 106 479 -124 478 -666 744 1359 5 MP stroke c10 479 -53 478 6 479 -78 478 -554 744 1281 5 MP stroke c11 479 -194 478 69 479 -145 478 -517 744 1306 5 MP stroke c12 479 -80 478 4 479 27 478 -627 744 1341 5 MP stroke c13 479 203 478 -89 479 -154 478 -697 744 1450 5 MP stroke 0.25 sg 479 -85 478 60 479 -83 478 -656 744 1363 5 MP stroke c8 479 76 478 -110 479 61 478 -573 744 1225 5 MP stroke c9 479 -112 478 56 479 140 478 -842 744 1393 5 MP stroke c10 479 -13 478 -186 479 66 478 -575 744 1352 5 MP stroke c11 479 44 478 -114 479 -54 478 -631 744 1357 5 MP stroke c12 479 -73 478 128 479 -154 478 -661 744 1384 5 MP stroke c13 479 79 478 130 479 -187 478 -643 744 1377 5 MP stroke 0.25 sg 479 -80 478 13 479 -17 478 -687 744 1365 5 MP stroke c8 479 6 478 -46 479 93 478 -749 744 1364 5 MP stroke c9 479 177 478 -201 479 207 478 -897 744 1436 5 MP stroke c10 479 -69 478 -6 479 -6 478 -617 744 1358 5 MP stroke c11 479 46 478 169 479 -101 478 -431 744 1094 5 MP stroke c12 479 9 478 -274 479 278 478 -660 744 1232 5 MP stroke c13 479 -28 478 -35 479 91 478 -739 744 1337 5 MP stroke 0.25 sg 479 138 478 -13 479 19 478 -780 744 1332 5 MP stroke c8 479 78 478 -78 479 129 478 -703 744 1321 5 MP stroke c9 479 -115 478 -44 479 -10 478 -594 744 1397 5 MP stroke c10 479 -4 478 99 479 -85 478 -569 744 1259 5 MP stroke c11 479 31 478 -88 479 84 478 -709 744 1316 5 MP stroke c12 479 -67 478 62 479 -67 478 -560 744 1332 5 MP stroke c13 479 -165 478 119 479 -105 478 -455 744 1266 5 MP stroke 0.25 sg 479 -41 478 86 479 -89 478 -652 744 1328 5 MP stroke c8 479 67 478 -40 479 63 478 -755 744 1347 5 MP stroke c9 479 38 478 -143 479 65 478 -619 744 1340 5 MP stroke c10 479 22 478 -56 479 44 478 -752 744 1391 5 MP stroke c11 479 20 478 -31 479 113 478 -777 744 1367 5 MP stroke c12 479 46 478 17 479 -37 478 -645 744 1283 5 MP stroke c13 479 59 478 -104 479 120 478 -675 744 1255 5 MP stroke 0.25 sg 479 -191 478 60 479 -53 478 -544 744 1274 5 MP stroke c8 479 -209 478 127 479 -104 478 -539 744 1292 5 MP stroke c9 479 103 478 -24 479 -233 478 -297 744 1148 5 MP stroke c10 479 40 478 -60 479 -67 478 -473 744 1225 5 MP stroke c11 479 206 478 -54 479 -78 478 -619 744 1326 5 MP stroke c12 479 -8 478 82 479 33 478 -710 744 1296 5 MP stroke c13 479 -121 478 159 479 12 478 -733 744 1341 5 MP stroke 0.25 sg 479 -23 478 -74 479 -20 478 -478 744 1211 5 MP stroke c8 479 -19 478 -79 479 -107 478 -400 744 1194 5 MP stroke c9 479 5 478 15 479 -43 478 -561 744 1304 5 MP stroke c10 479 -45 478 89 479 47 478 -733 744 1310 5 MP stroke c11 479 -48 478 122 479 -108 478 -512 744 1256 5 MP stroke c12 479 61 478 -71 479 199 478 -774 744 1285 5 MP stroke c13 479 -17 478 51 479 45 478 -793 744 1364 5 MP stroke 0.25 sg 479 -60 478 14 479 -8 478 -584 744 1303 5 MP stroke c8 479 111 478 -96 479 -91 478 -586 744 1305 5 MP stroke c9 479 -95 478 -35 479 105 478 -642 744 1257 5 MP stroke c10 479 -45 478 -40 479 27 478 -587 744 1231 5 MP stroke c11 479 49 478 -27 479 -94 478 -584 744 1366 5 MP stroke c12 479 -199 478 201 479 -50 478 -748 744 1364 5 MP stroke c13 479 36 478 -70 479 -45 478 -711 744 1426 5 MP stroke 0.25 sg 479 157 478 -196 479 170 478 -799 744 1366 5 MP stroke c8 479 61 478 -59 479 -21 478 -593 744 1290 5 MP stroke c9 479 106 478 -24 479 24 478 -716 744 1362 5 MP stroke c10 479 59 478 7 479 -67 478 -678 744 1392 5 MP stroke c11 479 -111 478 163 479 -113 478 -595 744 1323 5 MP stroke c12 479 40 478 98 479 69 478 -760 744 1288 5 MP stroke c13 479 -19 478 46 479 -180 478 -689 744 1389 5 MP stroke 0.25 sg 479 -72 478 123 479 -22 478 -756 744 1369 5 MP stroke c8 479 -65 478 4 479 -42 478 -790 744 1480 5 MP stroke c9 479 -148 478 -21 479 -49 478 -618 744 1396 5 MP stroke c10 479 -165 478 82 479 67 478 -624 744 1230 5 MP stroke c11 479 44 478 56 479 0 478 -781 744 1441 5 MP stroke c12 479 60 478 -51 479 34 478 -586 744 1213 5 MP stroke c13 479 -58 478 -113 479 91 478 -676 744 1371 5 MP stroke 0.25 sg 479 -80 478 -22 479 42 478 -519 744 1188 5 MP stroke c8 479 43 478 -19 479 -3 478 -729 744 1396 5 MP stroke c9 479 -1 478 -66 479 10 478 -666 744 1316 5 MP stroke c10 479 -73 478 -24 479 47 478 -653 744 1326 5 MP stroke c11 479 157 478 -24 479 -37 478 -629 744 1312 5 MP stroke c12 479 102 478 25 479 -82 478 -676 744 1351 5 MP stroke c13 479 102 478 24 479 -72 478 -696 744 1378 5 MP stroke 0.25 sg 479 -143 478 279 479 -158 478 -606 744 1282 5 MP stroke c8 479 113 478 -51 479 -2 478 -736 744 1354 5 MP stroke c9 479 202 478 -81 479 35 478 -709 744 1284 5 MP stroke c10 479 31 478 124 479 15 478 -683 744 1252 5 MP stroke c11 479 98 478 -167 479 50 478 -670 744 1335 5 MP stroke c12 479 -117 478 36 479 -95 478 -691 744 1406 5 MP stroke c13 479 -21 478 18 479 -42 478 -656 744 1399 5 MP stroke 0.25 sg 479 -107 478 -6 479 80 478 -538 744 1207 5 MP stroke c8 479 -13 478 2 479 106 478 -821 744 1354 5 MP stroke c9 479 159 478 -54 479 -39 478 -727 744 1395 5 MP stroke c10 479 -97 478 30 479 38 478 -835 744 1500 5 MP stroke c11 479 31 478 61 479 5 478 -737 744 1288 5 MP stroke c12 479 38 478 -77 479 -85 478 -528 744 1275 5 MP stroke c13 479 -75 478 151 479 -180 478 -646 744 1372 5 MP stroke 0.25 sg 479 -29 478 -111 479 225 478 -862 744 1394 5 MP stroke c8 479 -119 478 24 479 -98 478 -457 744 1262 5 MP stroke c9 479 52 478 192 479 -149 478 -774 744 1479 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 57 479 -116 479 0 478 -549 3262 1306 5 MP stroke c9 479 -116 479 53 479 6 478 -578 3262 1285 5 MP stroke c10 479 -67 479 185 479 -138 478 -605 3262 1332 5 MP stroke c11 479 9 479 -143 479 -65 478 -468 3262 1287 5 MP stroke c12 479 -23 479 -64 479 -49 478 -552 3262 1308 5 MP stroke c13 479 -94 479 -74 479 -75 478 -615 3262 1412 5 MP stroke 0.25 sg 479 -14 479 -59 479 -55 478 -623 3262 1318 5 MP stroke c8 479 194 479 -306 479 8 478 -621 3262 1356 5 MP stroke c9 479 -30 479 -7 479 -113 478 -688 3262 1455 5 MP stroke c10 479 34 479 4 479 -183 478 -413 3262 1247 5 MP stroke c11 479 134 479 -20 479 12 478 -505 3262 1207 5 MP stroke c12 479 -111 479 15 479 -261 478 -429 3262 1323 5 MP stroke c13 479 -13 479 2 479 -13 478 -687 3262 1405 5 MP stroke 0.25 sg 479 -111 479 -82 479 -79 478 -512 3262 1319 5 MP stroke c8 479 -94 479 23 479 64 478 -627 3262 1267 5 MP stroke c9 479 -55 479 71 479 -51 478 -649 3262 1351 5 MP stroke c10 479 31 479 -77 479 -78 478 -714 3262 1482 5 MP stroke c11 479 127 479 -61 479 -11 478 -678 3262 1356 5 MP stroke c12 479 -101 479 123 479 9 478 -748 3262 1313 5 MP stroke c13 479 93 479 -116 479 52 478 -679 3262 1385 5 MP stroke 0.25 sg 479 60 479 13 479 -90 478 -681 3262 1366 5 MP stroke c8 479 -179 479 219 479 -155 478 -543 3262 1299 5 MP stroke c9 479 -79 479 -48 479 90 478 -619 3262 1322 5 MP stroke c10 479 18 479 -5 479 -121 478 -521 3262 1275 5 MP stroke c11 479 4 479 -32 479 15 478 -634 3262 1370 5 MP stroke c12 479 -52 479 -22 479 84 478 -716 3262 1331 5 MP stroke c13 479 -149 479 80 479 18 478 -704 3262 1355 5 MP stroke 0.25 sg 479 -106 479 -148 479 -24 478 -525 3262 1377 5 MP stroke c8 479 7 479 -63 479 -123 478 -599 3262 1415 5 MP stroke c9 479 -92 479 135 479 -96 478 -707 3262 1393 5 MP stroke c10 479 173 479 -74 479 -59 478 -708 3262 1429 5 MP stroke c11 479 -16 479 -16 479 -59 478 -630 3262 1327 5 MP stroke c12 479 -54 479 100 479 -75 478 -714 3262 1352 5 MP stroke c13 479 -56 479 28 479 -41 478 -776 3262 1410 5 MP stroke 0.25 sg 479 69 479 -9 479 -35 478 -525 3262 1262 5 MP stroke c8 479 -111 479 -89 479 59 478 -485 3262 1192 5 MP stroke c9 479 -188 479 -61 479 -26 478 -545 3262 1324 5 MP stroke c10 479 -15 479 -51 479 -81 478 -526 3262 1312 5 MP stroke c11 479 -18 479 -32 479 1 478 -568 3262 1282 5 MP stroke c12 479 113 479 -268 479 -25 478 -560 3262 1338 5 MP stroke c13 479 14 479 -2 479 -65 478 -674 3262 1447 5 MP stroke 0.25 sg 479 -257 479 185 479 -144 478 -551 3262 1270 5 MP stroke c8 479 -115 479 133 479 -37 478 -619 3262 1379 5 MP stroke c9 479 52 479 -68 479 -69 478 -678 3262 1438 5 MP stroke c10 479 97 479 -79 479 89 478 -632 3262 1283 5 MP stroke c11 479 -76 479 -90 479 -108 478 -409 3262 1305 5 MP stroke c12 479 179 479 -119 479 -13 478 -626 3262 1362 5 MP stroke c13 479 63 479 -190 479 -138 478 -417 3262 1353 5 MP stroke 0.25 sg 479 -62 479 -57 479 -143 478 -507 3262 1354 5 MP stroke c8 479 -27 479 27 479 12 478 -655 3262 1292 5 MP stroke c9 479 -35 479 30 479 -126 478 -450 3262 1261 5 MP stroke c10 479 52 479 -10 479 -130 478 -539 3262 1268 5 MP stroke c11 479 -84 479 44 479 -101 478 -633 3262 1360 5 MP stroke c12 479 50 479 -131 479 -96 478 -606 3262 1430 5 MP stroke c13 479 15 479 35 479 -63 478 -666 3262 1341 5 MP stroke 0.25 sg 479 -120 479 118 479 -129 478 -546 3262 1257 5 MP stroke c8 479 53 479 109 479 -190 478 -683 3262 1459 5 MP stroke c9 479 -26 479 -117 479 104 478 -747 3262 1397 5 MP stroke c10 479 8 479 -73 479 -96 478 -511 3262 1308 5 MP stroke c11 479 -24 479 -1 479 -94 478 -564 3262 1317 5 MP stroke c12 479 -42 479 18 479 -57 478 -606 3262 1369 5 MP stroke c13 479 -58 479 62 479 -5 478 -600 3262 1356 5 MP stroke 0.25 sg 479 57 479 35 479 -33 478 -704 3262 1370 5 MP stroke c8 479 102 479 -147 479 91 478 -619 3262 1340 5 MP stroke c9 479 73 479 -27 479 -99 478 -737 3262 1478 5 MP stroke c10 479 -12 479 -25 479 -62 478 -670 3262 1432 5 MP stroke c11 479 172 479 -121 479 -46 478 -581 3262 1294 5 MP stroke c12 479 10 479 109 479 -154 478 -586 3262 1320 5 MP stroke c13 479 79 479 -89 479 -63 478 -520 3262 1253 5 MP stroke 0.25 sg 479 5 479 -104 479 -13 478 -525 3262 1322 5 MP stroke c8 479 -27 479 24 479 -148 478 -602 3262 1346 5 MP stroke c9 479 -4 479 197 479 -192 478 -640 3262 1364 5 MP stroke c10 479 51 479 -16 479 -107 478 -610 3262 1362 5 MP stroke c11 479 -155 479 22 479 -26 478 -707 3262 1421 5 MP stroke c12 479 44 479 -44 479 -9 478 -615 3262 1394 5 MP stroke c13 479 78 479 -127 479 13 478 -501 3262 1177 5 MP stroke 0.25 sg 479 -77 479 -9 479 -108 478 -599 3262 1349 5 MP stroke c8 479 -30 479 157 479 -7 478 -650 3262 1303 5 MP stroke c9 479 -116 479 91 479 43 478 -567 3262 1238 5 MP stroke c10 479 30 479 -59 479 -146 478 -440 3262 1303 5 MP stroke c11 479 67 479 -12 479 -106 478 -587 3262 1375 5 MP stroke c12 479 -71 479 -1 479 17 478 -609 3262 1392 5 MP stroke c13 479 -100 479 67 479 -132 478 -543 3262 1281 5 MP stroke 0.25 sg 479 14 479 42 479 -69 478 -582 3262 1260 5 MP stroke c8 479 -64 479 -149 479 306 478 -804 3262 1333 5 MP stroke c9 479 -36 479 -6 479 3 478 -745 3262 1360 5 MP stroke c10 479 62 479 -49 479 -99 478 -528 3262 1310 5 MP stroke c11 479 38 479 -120 479 35 478 -572 3262 1289 5 MP stroke c12 479 -41 479 155 479 -19 478 -694 3262 1314 5 MP stroke c13 479 110 479 -87 479 -11 478 -732 3262 1374 5 MP stroke 0.25 sg 479 128 479 -69 479 -26 478 -572 3262 1351 5 MP stroke c8 479 55 479 -26 479 -35 478 -590 3262 1347 5 MP stroke c9 479 103 479 -40 479 -149 478 -556 3262 1329 5 MP stroke c10 479 -82 479 41 479 -183 478 -397 3262 1297 5 MP stroke c11 479 -218 479 141 479 -89 478 -563 3262 1304 5 MP stroke c12 479 5 479 -156 479 -33 478 -428 3262 1315 5 MP stroke c13 479 -35 479 84 479 -255 478 -594 3262 1422 5 MP stroke 0.25 sg 479 -18 479 143 479 -179 478 -673 3262 1429 5 MP stroke c8 479 47 479 -162 479 149 478 -621 3262 1254 5 MP stroke c9 479 7 479 47 479 -155 478 -537 3262 1332 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 -27 478 37 479 -167 478 -420 744 3216 5 MP stroke c9 479 -72 478 -46 479 -162 478 -87 744 3199 5 MP stroke c10 479 -120 478 1 479 -161 478 -360 744 3157 5 MP stroke c11 479 -119 478 15 479 -149 478 -276 744 3260 5 MP stroke c12 479 -18 478 -38 479 -282 478 -304 744 3263 5 MP stroke c13 479 66 478 -21 479 -172 478 -569 744 3254 5 MP stroke 0.25 sg 479 -82 478 -117 479 -138 478 -323 744 3288 5 MP stroke c8 479 72 478 -187 479 -48 478 -623 744 3268 5 MP stroke c9 479 35 478 -117 479 -107 478 -345 744 3164 5 MP stroke c10 479 -210 478 -80 479 -74 478 -483 744 3333 5 MP stroke c11 479 85 478 -100 479 -159 478 -518 744 3333 5 MP stroke c12 479 57 478 40 479 -152 478 -510 744 3138 5 MP stroke c13 479 21 478 111 479 161 478 66 744 3178 5 MP stroke 0.25 sg 479 -34 478 -1 479 -116 478 -351 744 3177 5 MP stroke c8 479 -51 478 -57 479 -143 478 -238 744 3160 5 MP stroke c9 479 -64 478 -107 479 -149 478 -394 744 3345 5 MP stroke c10 479 149 478 -70 479 -111 478 -605 744 3252 5 MP stroke c11 479 -76 478 -94 479 -220 478 -140 744 3286 5 MP stroke c12 479 -18 478 10 479 -219 478 -212 744 3218 5 MP stroke c13 479 3 478 28 479 -21 478 -39 744 3185 5 MP stroke 0.25 sg 479 2 478 -52 479 -194 478 -367 744 3141 5 MP stroke c8 479 145 478 -146 479 -56 478 -427 744 3194 5 MP stroke c9 479 -75 478 33 479 -183 478 -529 744 3329 5 MP stroke c10 479 24 478 -91 479 -79 478 -536 744 3257 5 MP stroke c11 479 -41 478 -53 479 -124 478 -529 744 3248 5 MP stroke c12 479 22 478 -231 479 81 478 -432 744 3109 5 MP stroke c13 479 28 478 61 479 29 478 7 744 3280 5 MP stroke 0.25 sg 479 -49 478 -106 479 -225 478 -370 744 3313 5 MP stroke c8 479 -69 478 -135 479 -23 478 -464 744 3221 5 MP stroke c9 479 37 478 66 479 -87 478 -709 744 3299 5 MP stroke c10 479 56 478 -105 479 -212 478 -261 744 3224 5 MP stroke c11 479 -11 478 -100 479 -83 478 -445 744 3256 5 MP stroke c12 479 -74 478 -9 479 -27 478 -160 744 3178 5 MP stroke c13 479 -38 478 -17 479 -271 478 -435 744 3295 5 MP stroke 0.25 sg 479 -84 478 -108 479 -116 478 -425 744 3249 5 MP stroke c8 479 -44 478 14 479 -236 478 -366 744 3275 5 MP stroke c9 479 9 478 -40 479 -182 478 -418 744 3241 5 MP stroke c10 479 45 478 -181 479 -5 478 -614 744 3334 5 MP stroke c11 479 155 478 53 479 -134 478 -509 744 3232 5 MP stroke c12 479 1 478 -77 479 -173 478 -415 744 3211 5 MP stroke c13 479 -10 478 -54 479 -119 478 -501 744 3209 5 MP stroke 0.25 sg 479 -34 478 -93 479 -170 478 -320 744 3321 5 MP stroke c8 479 -5 478 -28 479 -226 478 -364 744 3166 5 MP stroke c9 479 -92 478 -17 479 -63 478 -426 744 3208 5 MP stroke c10 479 34 478 -36 479 -129 478 -526 744 3225 5 MP stroke c11 479 36 478 -104 479 -211 478 -370 744 3184 5 MP stroke c12 479 -58 478 -31 479 -268 478 -467 744 3288 5 MP stroke c13 479 0 478 -58 479 -204 478 -204 744 3237 5 MP stroke 0.25 sg 479 19 478 -77 479 -273 478 -294 744 3246 5 MP stroke c8 479 11 478 -185 479 -71 478 -390 744 3282 5 MP stroke c9 479 0 478 51 479 -34 478 -624 744 3226 5 MP stroke c10 479 -207 478 -74 479 -88 478 -159 744 3215 5 MP stroke c11 479 -91 478 -68 479 -111 478 -193 744 3187 5 MP stroke c12 479 -77 478 -191 479 -174 478 -345 744 3283 5 MP stroke c13 479 101 478 -22 479 -28 478 -11 744 3172 5 MP stroke 0.25 sg 479 103 478 88 479 49 478 37 744 3172 5 MP stroke c8 479 -17 478 -121 479 -91 478 -414 744 3209 5 MP stroke c9 479 77 478 34 479 45 478 15 744 3237 5 MP stroke c10 479 41 478 -15 479 -196 478 -372 744 3164 5 MP stroke c11 479 129 478 -85 479 -219 478 -468 744 3280 5 MP stroke c12 479 104 478 -190 479 -65 478 -354 744 3129 5 MP stroke c13 479 -116 478 29 479 -202 478 -347 744 3131 5 MP stroke 0.25 sg 479 -146 478 -175 479 -24 478 -338 744 3165 5 MP stroke c8 479 -9 478 -9 479 -171 478 -255 744 3161 5 MP stroke c9 479 -25 478 -51 479 -141 478 -173 744 3178 5 MP stroke c10 479 117 478 -93 479 -14 478 -536 744 3107 5 MP stroke c11 479 5 478 74 479 34 478 63 744 3333 5 MP stroke c12 479 103 478 -147 479 -85 478 -342 744 3164 5 MP stroke c13 479 -27 478 -135 479 -121 478 -336 744 3237 5 MP stroke 0.25 sg 479 -111 478 -203 479 -77 478 -410 744 3327 5 MP stroke c8 479 -51 478 -98 479 -109 478 -429 744 3314 5 MP stroke c9 479 29 478 -92 479 -96 478 -227 744 3161 5 MP stroke c10 479 84 478 -22 479 81 478 -44 744 3373 5 MP stroke c11 479 28 478 26 479 -159 478 -576 744 3241 5 MP stroke c12 479 135 478 -1 479 -188 478 -590 744 3269 5 MP stroke c13 479 -14 478 28 479 105 478 58 744 3168 5 MP stroke 0.25 sg 479 -83 478 71 479 -190 478 -316 744 3265 5 MP stroke c8 479 32 478 -84 479 -212 478 -345 744 3184 5 MP stroke c9 479 117 478 -178 479 53 478 -669 744 3227 5 MP stroke c10 479 -111 478 -112 479 -41 478 -299 744 3233 5 MP stroke c11 479 116 478 -68 479 -161 478 -398 744 3211 5 MP stroke c12 479 -48 478 15 479 -122 478 -479 744 3248 5 MP stroke c13 479 -92 478 -116 479 -23 478 -425 744 3200 5 MP stroke 0.25 sg 479 -59 478 -129 479 -12 478 -312 744 3137 5 MP stroke c8 479 5 478 25 479 -147 478 -581 744 3295 5 MP stroke c9 479 41 478 0 479 11 478 -54 744 3164 5 MP stroke c10 479 -123 478 101 479 -160 478 -404 744 3146 5 MP stroke c11 479 -98 478 -24 479 -161 478 -342 744 3235 5 MP stroke c12 479 107 478 -100 479 -119 478 -601 744 3307 5 MP stroke c13 479 -136 478 -140 479 86 478 -148 744 3136 5 MP stroke 0.25 sg 479 45 478 110 479 -183 478 -685 744 3332 5 MP stroke c8 479 -41 478 -124 479 -107 478 -536 744 3331 5 MP stroke c9 479 105 478 -103 479 -159 478 -597 744 3278 5 MP stroke c10 479 3 478 -84 479 -220 478 -361 744 3257 5 MP stroke c11 479 49 478 -151 479 -54 478 -558 744 3220 5 MP stroke c12 479 49 478 -94 479 -110 478 -295 744 3307 5 MP stroke c13 479 18 478 -88 479 -91 478 -87 744 3257 5 MP stroke 0.25 sg 479 -48 478 -66 479 -65 478 -541 744 3254 5 MP stroke c8 479 -191 478 11 479 -100 478 -416 744 3192 5 MP stroke c9 479 89 478 -103 479 12 478 -28 744 3391 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 3091 3610 mt (-1) s 3262 3298 mt 3281 3298 L 5177 3298 mt 5157 3298 L 2991 3342 mt (-0.5) s 3262 3031 mt 3281 3031 L 5177 3031 mt 5157 3031 L 3161 3075 mt (0) s 3262 2763 mt 3281 2763 L 5177 2763 mt 5157 2763 L 3061 2807 mt (0.5) s 3262 2496 mt 3281 2496 L 5177 2496 mt 5157 2496 L 3161 2540 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 106 479 67 479 27 478 50 3262 3000 5 MP stroke c9 479 -16 479 -42 479 -140 478 -308 3262 3118 5 MP stroke c10 479 -57 479 -125 479 -58 478 -253 3262 3039 5 MP stroke c11 479 135 479 67 479 -166 478 -274 3262 3035 5 MP stroke c12 479 -120 479 -48 479 -79 478 -126 3262 2991 5 MP stroke c13 479 -146 479 -18 479 -103 478 -238 3262 2987 5 MP stroke 0.25 sg 479 -51 479 -15 479 -69 478 -340 3262 2995 5 MP stroke c8 479 47 479 24 479 74 478 95 3262 2991 5 MP stroke c9 479 -54 479 71 479 -39 478 -102 3262 2934 5 MP stroke c10 479 -23 479 50 479 -186 478 -329 3262 2991 5 MP stroke c11 479 -8 479 8 479 -147 478 -380 3262 3032 5 MP stroke c12 479 -75 479 206 479 -252 478 -358 3262 3041 5 MP stroke c13 479 35 479 -92 479 21 478 -453 3262 2994 5 MP stroke 0.25 sg 479 4 479 -95 479 -170 478 -276 3262 3007 5 MP stroke c8 479 19 479 -7 479 -89 478 -224 3262 2994 5 MP stroke c9 479 -92 479 -22 479 -56 478 -88 3262 3130 5 MP stroke c10 479 113 479 101 479 -110 478 -70 3262 2926 5 MP stroke c11 479 17 479 -27 479 -74 478 -151 3262 2966 5 MP stroke c12 479 -17 479 -69 479 -86 478 -273 3262 3028 5 MP stroke c13 479 -27 479 71 479 -13 478 -55 3262 3030 5 MP stroke 0.25 sg 479 57 479 -51 479 -2 478 9 3262 3077 5 MP stroke c8 479 54 479 -57 479 -174 478 -225 3262 2983 5 MP stroke c9 479 31 479 -14 479 4 478 -62 3262 3033 5 MP stroke c10 479 -20 479 -122 479 -175 478 -249 3262 3017 5 MP stroke c11 479 86 479 41 479 -3 478 -140 3262 3054 5 MP stroke c12 479 -17 479 -18 479 -198 478 -421 3262 3120 5 MP stroke c13 479 -52 479 -89 479 -58 478 -328 3262 3028 5 MP stroke 0.25 sg 479 -91 479 -77 479 -105 478 -301 3262 3083 5 MP stroke c8 479 121 479 -82 479 124 478 -523 3262 2984 5 MP stroke c9 479 42 479 -34 479 -93 478 -471 3262 3093 5 MP stroke c10 479 -21 479 -6 479 -91 478 -362 3262 3033 5 MP stroke c11 479 78 479 -107 479 -80 478 -267 3262 3003 5 MP stroke c12 479 -62 479 -101 479 -115 478 -119 3262 3116 5 MP stroke c13 479 -28 479 57 479 -183 478 -319 3262 2941 5 MP stroke 0.25 sg 479 -47 479 -109 479 -135 478 -292 3262 2992 5 MP stroke c8 479 -101 479 -105 479 -35 478 -183 3262 2982 5 MP stroke c9 479 -60 479 14 479 -153 478 -137 3262 2946 5 MP stroke c10 479 41 479 -70 479 -41 478 -361 3262 2966 5 MP stroke c11 479 -107 479 -96 479 -48 478 -86 3262 3102 5 MP stroke c12 479 -81 479 105 479 -144 478 -396 3262 3073 5 MP stroke c13 479 30 479 -35 479 -137 478 -374 3262 3041 5 MP stroke 0.25 sg 479 -12 479 -23 479 -88 478 -25 3262 3047 5 MP stroke c8 479 -2 479 -33 479 -128 478 -416 3262 3068 5 MP stroke c9 479 -91 479 -57 479 -105 478 -369 3262 3080 5 MP stroke c10 479 -28 479 54 479 -35 478 -487 3262 3004 5 MP stroke c11 479 -6 479 21 479 -125 478 -448 3262 3010 5 MP stroke c12 479 -61 479 -73 479 -52 478 -291 3262 3008 5 MP stroke c13 479 49 479 -138 479 -115 478 -254 3262 3084 5 MP stroke 0.25 sg 479 5 479 -174 479 -159 478 -129 3262 3094 5 MP stroke c8 479 -87 479 -112 479 -107 478 -259 3262 3060 5 MP stroke c9 479 -147 479 -51 479 -7 478 -334 3262 3055 5 MP stroke c10 479 -12 479 -86 479 -52 478 -425 3262 3007 5 MP stroke c11 479 -9 479 -16 479 -197 478 -223 3262 2981 5 MP stroke c12 479 97 479 -39 479 -110 478 -391 3262 3017 5 MP stroke c13 479 69 479 -67 479 -167 478 -375 3262 3150 5 MP stroke 0.25 sg 479 -72 479 -32 479 -66 478 -174 3262 3002 5 MP stroke c8 479 82 479 -48 479 -213 478 -318 3262 3068 5 MP stroke c9 479 -42 479 -53 479 -117 478 -156 3262 3097 5 MP stroke c10 479 -88 479 -90 479 -141 478 -371 3262 3087 5 MP stroke c11 479 38 479 37 479 -45 478 -86 3262 3161 5 MP stroke c12 479 29 479 -75 479 -133 478 -143 3262 3009 5 MP stroke c13 479 -19 479 13 479 -71 478 -243 3262 3032 5 MP stroke 0.25 sg 479 -74 479 -56 479 -78 478 -221 3262 3014 5 MP stroke c8 479 10 479 -92 479 -91 478 -311 3262 3027 5 MP stroke c9 479 156 479 -62 479 -110 478 -409 3262 2986 5 MP stroke c10 479 -64 479 -85 479 -130 478 -216 3262 2986 5 MP stroke c11 479 -14 479 5 479 -175 478 -366 3262 3021 5 MP stroke c12 479 -32 479 -81 479 -137 478 -172 3262 3113 5 MP stroke c13 479 4 479 -113 479 -58 478 -228 3262 2896 5 MP stroke 0.25 sg 479 -26 479 78 479 -131 478 -484 3262 3132 5 MP stroke c8 479 -86 479 -82 479 -58 478 -210 3262 3002 5 MP stroke c9 479 -69 479 -19 479 -148 478 -335 3262 3081 5 MP stroke c10 479 -15 479 -23 479 -94 478 -392 3262 3039 5 MP stroke c11 479 -79 479 30 479 -59 478 -378 3262 2994 5 MP stroke c12 479 29 479 26 479 -199 478 -416 3262 3013 5 MP stroke c13 479 -40 479 -121 479 210 478 -555 3262 2995 5 MP stroke 0.25 sg 479 -19 479 -39 479 -24 478 -538 3262 3066 5 MP stroke c8 479 -19 479 8 479 -91 478 -133 3262 3094 5 MP stroke c9 479 -13 479 99 479 183 478 53 3262 3071 5 MP stroke c10 479 4 479 26 479 -131 478 -184 3262 3038 5 MP stroke c11 479 -41 479 -144 479 -123 478 -180 3262 3141 5 MP stroke c12 479 21 479 -41 479 -114 478 -155 3262 3043 5 MP stroke c13 479 87 479 -31 479 -93 478 -326 3262 2939 5 MP stroke 0.25 sg 479 61 479 -63 479 -156 478 -168 3262 3067 5 MP stroke c8 479 -52 479 -44 479 -47 478 -16 3262 3020 5 MP stroke c9 479 -80 479 -58 479 -94 478 -342 3262 3033 5 MP stroke c10 479 76 479 -140 479 -127 478 -252 3262 2972 5 MP stroke c11 479 -105 479 -54 479 -128 478 -118 3262 3027 5 MP stroke c12 479 6 479 -24 479 -228 478 -302 3262 3040 5 MP stroke c13 479 -19 479 19 479 -169 478 -276 3262 2996 5 MP stroke 0.25 sg 479 -95 479 -168 479 -112 478 -195 3262 2976 5 MP stroke c8 479 52 479 -8 479 -125 478 -417 3262 3015 5 MP stroke c9 479 20 479 9 479 -195 478 -361 3262 3042 5 MP stroke c10 479 61 479 -115 479 -246 478 -313 3262 3088 5 MP stroke c11 479 -104 479 23 479 -43 478 -127 3262 3076 5 MP stroke c12 479 -83 479 -31 479 -82 478 -256 3262 3071 5 MP stroke c13 479 -78 479 47 479 -97 478 -332 3262 2964 5 MP stroke 0.25 sg 479 -73 479 -11 479 -90 478 -466 3262 3110 5 MP stroke c8 479 -88 479 -36 479 -125 478 -196 3262 3033 5 MP stroke c9 479 -115 479 57 479 -111 478 -374 3262 3021 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