Jari Tapani Kolehmainen added file chargedist.eps  over 8 years ago

Commit id: 66c785ab9187126790786006299bc912b2c81801

deletions | additions      

         

%!PS-Adobe-3.0 EPSF-3.0  %%Creator: MATLAB, The MathWorks, Inc. Version 8.2.0.701 (R2013b). Operating System: Linux 2.6.32-573.7.1.el6.x86_64 #1 SMP Tue Sep 22 21:49:58 EDT 2015 x86_64.  %%Title: /home/shakti/jarik/monodisperse/charge2.eps  %%CreationDate: 10/13/2015 10:32:18  %%DocumentNeededFonts: Helvetica  %%DocumentProcessColors: Cyan Magenta Yellow Black  %%LanguageLevel: 2  %%Pages: 1  %%BoundingBox: -69 231 682 560  %%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  /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: -69 231 682 560  MathWorks begin  bpage  %%EndPageSetup  %%BeginObject: obj1  bplot  /dpi2point 12 def  portraitMode -0828 6720 csm  0 0 9023 3937 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 9024 3938 rf  6 w  0 3189 1914 0 0 -3189 1185 3484 4 MP  PP  -1914 0 0 3189 1914 0 0 -3189 1185 3484 5 MP stroke  4 w  DO  SO  6 w  0 sg  1185 3484 mt 3099 3484 L  1185 295 mt 3099 295 L  1185 3484 mt 1185 295 L  3099 3484 mt 3099 295 L  1185 3484 mt 3099 3484 L  1185 3484 mt 1185 295 L  1185 3484 mt 1185 3452 L  1185 295 mt 1185 326 L  %%IncludeResource: font Helvetica  /Helvetica /ISOLatin1Encoding 168 FMSR  1139 3674 mt   (0) s  2142 3484 mt 2142 3452 L  2142 295 mt 2142 326 L  2026 3674 mt   (0.5) s  3099 3484 mt 3099 3452 L  3099 295 mt 3099 326 L  3053 3674 mt   (1) s  2593 3936 mt   (x 10) s  %%IncludeResource: font Helvetica  /Helvetica /ISOLatin1Encoding 112 FMSR  2910 3832 mt   (-13) s  1185 3484 mt 1216 3484 L  3099 3484 mt 3067 3484 L  %%IncludeResource: font Helvetica  /Helvetica /ISOLatin1Encoding 168 FMSR  1057 3546 mt   (0) s  1185 3028 mt 1216 3028 L  3099 3028 mt 3067 3028 L  917 3090 mt   (0.1) s  1185 2572 mt 1216 2572 L  3099 2572 mt 3067 2572 L  917 2634 mt   (0.2) s  1185 2117 mt 1216 2117 L  3099 2117 mt 3067 2117 L  917 2179 mt   (0.3) s  1185 1661 mt 1216 1661 L  3099 1661 mt 3067 1661 L  917 1723 mt   (0.4) s  1185 1206 mt 1216 1206 L  3099 1206 mt 3067 1206 L  917 1268 mt   (0.5) s  1185 750 mt 1216 750 L  3099 750 mt 3067 750 L  917 812 mt   (0.6) s  1185 295 mt 1216 295 L  3099 295 mt 3067 295 L  917 357 mt   (0.7) s  1185 3484 mt 3099 3484 L  1185 295 mt 3099 295 L  1185 3484 mt 1185 295 L  3099 3484 mt 3099 295 L  gs 1185 295 1915 3190 rc  /c8 { 0.000000 0.000000 0.562500 sr} bdef  c8  0 0 44 0 0 0 1135 3484 4 MP  PP  0 sg  -44 0 0 0 44 0 0 0 1135 3484 5 MP stroke  c8  0 1 43 0 0 -1 1327 3484 4 MP  PP  0 sg  -43 0 0 1 43 0 0 -1 1327 3484 5 MP stroke  c8  0 22 44 0 0 -22 1518 3484 4 MP  PP  0 sg  -44 0 0 22 44 0 0 -22 1518 3484 5 MP stroke  c8  0 169 44 0 0 -169 1709 3484 4 MP  PP  0 sg  -44 0 0 169 44 0 0 -169 1709 3484 5 MP stroke  c8  0 1030 44 0 0 -1030 1900 3484 4 MP  PP  0 sg  -44 0 0 1030 44 0 0 -1030 1900 3484 5 MP stroke  c8  0 2237 43 0 0 -2237 2092 3484 4 MP  PP  0 sg  -43 0 0 2237 43 0 0 -2237 2092 3484 5 MP stroke  c8  0 1008 44 0 0 -1008 2283 3484 4 MP  PP  0 sg  -44 0 0 1008 44 0 0 -1008 2283 3484 5 MP stroke  c8  0 89 44 0 0 -89 2474 3484 4 MP  PP  0 sg  -44 0 0 89 44 0 0 -89 2474 3484 5 MP stroke  c8  0 5 43 0 0 -5 2666 3484 4 MP  PP  0 sg  -43 0 0 5 43 0 0 -5 2666 3484 5 MP stroke  1914 0 1185 3484 2 MP stroke  /c9 { 1.000000 0.000000 0.000000 sr} bdef  c9  0 0 44 0 0 0 1190 3484 4 MP  PP  0 sg  -44 0 0 0 44 0 0 0 1190 3484 5 MP stroke  c9  0 0 44 0 0 0 1381 3484 4 MP  PP  0 sg  -44 0 0 0 44 0 0 0 1381 3484 5 MP stroke  c9  0 0 43 0 0 0 1573 3484 4 MP  PP  0 sg  -43 0 0 0 43 0 0 0 1573 3484 5 MP stroke  c9  0 6 44 0 0 -6 1764 3484 4 MP  PP  0 sg  -44 0 0 6 44 0 0 -6 1764 3484 5 MP stroke  c9  0 102 44 0 0 -102 1955 3484 4 MP  PP  0 sg  -44 0 0 102 44 0 0 -102 1955 3484 5 MP stroke  c9  0 992 44 0 0 -992 2146 3484 4 MP  PP  0 sg  -44 0 0 992 44 0 0 -992 2146 3484 5 MP stroke  c9  0 3081 43 0 0 -3081 2338 3484 4 MP  PP  0 sg  -43 0 0 3081 43 0 0 -3081 2338 3484 5 MP stroke  c9  0 374 44 0 0 -374 2529 3484 4 MP  PP  0 sg  -44 0 0 374 44 0 0 -374 2529 3484 5 MP stroke  c9  0 4 44 0 0 -4 2720 3484 4 MP  PP  0 sg  -44 0 0 4 44 0 0 -4 2720 3484 5 MP stroke  gr  1758 3852 mt   (Charge[C]) s  825 2282 mt -90 rotate  (Propability) s  90 rotate  1858 163 mt   (e/g=0.1) s  1162 3545 mt   ( ) s  3077 355 mt   ( ) s  1726 617 mt   (Interior) s  gs 1240 408 1032 554 rc  c8  -374 0 0 194 374 0 0 -194 1314 653 5 MP  PP  0 sg  0 0 -374 0 0 194 374 0 0 -194 1314 653 6 MP stroke  gr  1726 873 mt   (Wall) s  gs 1240 408 1032 554 rc  c9  -374 0 0 194 374 0 0 -194 1314 909 5 MP  PP  0 sg  0 0 -374 0 0 194 374 0 0 -194 1314 909 6 MP stroke  gr  1 sg  0 3190 1913 0 0 -3190 3719 3484 4 MP  PP  -1913 0 0 3190 1913 0 0 -3190 3719 3484 5 MP stroke  4 w  DO  SO  6 w  0 sg  3719 3484 mt 5632 3484 L  3719 294 mt 5632 294 L  3719 3484 mt 3719 294 L  5632 3484 mt 5632 294 L  3719 3484 mt 5632 3484 L  3719 3484 mt 3719 294 L  3719 3484 mt 3719 3452 L  3719 294 mt 3719 326 L  3673 3674 mt   (0) s  4484 3484 mt 4484 3452 L  4484 294 mt 4484 326 L  4438 3674 mt   (2) s  5249 3484 mt 5249 3452 L  5249 294 mt 5249 326 L  5203 3674 mt   (4) s  5126 3936 mt   (x 10) s  %%IncludeResource: font Helvetica  /Helvetica /ISOLatin1Encoding 112 FMSR  5443 3832 mt   (-13) s  3719 3484 mt 3750 3484 L  5632 3484 mt 5600 3484 L  %%IncludeResource: font Helvetica  /Helvetica /ISOLatin1Encoding 168 FMSR  3591 3546 mt   (0) s  3719 3129 mt 3750 3129 L  5632 3129 mt 5600 3129 L  3451 3191 mt   (0.1) s  3719 2775 mt 3750 2775 L  5632 2775 mt 5600 2775 L  3451 2837 mt   (0.2) s  3719 2421 mt 3750 2421 L  5632 2421 mt 5600 2421 L  3451 2483 mt   (0.3) s  3719 2066 mt 3750 2066 L  5632 2066 mt 5600 2066 L  3451 2128 mt   (0.4) s  3719 1712 mt 3750 1712 L  5632 1712 mt 5600 1712 L  3451 1774 mt   (0.5) s  3719 1357 mt 3750 1357 L  5632 1357 mt 5600 1357 L  3451 1419 mt   (0.6) s  3719 1003 mt 3750 1003 L  5632 1003 mt 5600 1003 L  3451 1065 mt   (0.7) s  3719 649 mt 3750 649 L  5632 649 mt 5600 649 L  3451 711 mt   (0.8) s  3719 294 mt 3750 294 L  5632 294 mt 5600 294 L  3451 356 mt   (0.9) s  3719 3484 mt 5632 3484 L  3719 294 mt 5632 294 L  3719 3484 mt 3719 294 L  5632 3484 mt 5632 294 L  gs 3719 295 1914 3190 rc  c8  0 2 48 0 0 -2 3665 3484 4 MP  PP  0 sg  -48 0 0 2 48 0 0 -2 3665 3484 5 MP stroke  c8  0 391 48 0 0 -391 3873 3484 4 MP  PP  0 sg  -48 0 0 391 48 0 0 -391 3873 3484 5 MP stroke  c8  0 2982 48 0 0 -2982 4082 3484 4 MP  PP  0 sg  -48 0 0 2982 48 0 0 -2982 4082 3484 5 MP stroke  c8  0 170 47 0 0 -170 4291 3484 4 MP  PP  0 sg  -47 0 0 170 47 0 0 -170 4291 3484 5 MP stroke  c8  0 1 48 0 0 -1 4499 3484 4 MP  PP  0 sg  -48 0 0 1 48 0 0 -1 4499 3484 5 MP stroke  c8  0 0 48 0 0 0 4708 3484 4 MP  PP  0 sg  -48 0 0 0 48 0 0 0 4708 3484 5 MP stroke  c8  0 0 48 0 0 0 4916 3484 4 MP  PP  0 sg  -48 0 0 0 48 0 0 0 4916 3484 5 MP stroke  c8  0 0 48 0 0 0 5125 3484 4 MP  PP  0 sg  -48 0 0 0 48 0 0 0 5125 3484 5 MP stroke  c8  0 0 47 0 0 0 5334 3484 4 MP  PP  0 sg  -47 0 0 0 47 0 0 0 5334 3484 5 MP stroke  1913 0 3719 3484 2 MP stroke  c9  0 0 48 0 0 0 3724 3484 4 MP  PP  0 sg  -48 0 0 0 48 0 0 0 3724 3484 5 MP stroke  c9  0 1 48 0 0 -1 3933 3484 4 MP  PP  0 sg  -48 0 0 1 48 0 0 -1 3933 3484 5 MP stroke  c9  0 20 47 0 0 -20 4142 3484 4 MP  PP  0 sg  -47 0 0 20 47 0 0 -20 4142 3484 5 MP stroke  c9  0 2757 48 0 0 -2757 4350 3484 4 MP  PP  0 sg  -48 0 0 2757 48 0 0 -2757 4350 3484 5 MP stroke  c9  0 743 48 0 0 -743 4559 3484 4 MP  PP  0 sg  -48 0 0 743 48 0 0 -743 4559 3484 5 MP stroke  c9  0 21 48 0 0 -21 4767 3484 4 MP  PP  0 sg  -48 0 0 21 48 0 0 -21 4767 3484 5 MP stroke  c9  0 3 48 0 0 -3 4976 3484 4 MP  PP  0 sg  -48 0 0 3 48 0 0 -3 4976 3484 5 MP stroke  c9  0 1 47 0 0 -1 5185 3484 4 MP  PP  0 sg  -47 0 0 1 47 0 0 -1 5185 3484 5 MP stroke  c9  0 1 48 0 0 -1 5393 3484 4 MP  PP  0 sg  -48 0 0 1 48 0 0 -1 5393 3484 5 MP stroke  gr  4291 3852 mt   (Charge[C]) s  3359 2282 mt -90 rotate  (Propability) s  90 rotate  4392 163 mt   (e/g=1.0) s  1 sg  0 3189 1913 0 0 -3189 6253 3484 4 MP  PP  -1913 0 0 3189 1913 0 0 -3189 6253 3484 5 MP stroke  4 w  DO  SO  6 w  0 sg  6253 3484 mt 8166 3484 L  6253 295 mt 8166 295 L  6253 3484 mt 6253 295 L  8166 3484 mt 8166 295 L  6253 3484 mt 8166 3484 L  6253 3484 mt 6253 295 L  6253 3484 mt 6253 3452 L  6253 295 mt 6253 326 L  6207 3674 mt   (0) s  7018 3484 mt 7018 3452 L  7018 295 mt 7018 326 L  6972 3674 mt   (2) s  7783 3484 mt 7783 3452 L  7783 295 mt 7783 326 L  7737 3674 mt   (4) s  7660 3936 mt   (x 10) s  %%IncludeResource: font Helvetica  /Helvetica /ISOLatin1Encoding 112 FMSR  7977 3832 mt   (-13) s  6253 3484 mt 6284 3484 L  8166 3484 mt 8134 3484 L  %%IncludeResource: font Helvetica  /Helvetica /ISOLatin1Encoding 168 FMSR  6125 3546 mt   (0) s  6253 3028 mt 6284 3028 L  8166 3028 mt 8134 3028 L  5985 3090 mt   (0.1) s  6253 2572 mt 6284 2572 L  8166 2572 mt 8134 2572 L  5985 2634 mt   (0.2) s  6253 2117 mt 6284 2117 L  8166 2117 mt 8134 2117 L  5985 2179 mt   (0.3) s  6253 1661 mt 6284 1661 L  8166 1661 mt 8134 1661 L  5985 1723 mt   (0.4) s  6253 1206 mt 6284 1206 L  8166 1206 mt 8134 1206 L  5985 1268 mt   (0.5) s  6253 750 mt 6284 750 L  8166 750 mt 8134 750 L  5985 812 mt   (0.6) s  6253 295 mt 6284 295 L  8166 295 mt 8134 295 L  5985 357 mt   (0.7) s  6253 3484 mt 8166 3484 L  6253 295 mt 8166 295 L  6253 3484 mt 6253 295 L  8166 3484 mt 8166 295 L  gs 6253 295 1914 3190 rc  c8  0 0 49 0 0 0 6197 3484 4 MP  PP  0 sg  -49 0 0 0 49 0 0 0 6197 3484 5 MP stroke  c8  0 0 49 0 0 0 6414 3484 4 MP  PP  0 sg  -49 0 0 0 49 0 0 0 6414 3484 5 MP stroke  c8  0 202 49 0 0 -202 6631 3484 4 MP  PP  0 sg  -49 0 0 202 49 0 0 -202 6631 3484 5 MP stroke  c8  0 3009 50 0 0 -3009 6848 3484 4 MP  PP  0 sg  -50 0 0 3009 50 0 0 -3009 6848 3484 5 MP stroke  c8  0 1279 50 0 0 -1279 7065 3484 4 MP  PP  0 sg  -50 0 0 1279 50 0 0 -1279 7065 3484 5 MP stroke  c8  0 40 50 0 0 -40 7282 3484 4 MP  PP  0 sg  -50 0 0 40 50 0 0 -40 7282 3484 5 MP stroke  c8  0 28 50 0 0 -28 7499 3484 4 MP  PP  0 sg  -50 0 0 28 50 0 0 -28 7499 3484 5 MP stroke  c8  0 0 50 0 0 0 7716 3484 4 MP  PP  0 sg  -50 0 0 0 50 0 0 0 7716 3484 5 MP stroke  c8  0 0 50 0 0 0 7933 3484 4 MP  PP  0 sg  -50 0 0 0 50 0 0 0 7933 3484 5 MP stroke  1913 0 6253 3484 2 MP stroke  c9  0 0 49 0 0 0 6259 3484 4 MP  PP  0 sg  -49 0 0 0 49 0 0 0 6259 3484 5 MP stroke  c9  0 0 49 0 0 0 6476 3484 4 MP  PP  0 sg  -49 0 0 0 49 0 0 0 6476 3484 5 MP stroke  c9  0 0 49 0 0 0 6693 3484 4 MP  PP  0 sg  -49 0 0 0 49 0 0 0 6693 3484 5 MP stroke  c9  0 2 50 0 0 -2 6910 3484 4 MP  PP  0 sg  -50 0 0 2 50 0 0 -2 6910 3484 5 MP stroke  c9  0 67 50 0 0 -67 7127 3484 4 MP  PP  0 sg  -50 0 0 67 50 0 0 -67 7127 3484 5 MP stroke  c9  0 1645 50 0 0 -1645 7344 3484 4 MP  PP  0 sg  -50 0 0 1645 50 0 0 -1645 7344 3484 5 MP stroke  c9  0 2764 50 0 0 -2764 7561 3484 4 MP  PP  0 sg  -50 0 0 2764 50 0 0 -2764 7561 3484 5 MP stroke  c9  0 76 50 0 0 -76 7778 3484 4 MP  PP  0 sg  -50 0 0 76 50 0 0 -76 7778 3484 5 MP stroke  c9  0 4 50 0 0 -4 7995 3484 4 MP  PP  0 sg  -50 0 0 4 50 0 0 -4 7995 3484 5 MP stroke  gr  6926 163 mt   (e/g=3.0) s  6825 3852 mt   (Charge[C]) s  end %%Color Dict  eplot  %%EndObject  epage  end  showpage  %%Trailer  %%EOF