%!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\tubeSLQ.eps %%CreationDate: 05/25/2010 21:19:48 %%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 -12 479 37 478 -687 744 1394 5 MP stroke /c9 { 0.000000 0.500000 0.000000 sr} bdef c9 479 -48 478 47 479 -153 478 -566 744 1401 5 MP stroke /c10 { 1.000000 0.000000 0.000000 sr} bdef c10 479 -102 478 18 479 126 478 -718 744 1294 5 MP stroke /c11 { 0.000000 0.750000 0.750000 sr} bdef c11 479 20 478 73 479 -71 478 -729 744 1407 5 MP stroke /c12 { 0.750000 0.000000 0.750000 sr} bdef c12 479 -42 478 -26 479 101 478 -906 744 1456 5 MP stroke /c13 { 0.750000 0.750000 0.000000 sr} bdef c13 479 74 478 -35 479 -99 478 -448 744 1171 5 MP stroke 0.25 sg 479 -156 478 150 479 -13 478 -559 744 1198 5 MP stroke c8 479 38 478 -60 479 -141 478 -506 744 1310 5 MP stroke c9 479 124 478 -66 479 -57 478 -597 744 1386 5 MP stroke c10 479 -87 478 10 479 -16 478 -676 744 1340 5 MP stroke c11 479 -156 478 34 479 -126 478 -398 744 1197 5 MP stroke c12 479 -33 478 89 479 -142 478 -518 744 1331 5 MP stroke c13 479 220 478 -50 479 5 478 -814 744 1397 5 MP stroke 0.25 sg 479 84 478 76 479 -167 478 -386 744 1201 5 MP stroke c8 479 49 478 -229 479 31 478 -594 744 1366 5 MP stroke c9 479 -10 478 -55 479 59 478 -681 744 1355 5 MP stroke c10 479 -125 478 198 479 -175 478 -572 744 1301 5 MP stroke c11 479 -119 478 61 479 -34 478 -670 744 1444 5 MP stroke c12 479 80 478 -89 479 31 478 -701 744 1359 5 MP stroke c13 479 -66 478 -125 479 -115 478 -386 744 1292 5 MP stroke 0.25 sg 479 95 478 -61 479 -196 478 -548 744 1416 5 MP stroke c8 479 195 478 -255 479 76 478 -684 744 1340 5 MP stroke c9 479 130 478 -113 479 -39 478 -640 744 1343 5 MP stroke c10 479 56 478 -52 479 -226 478 -603 744 1457 5 MP stroke c11 479 -20 478 96 479 132 478 -1085 744 1528 5 MP stroke c12 479 52 478 62 479 12 478 -702 744 1330 5 MP stroke c13 479 107 478 -57 479 118 478 -694 744 1260 5 MP stroke 0.25 sg 479 -69 478 71 479 134 478 -811 744 1333 5 MP stroke c8 479 -161 478 103 479 -72 478 -569 744 1281 5 MP stroke c9 479 55 478 -84 479 85 478 -699 744 1278 5 MP stroke c10 479 223 478 -61 479 114 478 -653 744 1249 5 MP stroke c11 479 0 478 -94 479 -24 478 -636 744 1406 5 MP stroke c12 479 -69 478 -72 479 131 478 -759 744 1406 5 MP stroke c13 479 60 478 16 479 -16 478 -541 744 1217 5 MP stroke 0.25 sg 479 -28 478 -88 479 27 478 -663 744 1348 5 MP stroke c8 479 -35 478 4 479 -170 478 -401 744 1272 5 MP stroke c9 479 197 478 -174 479 165 478 -592 744 1123 5 MP stroke c10 479 181 478 -118 479 -10 478 -547 744 1252 5 MP stroke c11 479 97 478 -61 479 -19 478 -709 744 1386 5 MP stroke c12 479 27 478 8 479 9 478 -639 744 1254 5 MP stroke c13 479 57 478 -185 479 103 478 -741 744 1455 5 MP stroke 0.25 sg 479 40 478 -84 479 -24 478 -572 744 1290 5 MP stroke c8 479 34 478 45 479 3 478 -755 744 1369 5 MP stroke c9 479 97 478 102 479 -151 478 -781 744 1446 5 MP stroke c10 479 -30 478 -14 479 50 478 -718 744 1370 5 MP stroke c11 479 67 478 -102 479 0 478 -741 744 1466 5 MP stroke c12 479 -3 478 51 479 -151 478 -555 744 1310 5 MP stroke c13 479 -115 478 -43 479 162 478 -708 744 1310 5 MP stroke 0.25 sg 479 -28 478 -30 479 -148 478 -504 744 1276 5 MP stroke c8 479 35 478 43 479 -257 478 -505 744 1380 5 MP stroke c9 479 75 478 -57 479 -19 478 -627 744 1330 5 MP stroke c10 479 -94 478 58 479 -95 478 -640 744 1391 5 MP stroke c11 479 -55 478 60 479 2 478 -707 744 1336 5 MP stroke c12 479 128 478 -3 479 -97 478 -598 744 1346 5 MP stroke c13 479 -32 478 24 479 22 478 -613 744 1292 5 MP stroke 0.25 sg 479 -88 478 -69 479 50 478 -555 744 1254 5 MP stroke c8 479 -4 478 154 479 131 478 -997 744 1488 5 MP stroke c9 479 240 478 -27 479 12 478 -864 744 1454 5 MP stroke c10 479 -96 478 44 479 106 478 -845 744 1389 5 MP stroke c11 479 73 478 85 479 -103 478 -536 744 1188 5 MP stroke c12 479 1 478 -82 479 -4 478 -699 744 1356 5 MP stroke c13 479 43 478 -46 479 78 478 -764 744 1370 5 MP stroke 0.25 sg 479 -58 478 -4 479 124 478 -521 744 1136 5 MP stroke c8 479 88 478 -162 479 36 478 -567 744 1273 5 MP stroke c9 479 125 478 -99 479 6 478 -705 744 1374 5 MP stroke c10 479 -67 478 -8 479 15 478 -420 744 1133 5 MP stroke c11 479 -7 478 37 479 -13 478 -747 744 1375 5 MP stroke c12 479 -4 478 -40 479 237 478 -994 744 1430 5 MP stroke c13 479 -156 478 136 479 -130 478 -712 744 1431 5 MP stroke 0.25 sg 479 -93 478 97 479 32 478 -862 744 1452 5 MP stroke c8 479 -53 478 -101 479 118 478 -464 744 1100 5 MP stroke c9 479 58 478 -181 479 77 478 -824 744 1508 5 MP stroke c10 479 35 478 -12 479 -95 478 -598 744 1297 5 MP stroke c11 479 6 478 238 479 -108 478 -489 744 1108 5 MP stroke c12 479 -48 478 -23 479 142 478 -846 744 1408 5 MP stroke c13 479 113 478 58 479 -78 478 -834 744 1447 5 MP stroke 0.25 sg 479 2 478 -53 479 13 478 -695 744 1375 5 MP stroke c8 479 48 478 -1 479 -6 478 -737 744 1383 5 MP stroke c9 479 25 478 32 479 100 478 -966 744 1542 5 MP stroke c10 479 44 478 56 479 15 478 -810 744 1451 5 MP stroke c11 479 25 478 -107 479 -20 478 -542 744 1289 5 MP stroke c12 479 18 478 -104 479 238 478 -648 744 1191 5 MP stroke c13 479 66 478 -60 479 198 478 -855 744 1399 5 MP stroke 0.25 sg 479 5 478 -35 479 74 478 -769 744 1399 5 MP stroke c8 479 -68 478 -54 479 154 478 -700 744 1256 5 MP stroke c9 479 25 478 -14 479 -152 478 -601 744 1352 5 MP stroke c10 479 -53 478 65 479 -14 478 -562 744 1269 5 MP stroke c11 479 -237 478 166 479 -163 478 -620 744 1409 5 MP stroke c12 479 -36 478 -12 479 168 478 -741 744 1267 5 MP stroke c13 479 6 478 45 479 -61 478 -484 744 1170 5 MP stroke 0.25 sg 479 -160 478 109 479 107 478 -757 744 1301 5 MP stroke c8 479 6 478 -94 479 -38 478 -542 744 1313 5 MP stroke c9 479 25 478 -12 479 -23 478 -570 744 1236 5 MP stroke c10 479 -69 478 127 479 -94 478 -438 744 1146 5 MP stroke c11 479 98 478 -144 479 76 478 -659 744 1338 5 MP stroke c12 479 -23 478 86 479 -32 478 -662 744 1341 5 MP stroke c13 479 -108 478 -19 479 8 478 -549 744 1268 5 MP stroke 0.25 sg 479 207 478 -81 479 63 478 -656 744 1244 5 MP stroke c8 479 -128 478 92 479 -132 478 -464 744 1271 5 MP stroke c9 479 78 478 -28 479 68 478 -558 744 1215 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 1400 mt 3281 1400 L 5177 1400 mt 5157 1400 L 3161 1444 mt (0) s 3262 1132 mt 3281 1132 L 5177 1132 mt 5157 1132 L 3061 1176 mt (0.5) s 3262 865 mt 3281 865 L 5177 865 mt 5157 865 L 3161 909 mt (1) s 3262 597 mt 3281 597 L 5177 597 mt 5157 597 L 3061 641 mt (1.5) s 3262 330 mt 3281 330 L 5177 330 mt 5157 330 L 3161 374 mt (2) 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 114 479 -39 479 -174 478 -405 3262 1427 5 MP stroke c9 479 112 479 -233 479 430 478 -948 3262 1519 5 MP stroke c10 479 -21 479 20 479 -8 478 -510 3262 1391 5 MP stroke c11 479 -15 479 -11 479 -22 478 -410 3262 1288 5 MP stroke c12 479 -45 479 -51 479 -127 478 -365 3262 1402 5 MP stroke c13 479 -14 479 -71 479 152 478 -772 3262 1530 5 MP stroke 0.25 sg 479 15 479 -114 479 299 478 -737 3262 1397 5 MP stroke c8 479 173 479 -234 479 283 478 -687 3262 1380 5 MP stroke c9 479 -74 479 -109 479 11 478 -270 3262 1337 5 MP stroke c10 479 44 479 -139 479 -201 478 -309 3262 1483 5 MP stroke c11 479 -145 479 44 479 88 478 -422 3262 1273 5 MP stroke c12 479 16 479 -138 479 110 478 -568 3262 1399 5 MP stroke c13 479 107 479 -13 479 -63 478 -451 3262 1379 5 MP stroke 0.25 sg 479 53 479 -159 479 -179 478 -218 3262 1459 5 MP stroke c8 479 -30 479 -83 479 -2 478 -438 3262 1353 5 MP stroke c9 479 23 479 -212 479 -74 478 -276 3262 1369 5 MP stroke c10 479 -65 479 70 479 87 478 -698 3262 1464 5 MP stroke c11 479 174 479 -278 479 455 478 -950 3262 1521 5 MP stroke c12 479 159 479 -147 479 262 478 -647 3262 1333 5 MP stroke c13 479 5 479 -87 479 -73 478 -250 3262 1269 5 MP stroke 0.25 sg 479 13 479 33 479 -15 478 -606 3262 1477 5 MP stroke c8 479 -5 479 31 479 -97 478 -364 3262 1314 5 MP stroke c9 479 -110 479 2 479 -79 478 -469 3262 1492 5 MP stroke c10 479 -40 479 34 479 -109 478 -634 3262 1545 5 MP stroke c11 479 -29 479 -82 479 -73 478 -460 3262 1468 5 MP stroke c12 479 -134 479 25 479 -11 478 -414 3262 1366 5 MP stroke c13 479 -16 479 -37 479 -124 478 -502 3262 1561 5 MP stroke 0.25 sg 479 -18 479 20 479 -126 478 -207 3262 1374 5 MP stroke c8 479 -48 479 168 479 -113 478 -428 3262 1302 5 MP stroke c9 479 -48 479 -72 479 -117 478 -363 3262 1446 5 MP stroke c10 479 -27 479 -86 479 146 478 -591 3262 1358 5 MP stroke c11 479 -51 479 -32 479 -66 478 -463 3262 1385 5 MP stroke c12 479 -6 479 5 479 -10 478 -519 3262 1433 5 MP stroke c13 479 -82 479 -47 479 -48 478 -272 3262 1267 5 MP stroke 0.25 sg 479 -68 479 -26 479 -3 478 -349 3262 1373 5 MP stroke c8 479 94 479 -50 479 -102 478 -499 3262 1474 5 MP stroke c9 479 12 479 -113 479 -69 478 -299 3262 1346 5 MP stroke c10 479 -18 479 -12 479 61 478 -560 3262 1358 5 MP stroke c11 479 95 479 -120 479 310 478 -923 3262 1560 5 MP stroke c12 479 121 479 -125 479 -146 478 -276 3262 1381 5 MP stroke c13 479 28 479 144 479 -83 478 -539 3262 1421 5 MP stroke 0.25 sg 479 6 479 104 479 -68 478 -700 3262 1526 5 MP stroke c8 479 -38 479 72 479 21 478 -669 3262 1488 5 MP stroke c9 479 -64 479 -53 479 -129 478 -131 3262 1277 5 MP stroke c10 479 -8 479 67 479 -8 478 -647 3262 1473 5 MP stroke c11 479 -114 479 -122 479 -149 478 -146 3262 1360 5 MP stroke c12 479 105 479 -172 479 312 478 -680 3262 1381 5 MP stroke c13 479 -67 479 -68 479 235 478 -510 3262 1218 5 MP stroke 0.25 sg 479 -31 479 -78 479 90 478 -728 3262 1512 5 MP stroke c8 479 -117 479 114 479 -40 478 -566 3262 1481 5 MP stroke c9 479 -1 479 21 479 149 478 -641 3262 1332 5 MP stroke c10 479 253 479 -150 479 57 478 -595 3262 1405 5 MP stroke c11 479 -75 479 -49 479 105 478 -636 3262 1468 5 MP stroke c12 479 27 479 -7 479 -99 478 -378 3262 1321 5 MP stroke c13 479 179 479 -128 479 174 478 -614 3262 1394 5 MP stroke 0.25 sg 479 -22 479 47 479 20 478 -647 3262 1442 5 MP stroke c8 479 9 479 83 479 -23 478 -623 3262 1415 5 MP stroke c9 479 106 479 -31 479 54 478 -756 3262 1564 5 MP stroke c10 479 -21 479 -98 479 -56 478 -225 3262 1401 5 MP stroke c11 479 85 479 -222 479 340 478 -739 3262 1369 5 MP stroke c12 479 326 479 -399 479 608 478 -1065 3262 1532 5 MP stroke c13 479 -51 479 44 479 -4 478 -449 3262 1365 5 MP stroke 0.25 sg 479 60 479 -66 479 241 478 -667 3262 1364 5 MP stroke c8 479 91 479 -213 479 292 478 -692 3262 1403 5 MP stroke c9 479 -93 479 138 479 49 478 -557 3262 1355 5 MP stroke c10 479 -116 479 100 479 -103 478 -360 3262 1321 5 MP stroke c11 479 57 479 31 479 -220 478 -280 3262 1310 5 MP stroke c12 479 92 479 -84 479 12 478 -586 3262 1508 5 MP stroke c13 479 -179 479 106 479 -63 478 -474 3262 1409 5 MP stroke 0.25 sg 479 -46 479 -85 479 -164 478 -172 3262 1266 5 MP stroke c8 479 -11 479 -107 479 177 478 -480 3262 1280 5 MP stroke c9 479 -5 479 -84 479 119 478 -534 3262 1294 5 MP stroke c10 479 65 479 -138 479 -85 478 -405 3262 1490 5 MP stroke c11 479 51 479 -138 479 193 478 -644 3262 1442 5 MP stroke c12 479 241 479 -153 479 77 478 -552 3262 1415 5 MP stroke c13 479 17 479 1 479 26 478 -728 3262 1545 5 MP stroke 0.25 sg 479 72 479 -164 479 353 478 -759 3262 1382 5 MP stroke c8 479 128 479 -312 479 523 478 -998 3262 1546 5 MP stroke c9 479 110 479 -89 479 233 478 -812 3262 1457 5 MP stroke c10 479 -121 479 131 479 -6 478 -522 3262 1327 5 MP stroke c11 479 14 479 15 479 96 478 -734 3262 1500 5 MP stroke c12 479 0 479 105 479 -167 478 -466 3262 1430 5 MP stroke c13 479 60 479 -3 479 -55 478 -426 3262 1414 5 MP stroke 0.25 sg 479 0 479 -38 479 -1 478 -440 3262 1330 5 MP stroke c8 479 -37 479 -40 479 -116 478 -353 3262 1415 5 MP stroke c9 479 -132 479 96 479 82 478 -586 3262 1314 5 MP stroke c10 479 198 479 -283 479 419 478 -891 3262 1504 5 MP stroke c11 479 19 479 -115 479 -186 478 -159 3262 1413 5 MP stroke c12 479 57 479 41 479 28 478 -587 3262 1384 5 MP stroke c13 479 -48 479 -32 479 -7 478 -442 3262 1342 5 MP stroke 0.25 sg 479 64 479 -24 479 140 478 -571 3262 1304 5 MP stroke c8 479 -25 479 51 479 -80 478 -489 3262 1432 5 MP stroke c9 479 -20 479 -156 479 111 478 -552 3262 1397 5 MP stroke c10 479 -19 479 -19 479 79 478 -427 3262 1207 5 MP stroke c11 479 156 479 -143 479 229 478 -700 3262 1408 5 MP stroke c12 479 -91 479 -9 479 -78 478 -493 3262 1457 5 MP stroke c13 479 17 479 -67 479 88 478 -570 3262 1363 5 MP stroke 0.25 sg 479 173 479 -66 479 62 478 -760 3262 1529 5 MP stroke c8 479 -132 479 54 479 158 478 -689 3262 1416 5 MP stroke c9 479 60 479 -84 479 50 478 -578 3262 1424 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 506 3610 mt (-15) s 744 3298 mt 763 3298 L 2658 3298 mt 2638 3298 L 506 3342 mt (-10) s 744 3031 mt 763 3031 L 2658 3031 mt 2638 3031 L 573 3075 mt (-5) s 744 2763 mt 763 2763 L 2658 2763 mt 2638 2763 L 643 2807 mt (0) s 744 2496 mt 763 2496 L 2658 2496 mt 2638 2496 L 643 2540 mt (5) s 744 2229 mt 763 2229 L 2658 2229 mt 2638 2229 L 576 2273 mt (10) 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 -6 478 2 479 -4 478 -47 744 2766 5 MP stroke c9 479 -8 478 8 479 3 478 -69 744 2775 5 MP stroke c10 479 281 478 -203 479 153 478 -115 744 2757 5 MP stroke c11 479 8 478 -26 479 45 478 -65 744 2747 5 MP stroke c12 479 332 478 173 479 92 478 47 744 2766 5 MP stroke c13 479 -3 478 -6 479 -8 478 -30 744 2752 5 MP stroke 0.25 sg 479 108 478 -120 479 126 478 -131 744 2775 5 MP stroke c8 479 24 478 -36 479 68 478 -103 744 2770 5 MP stroke c9 479 89 478 64 479 41 478 39 744 2781 5 MP stroke c10 479 127 478 80 479 48 478 21 744 2750 5 MP stroke c11 479 5 478 0 479 -18 478 -29 744 2756 5 MP stroke c12 479 37 478 -40 479 60 478 -96 744 2768 5 MP stroke c13 479 10 478 -4 479 3 478 5 744 2745 5 MP stroke 0.25 sg 479 -1 478 5 479 8 478 -62 744 2761 5 MP stroke c8 479 48 478 -61 479 71 478 -88 744 2760 5 MP stroke c9 479 751 478 -454 479 273 478 -156 744 2765 5 MP stroke c10 479 -3 478 -6 479 -14 478 -14 744 2766 5 MP stroke c11 479 982 478 -543 479 304 478 -170 744 2771 5 MP stroke c12 479 471 478 -299 479 195 478 -130 744 2762 5 MP stroke c13 479 -13 478 10 479 9 478 -74 744 2771 5 MP stroke 0.25 sg 479 -3 478 -5 479 -16 478 -19 744 2766 5 MP stroke c8 479 157 478 -145 479 138 478 -131 744 2774 5 MP stroke c9 479 -1 478 -4 479 -5 478 -43 744 2762 5 MP stroke c10 479 99 478 -101 479 107 478 -103 744 2759 5 MP stroke c11 479 -4 478 -2 479 6 478 -51 744 2759 5 MP stroke c12 479 -9 478 5 479 4 478 -56 744 2762 5 MP stroke c13 479 15 478 -27 479 46 478 -88 744 2769 5 MP stroke 0.25 sg 479 0 478 -3 479 -5 478 -44 744 2762 5 MP stroke c8 479 -6 478 -7 479 33 478 -68 744 2756 5 MP stroke c9 479 -17 478 4 479 25 478 -75 744 2761 5 MP stroke c10 479 -1 478 -2 479 -3 478 1 744 2765 5 MP stroke c11 479 -13 478 7 479 1 478 -2 744 2772 5 MP stroke c12 479 119 478 70 479 51 478 28 744 2750 5 MP stroke c13 479 -3 478 12 479 1 478 -5 744 2772 5 MP stroke 0.25 sg 479 200 478 108 479 68 478 38 744 2766 5 MP stroke c8 479 -5 478 -6 479 -17 478 -21 744 2768 5 MP stroke c9 479 -4 478 -3 479 -3 478 -24 744 2757 5 MP stroke c10 479 1 478 -20 479 46 478 -91 744 2771 5 MP stroke c11 479 55 478 -64 479 75 478 -87 744 2756 5 MP stroke c12 479 243 478 -185 479 131 478 -93 744 2751 5 MP stroke c13 479 303 478 -216 479 155 478 -122 744 2766 5 MP stroke 0.25 sg 479 446 478 -314 479 219 478 -149 744 2771 5 MP stroke c8 479 0 478 -10 479 18 478 -60 744 2759 5 MP stroke c9 479 67 478 -82 479 97 478 -114 744 2770 5 MP stroke c10 479 268 478 140 479 75 478 44 744 2753 5 MP stroke c11 479 8 478 6 479 10 478 6 744 2758 5 MP stroke c12 479 96 478 -93 479 99 478 -102 744 2760 5 MP stroke c13 479 92 478 -103 479 104 478 -109 744 2768 5 MP stroke 0.25 sg 479 22 478 -43 479 72 478 -104 744 2772 5 MP stroke c8 479 808 478 -472 479 277 478 -167 744 2773 5 MP stroke c9 479 16 478 18 479 17 478 16 744 2762 5 MP stroke c10 479 -1 478 -17 479 45 478 -81 744 2763 5 MP stroke c11 479 -7 478 6 479 -1 478 -61 744 2765 5 MP stroke c12 479 10 478 -7 479 15 478 -64 744 2763 5 MP stroke c13 479 40 478 28 479 25 478 18 744 2772 5 MP stroke 0.25 sg 479 -5 478 -1 479 -4 478 -11 744 2764 5 MP stroke c8 479 -9 478 -13 479 0 478 -45 744 2774 5 MP stroke c9 479 35 478 -43 479 56 478 -80 744 2758 5 MP stroke c10 479 130 478 -129 479 130 478 -125 744 2768 5 MP stroke c11 479 0 478 7 479 4 478 1 744 2766 5 MP stroke c12 479 424 478 -282 479 187 478 -121 744 2756 5 MP stroke c13 479 6 478 -12 479 12 478 -59 744 2764 5 MP stroke 0.25 sg 479 -11 478 12 479 3 478 -69 744 2776 5 MP stroke c8 479 119 478 -107 479 98 478 -93 744 2756 5 MP stroke c9 479 39 478 40 479 25 478 23 744 2761 5 MP stroke c10 479 22 478 -31 479 38 478 -74 744 2764 5 MP stroke c11 479 -10 478 4 479 2 478 -12 744 2764 5 MP stroke c12 479 46 478 -52 479 65 478 -91 744 2762 5 MP stroke c13 479 -5 478 -4 479 9 478 -54 744 2760 5 MP stroke 0.25 sg 479 54 478 -68 479 83 478 -108 744 2770 5 MP stroke c8 479 80 478 53 479 40 478 26 744 2766 5 MP stroke c9 479 58 478 42 479 24 478 24 744 2762 5 MP stroke c10 479 79 478 -89 479 95 478 -102 744 2763 5 MP stroke c11 479 -9 478 8 479 -2 478 -49 744 2760 5 MP stroke c12 479 -9 478 -17 479 9 478 -50 744 2760 5 MP stroke c13 479 -6 478 -4 479 -6 478 -30 744 2759 5 MP stroke 0.25 sg 479 1 478 -13 479 0 478 -20 744 2753 5 MP stroke c8 479 -2 478 2 479 -4 478 1 744 2763 5 MP stroke c9 479 12 478 -11 479 12 478 -63 744 2764 5 MP stroke c10 479 311 478 -255 479 191 478 -135 744 2768 5 MP stroke c11 479 0 478 -11 479 31 478 -77 744 2767 5 MP stroke c12 479 1 478 -6 479 -12 478 -42 744 2779 5 MP stroke c13 479 9 478 -1 479 -6 478 -49 744 2768 5 MP stroke 0.25 sg 479 5 478 -8 479 9 478 -41 744 2749 5 MP stroke c8 479 17 478 -26 479 32 478 -75 744 2765 5 MP stroke c9 479 4 478 -3 479 6 478 5 744 2760 5 MP stroke c10 479 -7 478 -6 479 10 478 -72 744 2780 5 MP stroke c11 479 13 478 -14 479 23 478 -71 744 2765 5 MP stroke c12 479 11 478 -3 479 4 478 -64 744 2770 5 MP stroke c13 479 -10 478 0 479 -14 478 -17 744 2764 5 MP stroke 0.25 sg 479 5 478 -4 479 -2 478 -52 744 2767 5 MP stroke c8 479 82 478 54 479 42 478 25 744 2769 5 MP stroke c9 479 -15 478 11 479 -10 478 -32 744 2761 5 MP stroke c10 479 57 478 -67 479 79 478 -98 744 2765 5 MP stroke c11 479 -3 478 -8 479 1 478 -6 744 2768 5 MP stroke c12 479 759 478 -413 479 223 478 -122 744 2754 5 MP stroke c13 479 360 478 -253 479 181 478 -120 744 2755 5 MP stroke 0.25 sg 479 0 478 -1 479 16 478 -78 744 2774 5 MP stroke c8 479 118 478 -107 479 107 478 -107 744 2761 5 MP stroke c9 479 -4 478 0 479 7 478 -57 744 2762 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 (-6000) s 3262 3231 mt 3281 3231 L 5177 3231 mt 5157 3231 L 2891 3275 mt (-4000) s 3262 2897 mt 3281 2897 L 5177 2897 mt 5157 2897 L 2891 2941 mt (-2000) s 3262 2563 mt 3281 2563 L 5177 2563 mt 5157 2563 L 3161 2607 mt (0) s 3262 2229 mt 3281 2229 L 5177 2229 mt 5157 2229 L 2961 2273 mt (2000) 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 38 479 -11 479 3 478 -1 3262 2563 5 MP stroke c9 479 137 479 27 479 5 478 1 3262 2563 5 MP stroke c10 479 4 479 1 479 1 478 0 3262 2563 5 MP stroke c11 479 845 479 100 479 12 478 1 3262 2563 5 MP stroke c12 479 88 479 18 479 3 478 1 3262 2563 5 MP stroke c13 479 5 479 -2 479 1 478 -1 3262 2563 5 MP stroke 0.25 sg 479 0 479 0 479 1 478 -1 3262 2563 5 MP stroke c8 479 32 479 9 479 2 478 0 3262 2563 5 MP stroke c9 479 2 479 1 479 0 478 0 3262 2563 5 MP stroke c10 479 222 479 -37 479 6 478 -1 3262 2563 5 MP stroke c11 479 6 479 2 479 1 478 0 3262 2563 5 MP stroke c12 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c13 479 1 479 -1 479 1 478 -1 3262 2563 5 MP stroke 0.25 sg 479 12 479 4 479 1 478 0 3262 2563 5 MP stroke c8 479 14 479 -5 479 2 478 -1 3262 2563 5 MP stroke c9 479 0 479 1 479 0 478 0 3262 2563 5 MP stroke c10 479 13 479 4 479 1 478 0 3262 2563 5 MP stroke c11 479 12 479 -5 479 2 478 -1 3262 2563 5 MP stroke c12 479 22 479 6 479 2 478 0 3262 2563 5 MP stroke c13 479 0 479 0 479 1 478 -1 3262 2563 5 MP stroke 0.25 sg 479 2 479 1 479 0 478 0 3262 2563 5 MP stroke c8 479 2 479 -1 479 1 478 -1 3262 2563 5 MP stroke c9 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c10 479 1 479 -1 479 1 478 -1 3262 2563 5 MP stroke c11 479 1 479 0 479 0 478 0 3262 2563 5 MP stroke c12 479 59 479 14 479 3 478 0 3262 2563 5 MP stroke c13 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke 0.25 sg 479 158 479 28 479 4 478 1 3262 2563 5 MP stroke c8 479 0 479 0 479 1 478 -1 3262 2563 5 MP stroke c9 479 92 479 -20 479 4 478 -1 3262 2563 5 MP stroke c10 479 89 479 17 479 4 478 0 3262 2563 5 MP stroke c11 479 4 479 1 479 1 478 0 3262 2563 5 MP stroke c12 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c13 479 2 479 -1 479 1 478 -1 3262 2563 5 MP stroke 0.25 sg 479 144 479 -27 479 5 478 -1 3262 2563 5 MP stroke c8 479 4 479 1 479 1 478 0 3262 2563 5 MP stroke c9 479 353 479 50 479 7 478 1 3262 2563 5 MP stroke c10 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c11 479 6 479 -2 479 1 478 -1 3262 2563 5 MP stroke c12 479 179 479 -31 479 5 478 -1 3262 2563 5 MP stroke c13 479 2 479 -1 479 1 478 -1 3262 2563 5 MP stroke 0.25 sg 479 7 479 -4 479 2 478 -1 3262 2563 5 MP stroke c8 479 0 479 1 479 0 478 0 3262 2563 5 MP stroke c9 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c10 479 23 479 6 479 2 478 0 3262 2563 5 MP stroke c11 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c12 479 158 479 -31 479 6 478 -1 3262 2563 5 MP stroke c13 479 272 479 41 479 6 478 1 3262 2563 5 MP stroke 0.25 sg 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c8 479 9 479 3 479 1 478 0 3262 2563 5 MP stroke c9 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c10 479 28 479 -8 479 2 478 -1 3262 2563 5 MP stroke c11 479 2 479 1 479 0 478 0 3262 2563 5 MP stroke c12 479 103 479 20 479 4 478 0 3262 2563 5 MP stroke c13 479 1 479 -1 479 1 478 -1 3262 2563 5 MP stroke 0.25 sg 479 1 479 -1 479 1 478 -1 3262 2563 5 MP stroke c8 479 31 479 -9 479 3 478 -1 3262 2563 5 MP stroke c9 479 36 479 -10 479 3 478 -1 3262 2563 5 MP stroke c10 479 9 479 -4 479 2 478 -1 3262 2563 5 MP stroke c11 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c12 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c13 479 177 479 -34 479 6 478 -1 3262 2563 5 MP stroke 0.25 sg 479 2 479 -1 479 1 478 -1 3262 2563 5 MP stroke c8 479 4 479 -2 479 1 478 -1 3262 2563 5 MP stroke c9 479 38 479 -11 479 3 478 -1 3262 2563 5 MP stroke c10 479 1 479 -1 479 1 478 -1 3262 2563 5 MP stroke c11 479 1 479 -1 479 1 478 -1 3262 2563 5 MP stroke c12 479 36 479 8 479 2 478 0 3262 2563 5 MP stroke c13 479 2 479 1 479 0 478 0 3262 2563 5 MP stroke 0.25 sg 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c8 479 4 479 1 479 1 478 0 3262 2563 5 MP stroke c9 479 1 479 -1 479 1 478 -1 3262 2563 5 MP stroke c10 479 91 479 17 479 3 478 0 3262 2563 5 MP stroke c11 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c12 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c13 479 13 479 -5 479 2 478 -1 3262 2563 5 MP stroke 0.25 sg 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c8 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c9 479 0 479 0 479 1 478 -1 3262 2563 5 MP stroke c10 479 1 479 0 479 0 478 0 3262 2563 5 MP stroke c11 479 90 479 -20 479 4 478 -1 3262 2563 5 MP stroke c12 479 25 479 7 479 2 478 0 3262 2563 5 MP stroke c13 479 127 479 -25 479 5 478 -1 3262 2563 5 MP stroke 0.25 sg 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c8 479 176 479 29 479 5 478 1 3262 2563 5 MP stroke c9 479 60 479 -14 479 3 478 -1 3262 2563 5 MP stroke c10 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c11 479 310 479 -51 479 9 478 -2 3262 2563 5 MP stroke c12 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c13 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke 0.25 sg 479 1 479 0 479 0 478 0 3262 2563 5 MP stroke c8 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c9 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c10 479 23 479 6 479 2 478 0 3262 2563 5 MP stroke c11 479 8 479 -4 479 2 478 -1 3262 2563 5 MP stroke c12 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c13 479 0 479 0 479 1 478 -1 3262 2563 5 MP stroke 0.25 sg 479 0 479 0 479 0 478 0 3262 2563 5 MP stroke c8 479 2 479 -1 479 1 478 -1 3262 2563 5 MP stroke c9 479 32 479 -10 479 3 478 -1 3262 2563 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