[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[freehaven-cvs] Adding more figures.



Update of /home2/freehaven/cvsroot/doc/mixmaster-vs-reliable
In directory moria.mit.edu:/tmp/cvs-serv29536

Added Files:
	3Dplot_Recip.eps 3Dplot_Sender.eps arr-days.eps arr-hour.eps 
	arr-round.eps delaytimes23.eps expCDFsubplots.eps 
	hist-arr-day.eps hist-arr-hour.eps mixmaster.eps mm-del.eps 
	mm-sanon.eps rel-rec.eps rel-sen.eps sen-rec.eps 
Log Message:
Adding more figures.


--- NEW FILE: 3Dplot_Recip.eps ---
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /users/cosic/cdiaz/plots/mixmaster/3Dplot_Recip.eps
%%CreationDate: 03/23/2004  20:27:32
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    47   200   568   603
%%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
[...84460 lines suppressed...]

gs 899 388 5357 4227 MR c np
gr

 495 2909 mt  -90 rotate
(Recipient Anonimity) s
90 rotate

end

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF

--- NEW FILE: 3Dplot_Sender.eps ---
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /users/cosic/cdiaz/plots/mixmaster/3Dplot_Recip.eps
%%CreationDate: 03/23/2004  20:24:57
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    47   200   568   603
%%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
[...84492 lines suppressed...]

gs 899 388 5357 4227 MR c np
gr

 495 2853 mt  -90 rotate
(Sender Anonimity) s
90 rotate

end

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF

--- NEW FILE: arr-days.eps ---
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /users/cosic/cdiaz/plots/mixmaster/arr-days.eps
%%CreationDate: 03/25/2004  18:54:25
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    54   192   545   602
%%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 string
  currentfile exch readhexstring pop
  /bmap xdef pop pop} bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
  cols rows 8 compute_transform 
  {bmap} image gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog

%%BeginSetup
MathWorks begin

0 cap

end
%%EndSetup

%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox:    54   192   545   602
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: obj1
bplot

/dpi2point 12 def
portraitMode 0216 7344 csm

  433   110  5895  4923 MR c np
92 dict begin %Colortable dictionary
/c0 { 0 0 0 sr} bdef
/c1 { 1 1 1 sr} bdef
/c2 { 1 0 0 sr} bdef
/c3 { 0 1 0 sr} bdef
/c4 { 0 0 1 sr} bdef
/c5 { 1 1 0 sr} bdef
/c6 { 1 0 1 sr} bdef
/c7 { 0 1 1 sr} bdef
c0
1 j
1 sg
   0    0 6918 5186 PR
6 w
0 4226 5361 0 0 -4226 899 4615 4 MP
PP
-5361 0 0 4226 5361 0 0 -4226 899 4615 5 MP stroke
4 w
DO
SO
6 w
0 sg
 899 4615 mt 6260 4615 L
 899  389 mt 6260  389 L
 899 4615 mt  899  389 L
6260 4615 mt 6260  389 L
 899 4615 mt 6260 4615 L
 899 4615 mt  899  389 L
1536 4615 mt 1536 4561 L
1536  389 mt 1536  442 L
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 120 FMSR

1403 4760 mt 
(2000) s
2190 4615 mt 2190 4561 L
2190  389 mt 2190  442 L
2057 4760 mt 
(4000) s
2843 4615 mt 2843 4561 L
2843  389 mt 2843  442 L
2710 4760 mt 
(6000) s
3497 4615 mt 3497 4561 L
3497  389 mt 3497  442 L
3364 4760 mt 
(8000) s
4151 4615 mt 4151 4561 L
4151  389 mt 4151  442 L
3985 4760 mt 
(10000) s
4805 4615 mt 4805 4561 L
4805  389 mt 4805  442 L
4639 4760 mt 
(12000) s
5459 4615 mt 5459 4561 L
5459  389 mt 5459  442 L
5293 4760 mt 
(14000) s
6112 4615 mt 6112 4561 L
6112  389 mt 6112  442 L
5946 4760 mt 
(16000) s
 899 4615 mt  952 4615 L
6260 4615 mt 6206 4615 L
 798 4659 mt 
(0) s
 899 4099 mt  952 4099 L
6260 4099 mt 6206 4099 L
 731 4143 mt 
(10) s
 899 3584 mt  952 3584 L
6260 3584 mt 6206 3584 L
 731 3628 mt 
(20) s
 899 3068 mt  952 3068 L
6260 3068 mt 6206 3068 L
 731 3112 mt 
(30) s
 899 2553 mt  952 2553 L
6260 2553 mt 6206 2553 L
 731 2597 mt 
(40) s
 899 2038 mt  952 2038 L
6260 2038 mt 6206 2038 L
 731 2082 mt 
(50) s
 899 1522 mt  952 1522 L
6260 1522 mt 6206 1522 L
 731 1566 mt 
(60) s
 899 1007 mt  952 1007 L
6260 1007 mt 6206 1007 L
 731 1051 mt 
(70) s
 899  492 mt  952  492 L
6260  492 mt 6206  492 L
 731  536 mt 
(80) s
 899 4615 mt 6260 4615 L
 899  389 mt 6260  389 L
 899 4615 mt  899  389 L
6260 4615 mt 6260  389 L
gs 899 389 5362 4227 MR c np
/c8 { 0.000000 0.000000 0.562500 sr} bdef
c8
0 4226 130 0 0 -4226 899 4615 4 MP
PP
0 sg
-130 0 0 4226 130 0 0 -4226 899 4615 5 MP stroke
c8
0 258 131 0 0 -258 1062 4615 4 MP
PP
0 sg
-131 0 0 258 131 0 0 -258 1062 4615 5 MP stroke
c8
0 207 131 0 0 -207 1225 4615 4 MP
PP
0 sg
-131 0 0 207 131 0 0 -207 1225 4615 5 MP stroke
c8
0 0 131 0 0 0 1389 4615 4 MP
PP
0 sg
-131 0 0 0 131 0 0 0 1389 4615 5 MP stroke
c8
0 52 131 0 0 -52 1552 4615 4 MP
PP
0 sg
-131 0 0 52 131 0 0 -52 1552 4615 5 MP stroke
c8
0 104 130 0 0 -104 1716 4615 4 MP
PP
0 sg
-130 0 0 104 130 0 0 -104 1716 4615 5 MP stroke
c8
0 155 131 0 0 -155 1879 4615 4 MP
PP
0 sg
-131 0 0 155 131 0 0 -155 1879 4615 5 MP stroke
c8
0 104 130 0 0 -104 2043 4615 4 MP
PP
0 sg
-130 0 0 104 130 0 0 -104 2043 4615 5 MP stroke
c8
0 0 131 0 0 0 2206 4615 4 MP
PP
0 sg
-131 0 0 0 131 0 0 0 2206 4615 5 MP stroke
c8
0 155 130 0 0 -155 2370 4615 4 MP
PP
0 sg
-130 0 0 155 130 0 0 -155 2370 4615 5 MP stroke
c8
0 155 131 0 0 -155 2533 4615 4 MP
PP
0 sg
-131 0 0 155 131 0 0 -155 2533 4615 5 MP stroke
c8
0 0 131 0 0 0 2696 4615 4 MP
PP
0 sg
-131 0 0 0 131 0 0 0 2696 4615 5 MP stroke
c8
0 0 131 0 0 0 2860 4615 4 MP
PP
0 sg
-131 0 0 0 131 0 0 0 2860 4615 5 MP stroke
c8
0 0 131 0 0 0 3023 4615 4 MP
PP
0 sg
-131 0 0 0 131 0 0 0 3023 4615 5 MP stroke
c8
0 207 130 0 0 -207 3187 4615 4 MP
PP
0 sg
-130 0 0 207 130 0 0 -207 3187 4615 5 MP stroke
c8
0 52 131 0 0 -52 3350 4615 4 MP
PP
0 sg
-131 0 0 52 131 0 0 -52 3350 4615 5 MP stroke
c8
0 104 130 0 0 -104 3514 4615 4 MP
PP
0 sg
-130 0 0 104 130 0 0 -104 3514 4615 5 MP stroke
c8
0 104 131 0 0 -104 3677 4615 4 MP
PP
0 sg
-131 0 0 104 131 0 0 -104 3677 4615 5 MP stroke
c8
0 310 130 0 0 -310 3841 4615 4 MP
PP
0 sg
-130 0 0 310 130 0 0 -310 3841 4615 5 MP stroke
c8
0 0 131 0 0 0 4004 4615 4 MP
PP
0 sg
-131 0 0 0 131 0 0 0 4004 4615 5 MP stroke
c8
0 0 131 0 0 0 4167 4615 4 MP
PP
0 sg
-131 0 0 0 131 0 0 0 4167 4615 5 MP stroke
c8
0 0 131 0 0 0 4331 4615 4 MP
PP
0 sg
-131 0 0 0 131 0 0 0 4331 4615 5 MP stroke
c8
0 0 131 0 0 0 4494 4615 4 MP
PP
0 sg
-131 0 0 0 131 0 0 0 4494 4615 5 MP stroke
c8
0 0 130 0 0 0 4658 4615 4 MP
PP
0 sg
-130 0 0 0 130 0 0 0 4658 4615 5 MP stroke
c8
0 52 131 0 0 -52 4821 4615 4 MP
PP
0 sg
-131 0 0 52 131 0 0 -52 4821 4615 5 MP stroke
c8
0 0 130 0 0 0 4985 4615 4 MP
PP
0 sg
-130 0 0 0 130 0 0 0 4985 4615 5 MP stroke
c8
0 0 131 0 0 0 5148 4615 4 MP
PP
0 sg
-131 0 0 0 131 0 0 0 5148 4615 5 MP stroke
c8
0 0 130 0 0 0 5312 4615 4 MP
PP
0 sg
-130 0 0 0 130 0 0 0 5312 4615 5 MP stroke
c8
0 0 131 0 0 0 5475 4615 4 MP
PP
0 sg
-131 0 0 0 131 0 0 0 5475 4615 5 MP stroke
c8
0 0 131 0 0 0 5638 4615 4 MP
PP
0 sg
-131 0 0 0 131 0 0 0 5638 4615 5 MP stroke
c8
0 0 131 0 0 0 5802 4615 4 MP
PP
0 sg
-131 0 0 0 131 0 0 0 5802 4615 5 MP stroke
c8
0 0 131 0 0 0 5965 4615 4 MP
PP
0 sg
-131 0 0 0 131 0 0 0 5965 4615 5 MP stroke
c8
0 52 131 0 0 -52 6129 4615 4 MP
PP
0 sg
-131 0 0 52 131 0 0 -52 6129 4615 5 MP stroke
gr

3088 4981 mt 
(Number of arrivals) s
 569 3045 mt  -90 rotate
(Frequency \(in days\)) s
90 rotate
3181  294 mt 
(Binwidth = 500) s

end

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF

--- NEW FILE: arr-hour.eps ---
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /users/cosic/cdiaz/plots/mixmaster/arr-hour.eps
%%CreationDate: 03/25/2004  18:55:04
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    49   198   543   601
%%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 string
  currentfile exch readhexstring pop
  /bmap xdef pop pop} bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
  cols rows 8 compute_transform 
  {bmap} image gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog

%%BeginSetup
MathWorks begin

0 cap

end
%%EndSetup

%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox:    49   198   543   601
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: obj1
bplot

/dpi2point 12 def
portraitMode 0216 7344 csm

  377   126  5933  4838 MR c np
92 dict begin %Colortable dictionary
/c0 { 0 0 0 sr} bdef
/c1 { 1 1 1 sr} bdef
/c2 { 1 0 0 sr} bdef
/c3 { 0 1 0 sr} bdef
/c4 { 0 0 1 sr} bdef
/c5 { 1 1 0 sr} bdef
/c6 { 1 0 1 sr} bdef
/c7 { 0 1 1 sr} bdef
c0
1 j
1 sg
   0    0 6918 5186 PR
6 w
0 4226 5361 0 0 -4226 899 4615 4 MP
PP
-5361 0 0 4226 5361 0 0 -4226 899 4615 5 MP stroke
4 w
DO
SO
6 w
0 sg
 899 4615 mt 6260 4615 L
 899  389 mt 6260  389 L
 899 4615 mt  899  389 L
6260 4615 mt 6260  389 L
 899 4615 mt 6260 4615 L
 899 4615 mt  899  389 L
1564 4615 mt 1564 4561 L
1564  389 mt 1564  442 L
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 120 FMSR

1464 4760 mt 
(200) s
2235 4615 mt 2235 4561 L
2235  389 mt 2235  442 L
2135 4760 mt 
(400) s
2907 4615 mt 2907 4561 L
2907  389 mt 2907  442 L
2807 4760 mt 
(600) s
3579 4615 mt 3579 4561 L
3579  389 mt 3579  442 L
3479 4760 mt 
(800) s
4251 4615 mt 4251 4561 L
4251  389 mt 4251  442 L
4118 4760 mt 
(1000) s
4923 4615 mt 4923 4561 L
4923  389 mt 4923  442 L
4790 4760 mt 
(1200) s
5594 4615 mt 5594 4561 L
5594  389 mt 5594  442 L
5461 4760 mt 
(1400) s
 899 4615 mt  952 4615 L
6260 4615 mt 6206 4615 L
 798 4659 mt 
(0) s
 899 4183 mt  952 4183 L
6260 4183 mt 6206 4183 L
 664 4227 mt 
(200) s
 899 3752 mt  952 3752 L
6260 3752 mt 6206 3752 L
 664 3796 mt 
(400) s
 899 3321 mt  952 3321 L
6260 3321 mt 6206 3321 L
 664 3365 mt 
(600) s
 899 2890 mt  952 2890 L
6260 2890 mt 6206 2890 L
 664 2934 mt 
(800) s
 899 2459 mt  952 2459 L
6260 2459 mt 6206 2459 L
 598 2503 mt 
(1000) s
 899 2028 mt  952 2028 L
6260 2028 mt 6206 2028 L
 598 2072 mt 
(1200) s
 899 1597 mt  952 1597 L
6260 1597 mt 6206 1597 L
 598 1641 mt 
(1400) s
 899 1166 mt  952 1166 L
6260 1166 mt 6206 1166 L
 598 1210 mt 
(1600) s
 899  735 mt  952  735 L
6260  735 mt 6206  735 L
 598  779 mt 
(1800) s
 899 4615 mt 6260 4615 L
 899  389 mt 6260  389 L
 899 4615 mt  899  389 L
6260 4615 mt 6260  389 L
gs 899 389 5362 4227 MR c np
/c8 { 0.000000 0.000000 0.562500 sr} bdef
c8
0 4226 53 0 0 -4226 899 4615 4 MP
PP
0 sg
-53 0 0 4226 53 0 0 -4226 899 4615 5 MP stroke
c8
0 369 53 0 0 -369 966 4615 4 MP
PP
0 sg
-53 0 0 369 53 0 0 -369 966 4615 5 MP stroke
c8
0 134 54 0 0 -134 1033 4615 4 MP
PP
0 sg
-54 0 0 134 54 0 0 -134 1033 4615 5 MP stroke
c8
0 87 54 0 0 -87 1100 4615 4 MP
PP
0 sg
-54 0 0 87 54 0 0 -87 1100 4615 5 MP stroke
c8
0 113 54 0 0 -113 1167 4615 4 MP
PP
0 sg
-54 0 0 113 54 0 0 -113 1167 4615 5 MP stroke
c8
0 87 54 0 0 -87 1234 4615 4 MP
PP
0 sg
-54 0 0 87 54 0 0 -87 1234 4615 5 MP stroke
c8
0 102 53 0 0 -102 1302 4615 4 MP
PP
0 sg
-53 0 0 102 53 0 0 -102 1302 4615 5 MP stroke
c8
0 74 54 0 0 -74 1369 4615 4 MP
PP
0 sg
-54 0 0 74 54 0 0 -74 1369 4615 5 MP stroke
c8
0 37 54 0 0 -37 1436 4615 4 MP
PP
0 sg
-54 0 0 37 54 0 0 -37 1436 4615 5 MP stroke
c8
0 61 54 0 0 -61 1503 4615 4 MP
PP
0 sg
-54 0 0 61 54 0 0 -61 1503 4615 5 MP stroke
c8
0 39 54 0 0 -39 1570 4615 4 MP
PP
0 sg
-54 0 0 39 54 0 0 -39 1570 4615 5 MP stroke
c8
0 63 54 0 0 -63 1637 4615 4 MP
PP
0 sg
-54 0 0 63 54 0 0 -63 1637 4615 5 MP stroke
c8
0 82 53 0 0 -82 1705 4615 4 MP
PP
0 sg
-53 0 0 82 53 0 0 -82 1705 4615 5 MP stroke
c8
0 69 54 0 0 -69 1772 4615 4 MP
PP
0 sg
-54 0 0 69 54 0 0 -69 1772 4615 5 MP stroke
c8
0 85 54 0 0 -85 1839 4615 4 MP
PP
0 sg
-54 0 0 85 54 0 0 -85 1839 4615 5 MP stroke
c8
0 113 54 0 0 -113 1906 4615 4 MP
PP
0 sg
-54 0 0 113 54 0 0 -113 1906 4615 5 MP stroke
c8
0 91 54 0 0 -91 1973 4615 4 MP
PP
0 sg
-54 0 0 91 54 0 0 -91 1973 4615 5 MP stroke
c8
0 115 53 0 0 -115 2041 4615 4 MP
PP
0 sg
-53 0 0 115 53 0 0 -115 2041 4615 5 MP stroke
c8
0 87 53 0 0 -87 2108 4615 4 MP
PP
0 sg
-53 0 0 87 53 0 0 -87 2108 4615 5 MP stroke
c8
0 72 54 0 0 -72 2175 4615 4 MP
PP
0 sg
-54 0 0 72 54 0 0 -72 2175 4615 5 MP stroke
c8
0 52 54 0 0 -52 2242 4615 4 MP
PP
0 sg
-54 0 0 52 54 0 0 -52 2242 4615 5 MP stroke
c8
0 35 54 0 0 -35 2309 4615 4 MP
PP
0 sg
-54 0 0 35 54 0 0 -35 2309 4615 5 MP stroke
c8
0 39 54 0 0 -39 2376 4615 4 MP
PP
0 sg
-54 0 0 39 54 0 0 -39 2376 4615 5 MP stroke
c8
0 26 53 0 0 -26 2444 4615 4 MP
PP
0 sg
-53 0 0 26 53 0 0 -26 2444 4615 5 MP stroke
c8
0 31 54 0 0 -31 2511 4615 4 MP
PP
0 sg
-54 0 0 31 54 0 0 -31 2511 4615 5 MP stroke
c8
0 7 54 0 0 -7 2578 4615 4 MP
PP
0 sg
-54 0 0 7 54 0 0 -7 2578 4615 5 MP stroke
c8
0 7 54 0 0 -7 2645 4615 4 MP
PP
0 sg
-54 0 0 7 54 0 0 -7 2645 4615 5 MP stroke
c8
0 9 54 0 0 -9 2712 4615 4 MP
PP
0 sg
-54 0 0 9 54 0 0 -9 2712 4615 5 MP stroke
c8
0 9 53 0 0 -9 2780 4615 4 MP
PP
0 sg
-53 0 0 9 53 0 0 -9 2780 4615 5 MP stroke
c8
0 5 53 0 0 -5 2847 4615 4 MP
PP
0 sg
-53 0 0 5 53 0 0 -5 2847 4615 5 MP stroke
c8
0 11 54 0 0 -11 2914 4615 4 MP
PP
0 sg
-54 0 0 11 54 0 0 -11 2914 4615 5 MP stroke
c8
0 5 54 0 0 -5 2981 4615 4 MP
PP
0 sg
-54 0 0 5 54 0 0 -5 2981 4615 5 MP stroke
c8
0 5 54 0 0 -5 3048 4615 4 MP
PP
0 sg
-54 0 0 5 54 0 0 -5 3048 4615 5 MP stroke
c8
0 7 54 0 0 -7 3115 4615 4 MP
PP
0 sg
-54 0 0 7 54 0 0 -7 3115 4615 5 MP stroke
c8
0 3 53 0 0 -3 3183 4615 4 MP
PP
0 sg
-53 0 0 3 53 0 0 -3 3183 4615 5 MP stroke
c8
0 0 54 0 0 0 3250 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 3250 4615 5 MP stroke
c8
0 3 54 0 0 -3 3317 4615 4 MP
PP
0 sg
-54 0 0 3 54 0 0 -3 3317 4615 5 MP stroke
c8
0 0 54 0 0 0 3384 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 3384 4615 5 MP stroke
c8
0 0 54 0 0 0 3451 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 3451 4615 5 MP stroke
c8
0 0 53 0 0 0 3519 4615 4 MP
PP
0 sg
-53 0 0 0 53 0 0 0 3519 4615 5 MP stroke
c8
0 0 53 0 0 0 3586 4615 4 MP
PP
0 sg
-53 0 0 0 53 0 0 0 3586 4615 5 MP stroke
c8
0 5 54 0 0 -5 3653 4615 4 MP
PP
0 sg
-54 0 0 5 54 0 0 -5 3653 4615 5 MP stroke
c8
0 0 54 0 0 0 3720 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 3720 4615 5 MP stroke
c8
0 0 54 0 0 0 3787 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 3787 4615 5 MP stroke
c8
0 0 54 0 0 0 3854 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 3854 4615 5 MP stroke
c8
0 0 53 0 0 0 3922 4615 4 MP
PP
0 sg
-53 0 0 0 53 0 0 0 3922 4615 5 MP stroke
c8
0 0 54 0 0 0 3989 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 3989 4615 5 MP stroke
c8
0 0 54 0 0 0 4056 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 4056 4615 5 MP stroke
c8
0 0 54 0 0 0 4123 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 4123 4615 5 MP stroke
c8
0 0 54 0 0 0 4190 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 4190 4615 5 MP stroke
c8
0 0 53 0 0 0 4258 4615 4 MP
PP
0 sg
-53 0 0 0 53 0 0 0 4258 4615 5 MP stroke
c8
0 3 53 0 0 -3 4325 4615 4 MP
PP
0 sg
-53 0 0 3 53 0 0 -3 4325 4615 5 MP stroke
c8
0 0 54 0 0 0 4392 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 4392 4615 5 MP stroke
c8
0 3 54 0 0 -3 4459 4615 4 MP
PP
0 sg
-54 0 0 3 54 0 0 -3 4459 4615 5 MP stroke
c8
0 0 54 0 0 0 4526 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 4526 4615 5 MP stroke
c8
0 0 54 0 0 0 4593 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 4593 4615 5 MP stroke
c8
0 0 53 0 0 0 4661 4615 4 MP
PP
0 sg
-53 0 0 0 53 0 0 0 4661 4615 5 MP stroke
c8
0 0 54 0 0 0 4728 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 4728 4615 5 MP stroke
c8
0 0 54 0 0 0 4795 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 4795 4615 5 MP stroke
c8
0 0 54 0 0 0 4862 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 4862 4615 5 MP stroke
c8
0 0 54 0 0 0 4929 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 4929 4615 5 MP stroke
c8
0 3 53 0 0 -3 4997 4615 4 MP
PP
0 sg
-53 0 0 3 53 0 0 -3 4997 4615 5 MP stroke
c8
0 0 53 0 0 0 5064 4615 4 MP
PP
0 sg
-53 0 0 0 53 0 0 0 5064 4615 5 MP stroke
c8
0 0 54 0 0 0 5131 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 5131 4615 5 MP stroke
c8
0 0 54 0 0 0 5198 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 5198 4615 5 MP stroke
c8
0 0 54 0 0 0 5265 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 5265 4615 5 MP stroke
c8
0 0 54 0 0 0 5332 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 5332 4615 5 MP stroke
c8
0 0 53 0 0 0 5400 4615 4 MP
PP
0 sg
-53 0 0 0 53 0 0 0 5400 4615 5 MP stroke
c8
0 0 54 0 0 0 5467 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 5467 4615 5 MP stroke
c8
0 0 54 0 0 0 5534 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 5534 4615 5 MP stroke
c8
0 0 54 0 0 0 5601 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 5601 4615 5 MP stroke
c8
0 3 54 0 0 -3 5668 4615 4 MP
PP
0 sg
-54 0 0 3 54 0 0 -3 5668 4615 5 MP stroke
c8
0 0 54 0 0 0 5735 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 5735 4615 5 MP stroke
c8
0 0 53 0 0 0 5803 4615 4 MP
PP
0 sg
-53 0 0 0 53 0 0 0 5803 4615 5 MP stroke
c8
0 0 54 0 0 0 5870 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 5870 4615 5 MP stroke
c8
0 3 54 0 0 -3 5937 4615 4 MP
PP
0 sg
-54 0 0 3 54 0 0 -3 5937 4615 5 MP stroke
c8
0 0 54 0 0 0 6004 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 6004 4615 5 MP stroke
c8
0 0 54 0 0 0 6071 4615 4 MP
PP
0 sg
-54 0 0 0 54 0 0 0 6071 4615 5 MP stroke
c8
0 0 53 0 0 0 6139 4615 4 MP
PP
0 sg
-53 0 0 0 53 0 0 0 6139 4615 5 MP stroke
c8
0 3 54 0 0 -3 6206 4615 4 MP
PP
0 sg
-54 0 0 3 54 0 0 -3 6206 4615 5 MP stroke
gr

3085 4912 mt 
(Number of arrivals) s
 513 3059 mt  -90 rotate
(Frequency \(in hours\)) s
90 rotate
3220  310 mt 
(Binwidth = 20) s

end

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF

--- NEW FILE: arr-round.eps ---
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /users/cosic/cdiaz/plots/mixmaster/arr-round.eps
%%CreationDate: 03/25/2004  18:55:41
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    39   192   544   602
%%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 string
  currentfile exch readhexstring pop
  /bmap xdef pop pop} bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
  cols rows 8 compute_transform 
  {bmap} image gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog

%%BeginSetup
MathWorks begin

0 cap

end
%%EndSetup

%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox:    39   192   544   602
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: obj1
bplot

/dpi2point 12 def
portraitMode 0216 7344 csm

  260   110  6057  4923 MR c np
92 dict begin %Colortable dictionary
/c0 { 0 0 0 sr} bdef
/c1 { 1 1 1 sr} bdef
/c2 { 1 0 0 sr} bdef
/c3 { 0 1 0 sr} bdef
/c4 { 0 0 1 sr} bdef
/c5 { 1 1 0 sr} bdef
/c6 { 1 0 1 sr} bdef
/c7 { 0 1 1 sr} bdef
c0
1 j
1 sg
   0    0 6918 5186 PR
6 w
0 4226 5361 0 0 -4226 899 4615 4 MP
PP
-5361 0 0 4226 5361 0 0 -4226 899 4615 5 MP stroke
4 w
DO
SO
6 w
0 sg
 899 4615 mt 6260 4615 L
 899  389 mt 6260  389 L
 899 4615 mt  899  389 L
6260 4615 mt 6260  389 L
 899 4615 mt 6260 4615 L
 899 4615 mt  899  389 L
1373 4615 mt 1373 4561 L
1373  389 mt 1373  442 L
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 120 FMSR

1307 4760 mt 
(50) s
1853 4615 mt 1853 4561 L
1853  389 mt 1853  442 L
1753 4760 mt 
(100) s
2332 4615 mt 2332 4561 L
2332  389 mt 2332  442 L
2232 4760 mt 
(150) s
2812 4615 mt 2812 4561 L
2812  389 mt 2812  442 L
2712 4760 mt 
(200) s
3291 4615 mt 3291 4561 L
3291  389 mt 3291  442 L
3191 4760 mt 
(250) s
3771 4615 mt 3771 4561 L
3771  389 mt 3771  442 L
3671 4760 mt 
(300) s
4250 4615 mt 4250 4561 L
4250  389 mt 4250  442 L
4150 4760 mt 
(350) s
4730 4615 mt 4730 4561 L
4730  389 mt 4730  442 L
4630 4760 mt 
(400) s
5209 4615 mt 5209 4561 L
5209  389 mt 5209  442 L
5109 4760 mt 
(450) s
5689 4615 mt 5689 4561 L
5689  389 mt 5689  442 L
5589 4760 mt 
(500) s
6168 4615 mt 6168 4561 L
6168  389 mt 6168  442 L
6068 4760 mt 
(550) s
 899 4615 mt  952 4615 L
6260 4615 mt 6206 4615 L
 798 4659 mt 
(0) s
 899 4064 mt  952 4064 L
6260 4064 mt 6206 4064 L
 598 4108 mt 
(1000) s
 899 3514 mt  952 3514 L
6260 3514 mt 6206 3514 L
 598 3558 mt 
(2000) s
 899 2964 mt  952 2964 L
6260 2964 mt 6206 2964 L
 598 3008 mt 
(3000) s
 899 2414 mt  952 2414 L
6260 2414 mt 6206 2414 L
 598 2458 mt 
(4000) s
 899 1864 mt  952 1864 L
6260 1864 mt 6206 1864 L
 598 1908 mt 
(5000) s
 899 1313 mt  952 1313 L
6260 1313 mt 6206 1313 L
 598 1357 mt 
(6000) s
 899  763 mt  952  763 L
6260  763 mt 6206  763 L
 598  807 mt 
(7000) s
 899 4615 mt 6260 4615 L
 899  389 mt 6260  389 L
 899 4615 mt  899  389 L
6260 4615 mt 6260  389 L
gs 899 389 5362 4227 MR c np
/c8 { 0.000000 0.000000 0.562500 sr} bdef
c8
0 4226 38 0 0 -4226 899 4615 4 MP
PP
0 sg
-38 0 0 4226 38 0 0 -4226 899 4615 5 MP stroke
c8
0 462 39 0 0 -462 946 4615 4 MP
PP
0 sg
-39 0 0 462 39 0 0 -462 946 4615 5 MP stroke
c8
0 141 39 0 0 -141 994 4615 4 MP
PP
0 sg
-39 0 0 141 39 0 0 -141 994 4615 5 MP stroke
c8
0 124 39 0 0 -124 1042 4615 4 MP
PP
0 sg
-39 0 0 124 39 0 0 -124 1042 4615 5 MP stroke
c8
0 106 39 0 0 -106 1090 4615 4 MP
PP
0 sg
-39 0 0 106 39 0 0 -106 1090 4615 5 MP stroke
c8
0 93 39 0 0 -93 1138 4615 4 MP
PP
0 sg
-39 0 0 93 39 0 0 -93 1138 4615 5 MP stroke
c8
0 80 39 0 0 -80 1186 4615 4 MP
PP
0 sg
-39 0 0 80 39 0 0 -80 1186 4615 5 MP stroke
c8
0 66 39 0 0 -66 1234 4615 4 MP
PP
0 sg
-39 0 0 66 39 0 0 -66 1234 4615 5 MP stroke
c8
0 67 38 0 0 -67 1282 4615 4 MP
PP
0 sg
-38 0 0 67 38 0 0 -67 1282 4615 5 MP stroke
c8
0 52 38 0 0 -52 1330 4615 4 MP
PP
0 sg
-38 0 0 52 38 0 0 -52 1330 4615 5 MP stroke
c8
0 67 38 0 0 -67 1378 4615 4 MP
PP
0 sg
-38 0 0 67 38 0 0 -67 1378 4615 5 MP stroke
c8
0 68 38 0 0 -68 1426 4615 4 MP
PP
0 sg
-38 0 0 68 38 0 0 -68 1426 4615 5 MP stroke
c8
0 75 38 0 0 -75 1474 4615 4 MP
PP
0 sg
-38 0 0 75 38 0 0 -75 1474 4615 5 MP stroke
c8
0 97 38 0 0 -97 1522 4615 4 MP
PP
0 sg
-38 0 0 97 38 0 0 -97 1522 4615 5 MP stroke
c8
0 89 38 0 0 -89 1570 4615 4 MP
PP
0 sg
-38 0 0 89 38 0 0 -89 1570 4615 5 MP stroke
c8
0 100 38 0 0 -100 1618 4615 4 MP
PP
0 sg
-38 0 0 100 38 0 0 -100 1618 4615 5 MP stroke
c8
0 82 38 0 0 -82 1666 4615 4 MP
PP
0 sg
-38 0 0 82 38 0 0 -82 1666 4615 5 MP stroke
c8
0 84 38 0 0 -84 1714 4615 4 MP
PP
0 sg
-38 0 0 84 38 0 0 -84 1714 4615 5 MP stroke
c8
0 69 38 0 0 -69 1762 4615 4 MP
PP
0 sg
-38 0 0 69 38 0 0 -69 1762 4615 5 MP stroke
c8
0 64 38 0 0 -64 1810 4615 4 MP
PP
0 sg
-38 0 0 64 38 0 0 -64 1810 4615 5 MP stroke
c8
0 51 38 0 0 -51 1858 4615 4 MP
PP
0 sg
-38 0 0 51 38 0 0 -51 1858 4615 5 MP stroke
c8
0 42 39 0 0 -42 1905 4615 4 MP
PP
0 sg
-39 0 0 42 39 0 0 -42 1905 4615 5 MP stroke
c8
0 32 39 0 0 -32 1953 4615 4 MP
PP
0 sg
-39 0 0 32 39 0 0 -32 1953 4615 5 MP stroke
c8
0 33 39 0 0 -33 2001 4615 4 MP
PP
0 sg
-39 0 0 33 39 0 0 -33 2001 4615 5 MP stroke
c8
0 24 39 0 0 -24 2049 4615 4 MP
PP
0 sg
-39 0 0 24 39 0 0 -24 2049 4615 5 MP stroke
c8
0 19 39 0 0 -19 2097 4615 4 MP
PP
0 sg
-39 0 0 19 39 0 0 -19 2097 4615 5 MP stroke
c8
0 14 39 0 0 -14 2145 4615 4 MP
PP
0 sg
-39 0 0 14 39 0 0 -14 2145 4615 5 MP stroke
c8
0 9 39 0 0 -9 2193 4615 4 MP
PP
0 sg
-39 0 0 9 39 0 0 -9 2193 4615 5 MP stroke
c8
0 8 39 0 0 -8 2241 4615 4 MP
PP
0 sg
-39 0 0 8 39 0 0 -8 2241 4615 5 MP stroke
c8
0 9 38 0 0 -9 2289 4615 4 MP
PP
0 sg
-38 0 0 9 38 0 0 -9 2289 4615 5 MP stroke
c8
0 8 38 0 0 -8 2337 4615 4 MP
PP
0 sg
-38 0 0 8 38 0 0 -8 2337 4615 5 MP stroke
c8
0 4 38 0 0 -4 2385 4615 4 MP
PP
0 sg
-38 0 0 4 38 0 0 -4 2385 4615 5 MP stroke
c8
0 4 38 0 0 -4 2433 4615 4 MP
PP
0 sg
-38 0 0 4 38 0 0 -4 2433 4615 5 MP stroke
c8
0 7 38 0 0 -7 2481 4615 4 MP
PP
0 sg
-38 0 0 7 38 0 0 -7 2481 4615 5 MP stroke
c8
0 2 38 0 0 -2 2529 4615 4 MP
PP
0 sg
-38 0 0 2 38 0 0 -2 2529 4615 5 MP stroke
c8
0 6 38 0 0 -6 2577 4615 4 MP
PP
0 sg
-38 0 0 6 38 0 0 -6 2577 4615 5 MP stroke
c8
0 5 38 0 0 -5 2625 4615 4 MP
PP
0 sg
-38 0 0 5 38 0 0 -5 2625 4615 5 MP stroke
c8
0 3 38 0 0 -3 2673 4615 4 MP
PP
0 sg
-38 0 0 3 38 0 0 -3 2673 4615 5 MP stroke
c8
0 3 38 0 0 -3 2721 4615 4 MP
PP
0 sg
-38 0 0 3 38 0 0 -3 2721 4615 5 MP stroke
c8
0 3 38 0 0 -3 2769 4615 4 MP
PP
0 sg
-38 0 0 3 38 0 0 -3 2769 4615 5 MP stroke
c8
0 2 38 0 0 -2 2817 4615 4 MP
PP
0 sg
-38 0 0 2 38 0 0 -2 2817 4615 5 MP stroke
c8
0 1 38 0 0 -1 2865 4615 4 MP
PP
0 sg
-38 0 0 1 38 0 0 -1 2865 4615 5 MP stroke
c8
0 1 39 0 0 -1 2912 4615 4 MP
PP
0 sg
-39 0 0 1 39 0 0 -1 2912 4615 5 MP stroke
c8
0 2 39 0 0 -2 2960 4615 4 MP
PP
0 sg
-39 0 0 2 39 0 0 -2 2960 4615 5 MP stroke
c8
0 0 39 0 0 0 3008 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 3008 4615 5 MP stroke
c8
0 1 39 0 0 -1 3056 4615 4 MP
PP
0 sg
-39 0 0 1 39 0 0 -1 3056 4615 5 MP stroke
c8
0 1 39 0 0 -1 3104 4615 4 MP
PP
0 sg
-39 0 0 1 39 0 0 -1 3104 4615 5 MP stroke
c8
0 0 39 0 0 0 3152 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 3152 4615 5 MP stroke
c8
0 0 39 0 0 0 3200 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 3200 4615 5 MP stroke
c8
0 2 38 0 0 -2 3248 4615 4 MP
PP
0 sg
-38 0 0 2 38 0 0 -2 3248 4615 5 MP stroke
c8
0 0 38 0 0 0 3296 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 3296 4615 5 MP stroke
c8
0 0 38 0 0 0 3344 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 3344 4615 5 MP stroke
c8
0 0 38 0 0 0 3392 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 3392 4615 5 MP stroke
c8
0 1 38 0 0 -1 3440 4615 4 MP
PP
0 sg
-38 0 0 1 38 0 0 -1 3440 4615 5 MP stroke
c8
0 0 38 0 0 0 3488 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 3488 4615 5 MP stroke
c8
0 0 38 0 0 0 3536 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 3536 4615 5 MP stroke
c8
0 2 38 0 0 -2 3584 4615 4 MP
PP
0 sg
-38 0 0 2 38 0 0 -2 3584 4615 5 MP stroke
c8
0 1 38 0 0 -1 3632 4615 4 MP
PP
0 sg
-38 0 0 1 38 0 0 -1 3632 4615 5 MP stroke
c8
0 1 38 0 0 -1 3680 4615 4 MP
PP
0 sg
-38 0 0 1 38 0 0 -1 3680 4615 5 MP stroke
c8
0 1 38 0 0 -1 3728 4615 4 MP
PP
0 sg
-38 0 0 1 38 0 0 -1 3728 4615 5 MP stroke
c8
0 0 38 0 0 0 3776 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 3776 4615 5 MP stroke
c8
0 0 38 0 0 0 3824 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 3824 4615 5 MP stroke
c8
0 0 38 0 0 0 3872 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 3872 4615 5 MP stroke
c8
0 1 39 0 0 -1 3919 4615 4 MP
PP
0 sg
-39 0 0 1 39 0 0 -1 3919 4615 5 MP stroke
c8
0 1 39 0 0 -1 3967 4615 4 MP
PP
0 sg
-39 0 0 1 39 0 0 -1 3967 4615 5 MP stroke
c8
0 0 39 0 0 0 4015 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 4015 4615 5 MP stroke
c8
0 0 39 0 0 0 4063 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 4063 4615 5 MP stroke
c8
0 1 39 0 0 -1 4111 4615 4 MP
PP
0 sg
-39 0 0 1 39 0 0 -1 4111 4615 5 MP stroke
c8
0 0 39 0 0 0 4159 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 4159 4615 5 MP stroke
c8
0 0 39 0 0 0 4207 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 4207 4615 5 MP stroke
c8
0 0 38 0 0 0 4255 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 4255 4615 5 MP stroke
c8
0 0 38 0 0 0 4303 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 4303 4615 5 MP stroke
c8
0 0 38 0 0 0 4351 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 4351 4615 5 MP stroke
c8
0 1 38 0 0 -1 4399 4615 4 MP
PP
0 sg
-38 0 0 1 38 0 0 -1 4399 4615 5 MP stroke
c8
0 1 38 0 0 -1 4447 4615 4 MP
PP
0 sg
-38 0 0 1 38 0 0 -1 4447 4615 5 MP stroke
c8
0 1 38 0 0 -1 4495 4615 4 MP
PP
0 sg
-38 0 0 1 38 0 0 -1 4495 4615 5 MP stroke
c8
0 0 38 0 0 0 4543 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 4543 4615 5 MP stroke
c8
0 0 38 0 0 0 4591 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 4591 4615 5 MP stroke
c8
0 1 38 0 0 -1 4639 4615 4 MP
PP
0 sg
-38 0 0 1 38 0 0 -1 4639 4615 5 MP stroke
c8
0 1 38 0 0 -1 4687 4615 4 MP
PP
0 sg
-38 0 0 1 38 0 0 -1 4687 4615 5 MP stroke
c8
0 0 38 0 0 0 4735 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 4735 4615 5 MP stroke
c8
0 0 38 0 0 0 4783 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 4783 4615 5 MP stroke
c8
0 0 38 0 0 0 4831 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 4831 4615 5 MP stroke
c8
0 1 39 0 0 -1 4878 4615 4 MP
PP
0 sg
-39 0 0 1 39 0 0 -1 4878 4615 5 MP stroke
c8
0 0 39 0 0 0 4926 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 4926 4615 5 MP stroke
c8
0 0 39 0 0 0 4974 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 4974 4615 5 MP stroke
c8
0 0 39 0 0 0 5022 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 5022 4615 5 MP stroke
c8
0 2 39 0 0 -2 5070 4615 4 MP
PP
0 sg
-39 0 0 2 39 0 0 -2 5070 4615 5 MP stroke
c8
0 0 39 0 0 0 5118 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 5118 4615 5 MP stroke
c8
0 0 39 0 0 0 5166 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 5166 4615 5 MP stroke
c8
0 0 39 0 0 0 5214 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 5214 4615 5 MP stroke
c8
0 0 38 0 0 0 5262 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 5262 4615 5 MP stroke
c8
0 0 38 0 0 0 5310 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 5310 4615 5 MP stroke
c8
0 0 38 0 0 0 5358 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 5358 4615 5 MP stroke
c8
0 0 38 0 0 0 5406 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 5406 4615 5 MP stroke
c8
0 0 38 0 0 0 5454 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 5454 4615 5 MP stroke
c8
0 0 38 0 0 0 5502 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 5502 4615 5 MP stroke
c8
0 0 38 0 0 0 5550 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 5550 4615 5 MP stroke
c8
0 0 38 0 0 0 5598 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 5598 4615 5 MP stroke
c8
0 1 38 0 0 -1 5646 4615 4 MP
PP
0 sg
-38 0 0 1 38 0 0 -1 5646 4615 5 MP stroke
c8
0 0 38 0 0 0 5694 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 5694 4615 5 MP stroke
c8
0 0 38 0 0 0 5742 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 5742 4615 5 MP stroke
c8
0 0 38 0 0 0 5790 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 5790 4615 5 MP stroke
c8
0 0 38 0 0 0 5838 4615 4 MP
PP
0 sg
-38 0 0 0 38 0 0 0 5838 4615 5 MP stroke
c8
0 0 39 0 0 0 5885 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 5885 4615 5 MP stroke
c8
0 0 39 0 0 0 5933 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 5933 4615 5 MP stroke
c8
0 0 39 0 0 0 5981 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 5981 4615 5 MP stroke
c8
0 0 39 0 0 0 6029 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 6029 4615 5 MP stroke
c8
0 0 39 0 0 0 6077 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 6077 4615 5 MP stroke
c8
0 1 39 0 0 -1 6125 4615 4 MP
PP
0 sg
-39 0 0 1 39 0 0 -1 6125 4615 5 MP stroke
c8
0 0 39 0 0 0 6173 4615 4 MP
PP
0 sg
-39 0 0 0 39 0 0 0 6173 4615 5 MP stroke
c8
0 1 39 0 0 -1 6221 4615 4 MP
PP
0 sg
-39 0 0 1 39 0 0 -1 6221 4615 5 MP stroke
gr

3088 4981 mt 
(Number of arrivals) s
 396 3101 mt  -90 rotate
(Frequency \(in rounds\)) s
90 rotate
3247  294 mt 
(Binwidth = 5) s

end

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF

--- NEW FILE: delaytimes23.eps ---
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: GIMP PostScript file plugin V 1.12 by Peter Kirchgessner
%%Title: /users/sista/dewitte/PHD/pictures_claudia/delaytimes23.eps
%%CreationDate: Fri Jan  9 13:07:02 2004
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%Pages: 1
%%BoundingBox: 14 14 682 476
%%EndComments
%%BeginProlog
% Use own dictionary to avoid conflicts
10 dict begin
%%EndProlog
%%Page: 1 1
% Translate for offset
14.173228 14.173228 translate
% Translate to begin of first scanline
0.000000 461.000000 translate
667.000000 -461.000000 scale
[...1403 lines suppressed...]
JcC<$JcC<$JcFm4J,~>
JcC<$JcC<$JcFm4J,~>
JcC<$JcC<$JcFm4J,~>
JcC<$JcC<$JcFm4J,~>
JcC<$JcC<$JcFm4J,~>
JcC<$JcC<$JcFm4J,~>
JcC<$JcC<$JcFm4J,~>
JcC<$JcC<$JcFm4J,~>
JcC<$JcC<$JcFm4J,~>
JcC<$JcC<$JcFm4J,~>
JcC<$JcC<$JcFm4J,~>
JcC<$JcC<$JcFm4J,~>
JcC<$JcC<$JcFm4J,~>
JcC<$JcC<$JcFm4J,~>
JcC<$JcC<$JcFm4J,~>
%%EndData
showpage
%%Trailer
end
%%EOF

--- NEW FILE: expCDFsubplots.eps ---
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: GIMP PostScript file plugin V 1.12 by Peter Kirchgessner
%%Title: /users/sista/dewitte/PHD/pictures_claudia/expCDFsubplots.eps
%%CreationDate: Fri Jan  9 12:52:57 2004
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%Pages: 1
%%BoundingBox: 14 14 894 501
%%EndComments
%%BeginProlog
% Use own dictionary to avoid conflicts
10 dict begin
%%EndProlog
%%Page: 1 1
% Translate for offset
14.173228 14.173228 translate
% Translate to begin of first scanline
0.000000 486.000000 translate
879.000000 -486.000000 scale
[...1883 lines suppressed...]
JcC<$JcC<$JcC<$P5g%~>
JcC<$JcC<$JcC<$P5g%~>
JcC<$JcC<$JcC<$P5g%~>
JcC<$JcC<$JcC<$P5g%~>
JcC<$JcC<$JcC<$P5g%~>
JcC<$JcC<$JcC<$P5g%~>
JcC<$JcC<$JcC<$P5g%~>
JcC<$JcC<$JcC<$P5g%~>
JcC<$JcC<$JcC<$P5g%~>
JcC<$JcC<$JcC<$P5g%~>
JcC<$JcC<$JcC<$P5g%~>
JcC<$JcC<$JcC<$P5g%~>
JcC<$JcC<$JcC<$P5g%~>
JcC<$JcC<$JcC<$P5g%~>
JcC<$JcC<$JcC<$P5g%~>
%%EndData
showpage
%%Trailer
end
%%EOF

--- NEW FILE: hist-arr-day.eps ---
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /users/cosic/cdiaz/plots/mixmaster/hist-arr-day.eps
%%CreationDate: 03/25/2004  18:56:50
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    32   192   552   589
%%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 string
  currentfile exch readhexstring pop
  /bmap xdef pop pop} bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
  cols rows 8 compute_transform 
  {bmap} image gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog

%%BeginSetup
MathWorks begin

0 cap

end
%%EndSetup

%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox:    32   192   552   589
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: obj1
bplot

/dpi2point 12 def
portraitMode 0216 7344 csm

  173   274  6236  4759 MR c np
92 dict begin %Colortable dictionary
/c0 { 0 0 0 sr} bdef
/c1 { 1 1 1 sr} bdef
/c2 { 1 0 0 sr} bdef
/c3 { 0 1 0 sr} bdef
/c4 { 0 0 1 sr} bdef
/c5 { 1 1 0 sr} bdef
/c6 { 1 0 1 sr} bdef
/c7 { 0 1 1 sr} bdef
c0
1 j
1 sg
   0    0 6918 5186 PR
6 w
0 4226 5361 0 0 -4226 899 4615 4 MP
PP
-5361 0 0 4226 5361 0 0 -4226 899 4615 5 MP stroke
4 w
DO
SO
6 w
0 sg
 899 4615 mt 6260 4615 L
 899  389 mt 6260  389 L
 899 4615 mt  899  389 L
6260 4615 mt 6260  389 L
 899 4615 mt 6260 4615 L
 899 4615 mt  899  389 L
 899 4615 mt  899 4561 L
 899  389 mt  899  442 L
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 120 FMSR

 866 4760 mt 
(0) s
1664 4615 mt 1664 4561 L
1664  389 mt 1664  442 L
1598 4760 mt 
(20) s
2430 4615 mt 2430 4561 L
2430  389 mt 2430  442 L
2364 4760 mt 
(40) s
3196 4615 mt 3196 4561 L
3196  389 mt 3196  442 L
3130 4760 mt 
(60) s
3962 4615 mt 3962 4561 L
3962  389 mt 3962  442 L
3896 4760 mt 
(80) s
4728 4615 mt 4728 4561 L
4728  389 mt 4728  442 L
4628 4760 mt 
(100) s
5494 4615 mt 5494 4561 L
5494  389 mt 5494  442 L
5394 4760 mt 
(120) s
6260 4615 mt 6260 4561 L
6260  389 mt 6260  442 L
6160 4760 mt 
(140) s
 899 4615 mt  952 4615 L
6260 4615 mt 6206 4615 L
 798 4659 mt 
(0) s
 899 4145 mt  952 4145 L
6260 4145 mt 6206 4145 L
 598 4189 mt 
(2000) s
 899 3675 mt  952 3675 L
6260 3675 mt 6206 3675 L
 598 3719 mt 
(4000) s
 899 3206 mt  952 3206 L
6260 3206 mt 6206 3206 L
 598 3250 mt 
(6000) s
 899 2736 mt  952 2736 L
6260 2736 mt 6206 2736 L
 598 2780 mt 
(8000) s
 899 2267 mt  952 2267 L
6260 2267 mt 6206 2267 L
 531 2311 mt 
(10000) s
 899 1797 mt  952 1797 L
6260 1797 mt 6206 1797 L
 531 1841 mt 
(12000) s
 899 1328 mt  952 1328 L
6260 1328 mt 6206 1328 L
 531 1372 mt 
(14000) s
 899  858 mt  952  858 L
6260  858 mt 6206  858 L
 531  902 mt 
(16000) s
 899  389 mt  952  389 L
6260  389 mt 6206  389 L
 531  433 mt 
(18000) s
 899 4615 mt 6260 4615 L
 899  389 mt 6260  389 L
 899 4615 mt  899  389 L
6260 4615 mt 6260  389 L
gs 899 389 5362 4227 MR c np
38 -4 38 7 39 -5 38 5 38 20 39 2 38 -7 38 7 
38 -15 39 -7 38 -26 38 -15 39 0 38 3 38 -1 38 1 
39 -2 38 0 38 6 39 -6 38 0 38 2 39 1 38 -7 
38 0 38 40 39 -6 38 -3 38 12 39 -19 38 18 38 10 
38 -4 39 12 38 14 38 3 39 26 38 -12 38 -27 38 -31 
39 12 38 3 38 -8 39 17 38 0 38 219 39 -210 38 85 
38 89 38 -84 39 -108 38 3 38 -2 39 2 38 7 38 4 
38 1 39 -3 38 -6 38 3 39 3 38 14 38 -17 39 15 
38 -11 38 -6 38 60 39 -63 38 2 38 1 39 -1 38 -17 
38 12 38 7 39 -5 38 8 38 15 39 -9 38 46 38 -21 
38 -21 39 16 38 -21 38 79 39 -15 38 139 38 8 39 -105 
38 -53 38 -14 38 1175 39 787 38 70 38 72 39 0 38 -518 
38 425 38 -398 39 347 1779 2552 100 MP stroke
38 -91 38 -232 39 20 38 41 38 111 39 232 38 724 38 -726 
38 -933 39 -98 38 -333 38 390 39 -93 38 -269 38 75 38 383 
39 -527 38 -90 38 179 39 -279 38 116 38 3306 937 646 23 MP stroke
gr

3447 4981 mt 
(days) s
 309 3005 mt  -90 rotate
(Number of arrivals) s
90 rotate

end

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF

--- NEW FILE: hist-arr-hour.eps ---
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /users/cosic/cdiaz/plots/mixmaster/hist-arr-hour.eps
%%CreationDate: 03/25/2004  18:57:21
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    39   192   554   589
%%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 string
  currentfile exch readhexstring pop
  /bmap xdef pop pop} bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
  cols rows 8 compute_transform 
  {bmap} image gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog

%%BeginSetup
MathWorks begin

0 cap

end
%%EndSetup

%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox:    39   192   554   589
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: obj1
bplot

/dpi2point 12 def
portraitMode 0216 7344 csm

  260   274  6182  4759 MR c np
92 dict begin %Colortable dictionary
/c0 { 0 0 0 sr} bdef
/c1 { 1 1 1 sr} bdef
/c2 { 1 0 0 sr} bdef
/c3 { 0 1 0 sr} bdef
/c4 { 0 0 1 sr} bdef
/c5 { 1 1 0 sr} bdef
/c6 { 1 0 1 sr} bdef
/c7 { 0 1 1 sr} bdef
c0
1 j
1 sg
   0    0 6918 5186 PR
6 w
0 4226 5361 0 0 -4226 899 4615 4 MP
PP
-5361 0 0 4226 5361 0 0 -4226 899 4615 5 MP stroke
4 w
DO
SO
6 w
0 sg
 899 4615 mt 6260 4615 L
 899  389 mt 6260  389 L
 899 4615 mt  899  389 L
6260 4615 mt 6260  389 L
 899 4615 mt 6260 4615 L
 899 4615 mt  899  389 L
 899 4615 mt  899 4561 L
 899  389 mt  899  442 L
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 120 FMSR

 866 4760 mt 
(0) s
1792 4615 mt 1792 4561 L
1792  389 mt 1792  442 L
1692 4760 mt 
(500) s
2686 4615 mt 2686 4561 L
2686  389 mt 2686  442 L
2553 4760 mt 
(1000) s
3579 4615 mt 3579 4561 L
3579  389 mt 3579  442 L
3446 4760 mt 
(1500) s
4473 4615 mt 4473 4561 L
4473  389 mt 4473  442 L
4340 4760 mt 
(2000) s
5366 4615 mt 5366 4561 L
5366  389 mt 5366  442 L
5233 4760 mt 
(2500) s
6260 4615 mt 6260 4561 L
6260  389 mt 6260  442 L
6127 4760 mt 
(3000) s
 899 4615 mt  952 4615 L
6260 4615 mt 6206 4615 L
 798 4659 mt 
(0) s
 899 4145 mt  952 4145 L
6260 4145 mt 6206 4145 L
 664 4189 mt 
(200) s
 899 3675 mt  952 3675 L
6260 3675 mt 6206 3675 L
 664 3719 mt 
(400) s
 899 3206 mt  952 3206 L
6260 3206 mt 6206 3206 L
 664 3250 mt 
(600) s
 899 2736 mt  952 2736 L
6260 2736 mt 6206 2736 L
 664 2780 mt 
(800) s
 899 2267 mt  952 2267 L
6260 2267 mt 6206 2267 L
 598 2311 mt 
(1000) s
 899 1797 mt  952 1797 L
6260 1797 mt 6206 1797 L
 598 1841 mt 
(1200) s
 899 1328 mt  952 1328 L
6260 1328 mt 6206 1328 L
 598 1372 mt 
(1400) s
 899  858 mt  952  858 L
6260  858 mt 6206  858 L
 598  902 mt 
(1600) s
 899  389 mt  952  389 L
6260  389 mt 6206  389 L
 598  433 mt 
(1800) s
 899 4615 mt 6260 4615 L
 899  389 mt 6260  389 L
 899 4615 mt  899  389 L
6260 4615 mt 6260  389 L
gs 899 389 5362 4227 MR c np
2 5 1 7 2 0 2 -3 2 -7 2 14 1 7 2 -9 
2 0 2 -12 2 -2 1 9 2 -14 2 0 2 -9 1 21 
2 -7 2 0 2 -5 2 0 1 3 2 -7 2 14 2 -5 
2 5 1 -3 2 12 2 16 2 -44 1 7 2 7 2 9 
2 -4 2 -10 1 5 2 5 2 -7 2 -5 2 2 1 -4 
2 2 2 -2 2 14 1 -5 2 5 2 -7 2 2 2 16 
1 -7 2 14 2 -11 2 -19 2 5 1 -7 2 2 2 -2 
2 2 1 5 2 7 2 -7 2 -7 2 4 1 -2 2 2 
2 7 2 -9 2 0 1 5 2 -5 2 0 2 5 2 -5 
1 9 2 3 2 14 2 -7 1 -7 2 -12 2 7 2 14 
2 -7 1 -12 2 10 2 -17 2 0 2 21 1 0 2 -16 
2 14 2 -9 1 11 2 -11 2 0 2 9 2 -9 1 18 
2 -2 2 -14 2 -2 5993 4600 100 MP stroke
2 11 1 -4 2 -10 2 -4 2 -3 1 5 2 0 2 7 
2 0 2 -12 1 7 2 0 2 0 2 -9 2 12 1 -12 
2 30 2 7 2 10 2 -35 1 -3 2 3 2 -7 2 9 
1 -5 2 -2 2 2 2 -4 2 16 1 -12 2 -2 2 7 
2 9 2 -9 1 23 2 -28 2 3 2 4 1 -4 2 14 
2 -3 2 5 2 -9 1 7 2 4 2 -2 2 12 2 -14 
1 -3 2 -2 2 -12 2 14 1 -4 2 21 2 7 2 -21 
2 -17 1 14 2 -2 2 -2 2 -7 2 0 1 0 2 16 
2 0 2 5 1 -14 2 21 2 -28 2 21 2 -7 1 7 
2 -17 2 12 2 -5 2 -9 1 23 2 -28 2 19 2 -7 
2 -9 1 23 2 -7 2 -2 2 7 1 -3 2 -7 2 7 
2 -2 2 -14 1 -7 2 12 2 2 2 -5 2 14 1 -14 
2 7 2 -2 2 14 5816 4577 100 MP stroke
1 -5 2 -9 2 23 2 0 2 -25 1 -10 2 10 2 -5 
2 12 2 -3 1 -9 2 7 2 -9 2 11 1 -2 2 -5 
2 3 2 -7 2 16 1 0 2 -14 2 7 2 -5 2 -4 
1 9 2 -5 2 7 2 -4 1 4 2 -2 2 12 2 -7 
2 4 1 0 2 12 2 -12 2 3 2 14 1 -7 2 0 
2 -10 2 -4 2 -10 1 3 2 0 2 7 2 -5 1 -5 
2 12 2 -14 2 2 2 -2 1 12 2 -12 2 -2 2 -10 
2 17 1 -14 2 9 2 -2 2 11 1 -4 2 -7 2 7 
2 -5 2 7 1 -7 2 19 2 -21 2 -5 2 9 1 5 
2 -12 2 5 2 0 1 5 2 -3 2 -7 2 3 2 16 
1 -9 2 -5 2 7 2 -7 2 -2 1 0 2 -3 2 3 
2 -5 2 5 1 0 2 -7 2 -5 2 2 1 3 2 0 
2 -8 2 5 2 5 5639 4605 100 MP stroke
1 -5 2 10 2 -12 2 5 2 4 1 -4 2 -3 2 3 
2 0 1 -3 2 -2 2 5 2 -3 2 -2 1 0 2 -3 
2 0 2 0 2 8 1 -5 2 -3 2 0 2 3 1 -3 
2 0 2 0 2 0 2 0 1 5 2 -5 2 0 2 0 
2 0 1 0 2 3 2 -3 2 0 1 3 2 -3 2 5 
2 -5 2 3 1 0 2 5 2 -8 2 0 2 3 1 -3 
2 0 2 0 2 0 2 0 1 3 2 0 2 -3 2 0 
1 0 2 0 2 0 2 0 2 0 1 3 2 -3 2 0 
2 3 2 -3 1 5 2 -5 2 5 2 -5 1 0 2 3 
2 0 2 0 2 -3 1 5 2 -5 2 5 2 -5 2 3 
1 2 2 3 2 0 2 -5 1 0 2 2 2 -2 2 -3 
2 3 1 5 2 -5 2 -3 2 0 2 3 1 -3 2 5 
2 -5 2 3 2 -3 5462 4615 100 MP stroke
1 8 2 -8 2 0 2 0 1 0 2 0 2 3 2 0 
2 -3 1 0 2 3 2 -3 2 0 2 3 1 2 2 -2 
2 -3 2 3 1 -3 2 5 2 0 2 -2 2 -3 1 3 
2 -3 2 3 2 -3 2 3 1 19 2 -22 2 0 2 3 
1 -3 2 0 2 0 2 3 2 -3 1 0 2 0 2 0 
2 0 2 0 1 3 2 0 2 -3 2 0 1 0 2 0 
2 0 2 0 2 5 1 -5 2 8 2 -8 2 3 2 5 
1 -5 2 -3 2 3 2 -3 2 0 1 3 2 0 2 0 
2 0 1 2 2 -2 2 0 2 -3 2 3 1 0 2 -3 
2 0 2 3 2 0 1 -3 2 3 2 -3 2 0 1 3 
2 -3 2 3 2 -3 2 0 1 0 2 3 2 0 2 0 
2 2 1 -5 2 0 2 0 2 0 1 3 2 -3 2 3 
2 9 2 19 1 -9 5286 4593 100 MP stroke
2 -10 2 -12 2 3 2 -3 1 0 2 0 2 0 2 0 
1 3 2 -3 2 3 2 -3 2 10 1 -7 2 2 2 -5 
2 3 2 0 1 2 2 -5 2 0 2 3 2 -3 1 0 
2 0 2 0 2 3 1 -3 2 0 2 3 2 -3 2 0 
1 3 2 -3 2 0 2 5 2 0 1 -5 2 0 2 0 
2 0 1 0 2 0 2 5 2 -5 2 0 1 0 2 3 
2 0 2 -3 2 0 1 0 2 5 2 0 2 -5 1 17 
2 -12 2 -5 2 0 2 3 1 -3 2 0 2 8 2 -5 
2 0 1 -3 2 3 2 2 2 -5 2 5 1 -2 2 -3 
2 0 2 0 1 0 2 3 2 0 2 -3 2 8 1 -8 
2 5 2 -5 2 3 2 -3 1 0 2 0 2 3 2 -3 
1 5 2 -2 2 0 2 -3 2 5 1 -2 2 0 2 2 
2 -2 2 2 1 -5 5109 4615 100 MP stroke
2 22 2 -22 2 0 1 0 2 0 2 0 2 0 2 0 
1 0 2 0 2 0 2 0 2 0 1 0 2 0 2 0 
2 0 1 0 2 0 2 0 2 0 2 0 1 0 2 0 
2 0 2 0 2 0 1 0 2 0 2 0 2 0 2 0 
1 0 2 0 2 0 2 0 1 0 2 0 2 0 2 0 
2 0 1 0 2 0 2 0 2 0 2 0 1 0 2 0 
2 0 2 0 1 0 2 22 2 -10 2 61 2 -65 1 9 
2 0 2 -5 2 -4 2 2 1 16 2 -9 2 -9 2 2 
1 12 2 -22 2 17 2 2 2 3 1 -7 2 -5 2 14 
2 -19 2 7 1 10 2 -7 2 -3 2 0 2 -4 1 7 
2 -3 2 0 2 -2 1 2 2 -4 2 11 2 -4 2 -3 
1 10 2 -12 2 14 2 -7 2 7 1 -2 2 -14 2 16 
2 -16 1 14 2 -17 4932 4610 100 MP stroke
2 17 2 -12 2 7 1 -2 2 0 2 0 2 0 2 -7 
1 2 2 9 2 -14 2 3 1 -3 2 10 2 0 2 7 
2 -5 1 -7 2 0 2 5 2 -15 2 19 1 -2 2 -2 
2 7 2 2 1 0 2 -14 2 7 2 2 2 -14 1 19 
2 -14 2 12 2 -7 2 -5 1 9 2 -4 2 11 2 -14 
2 3 1 14 2 -10 2 -2 2 9 1 -16 2 26 2 -21 
2 -3 2 -7 1 3 2 4 2 -2 2 12 2 -12 1 0 
2 0 2 7 2 -12 1 10 2 -3 2 3 2 -3 2 -4 
1 16 2 -19 2 -5 2 8 2 -5 1 5 2 0 2 0 
2 7 1 -5 2 -2 2 4 2 7 2 5 1 -19 2 12 
2 -12 2 10 2 7 1 -14 2 21 2 -17 2 5 1 -2 
2 14 2 7 2 7 2 -31 1 17 2 -17 2 5 2 2 
2 -2 1 -5 2 7 4755 4596 100 MP stroke
2 0 2 5 2 2 1 -4 2 18 2 5 2 -19 1 5 
2 -19 2 17 2 -3 2 3 1 -14 2 7 2 -3 2 -4 
2 -3 1 5 2 -5 2 10 2 -7 1 2 2 0 2 -7 
2 14 2 7 1 -19 2 17 2 -21 2 21 2 -5 1 -9 
2 2 2 5 2 -7 1 7 2 14 2 -17 2 7 2 -11 
1 -5 2 16 2 -2 2 7 2 -23 1 23 2 -9 2 11 
2 12 2 -5 1 -14 2 0 2 -18 2 23 1 -14 2 -2 
2 11 2 -2 2 0 1 -5 2 12 2 -14 2 -2 2 9 
1 2 2 3 2 -5 2 -7 1 16 2 -2 2 0 2 5 
2 7 1 -12 2 2 2 21 2 -9 2 -9 1 -10 2 -2 
2 9 2 5 1 -9 2 -3 2 -7 2 3 2 9 1 7 
2 -12 2 -11 2 2 2 19 1 -7 2 -5 2 2 2 5 
1 2 2 0 2 3 4578 4579 100 MP stroke
2 -7 2 -3 1 14 2 -2 2 -2 2 11 2 0 1 -28 
2 0 2 24 2 -12 2 0 1 -7 2 5 2 4 2 -2 
1 0 2 2 2 -4 2 7 2 -3 1 50 2 -24 2 -7 
2 14 2 -12 1 19 2 -37 2 7 2 0 1 -3 2 -2 
2 -12 2 10 2 33 1 -29 2 -30 2 14 2 14 2 0 
1 -5 2 0 2 12 2 71 1 -31 2 -56 2 23 2 -21 
2 5 1 9 2 -5 2 -14 2 3 2 16 1 -9 2 16 
2 -21 2 -5 1 3 2 11 2 -11 2 -5 2 -9 1 11 
2 -11 2 2 2 5 2 25 1 7 2 31 2 -40 2 2 
2 0 1 -9 2 -5 2 -2 2 -21 1 0 2 2 2 17 
2 -24 2 10 1 -3 2 -4 2 11 2 7 2 -23 1 12 
2 4 2 -9 2 2 1 7 2 3 2 -17 2 17 2 -10 
1 0 2 -2 2 0 4401 4605 100 MP stroke
2 -2 2 0 1 7 2 -10 2 7 2 7 1 10 2 11 
2 -28 2 12 2 -14 1 -2 2 -5 2 0 2 16 2 -11 
1 16 2 0 2 -2 2 18 2 -9 1 -14 2 -5 2 -12 
2 10 1 0 2 9 2 -9 2 5 2 0 1 9 2 -16 
2 18 2 -2 2 0 1 -19 2 28 2 -7 2 5 1 16 
2 -25 2 0 2 25 2 -14 1 0 2 0 2 -23 2 9 
2 -4 1 0 2 2 2 -7 2 2 1 0 2 5 2 0 
2 9 2 -9 1 2 2 -2 2 -5 2 -4 2 2 1 9 
2 -9 2 -2 2 0 1 28 2 -14 2 -5 2 12 2 18 
1 -28 2 3 2 -7 2 -12 2 14 1 -5 2 3 2 -5 
2 0 2 0 1 0 2 2 2 3 2 14 1 -10 2 33 
2 24 2 -14 2 -50 1 5 2 -9 2 0 2 16 2 -9 
1 0 2 0 2 2 4224 4598 100 MP stroke
2 -2 1 -5 2 5 2 4 2 3 2 21 1 -21 2 2 
2 9 2 -16 2 5 1 -5 2 -7 2 5 2 -7 1 16 
2 -12 2 7 2 0 2 3 1 21 2 -17 2 -11 2 0 
2 11 1 -4 2 23 2 -9 2 7 2 0 1 -14 2 16 
2 -23 2 -5 1 -2 2 -7 2 9 2 5 2 11 1 73 
2 -30 2 -10 2 113 2 -52 1 -16 2 35 2 -68 2 0 
1 -7 2 47 2 -28 2 33 2 51 1 -91 2 126 2 76 
2 -118 2 -40 1 85 2 -139 2 -16 2 -17 1 -7 2 -2 
2 0 2 0 2 16 1 -25 2 -7 2 14 2 -5 2 2 
1 -11 2 2 2 0 2 -2 1 18 2 -14 2 -7 2 12 
2 5 1 -7 2 11 2 10 2 4 2 -16 1 -12 2 21 
2 -9 2 -9 2 23 1 0 2 -12 2 7 2 3 1 -10 
2 -14 2 33 2 -16 4047 4579 100 MP stroke
2 4 1 26 2 -4 2 110 2 -59 2 -16 1 65 2 -28 
2 -4 2 -78 1 99 2 -71 2 40 2 66 2 -117 1 37 
2 -5 2 -44 2 -17 2 14 1 97 2 -38 2 0 2 5 
1 -54 2 37 2 36 2 -19 2 -52 1 42 2 10 2 -52 
2 50 2 84 1 -66 2 -18 2 -19 2 -14 1 -52 2 59 
2 18 2 29 2 -80 1 5 2 -15 2 -30 2 19 2 -5 
1 9 2 -14 2 10 2 -19 2 12 1 -3 2 7 2 36 
2 -26 1 14 2 -38 2 -11 2 14 2 -14 1 2 2 9 
2 -9 2 7 2 0 1 -5 2 40 2 -33 2 21 1 -23 
2 -5 2 3 2 0 2 -3 1 3 2 4 2 10 2 -14 
2 16 1 0 2 -14 2 2 2 0 1 -7 2 14 2 14 
2 -21 2 -4 1 4 2 3 2 -3 2 -2 2 16 1 -14 
2 3 2 4 2 -2 3870 4591 100 MP stroke
2 -12 1 -7 2 7 2 19 2 -7 1 5 2 16 2 -16 
2 -7 2 -5 1 0 2 2 2 5 2 -7 2 9 1 -4 
2 -3 2 -4 2 25 1 -21 2 -4 2 2 2 -7 2 7 
1 -5 2 3 2 -3 2 12 2 0 1 0 2 -7 2 2 
2 -2 1 7 2 9 2 -9 2 -9 2 -3 1 28 2 -9 
2 2 2 -9 2 -7 1 14 2 -16 2 2 2 -5 1 0 
2 0 2 17 2 -19 2 16 1 -18 2 25 2 7 2 -21 
2 -2 1 16 2 -11 2 0 2 -3 2 -4 1 -5 2 7 
2 9 2 0 1 -2 2 -2 2 -10 2 14 2 -4 1 2 
2 5 2 -3 2 3 2 7 1 -19 2 35 2 -23 2 0 
1 -12 2 5 2 9 2 -16 2 30 1 -23 2 4 2 -11 
2 7 2 16 1 -12 2 -9 2 -7 2 12 1 0 2 0 
2 21 2 -10 2 -14 3693 4596 100 MP stroke
1 3 2 9 2 16 2 12 2 -21 1 19 2 -26 2 0 
2 0 2 0 1 -16 2 14 2 -7 2 -7 1 16 2 -9 
2 -10 2 21 2 -7 1 -9 2 -2 2 -3 2 12 2 -16 
1 9 2 7 2 19 2 -12 1 -5 2 5 2 -14 2 23 
2 -18 1 -12 2 14 2 5 2 -10 2 7 1 -14 2 17 
2 11 2 -11 1 -19 2 7 2 0 2 2 2 5 1 9 
2 -2 2 0 2 9 2 22 1 -19 2 -19 2 0 2 5 
1 -3 2 3 2 -10 2 0 2 -2 1 -2 2 2 2 -7 
2 5 2 -3 1 3 2 -5 2 7 2 14 2 -9 1 -3 
2 7 2 -9 2 9 1 5 2 -9 2 11 2 -9 2 -5 
1 -2 2 12 2 4 2 -16 2 12 1 2 2 -9 2 -7 
2 7 1 2 2 -5 2 12 2 -9 2 -3 1 -2 2 0 
2 16 2 -16 2 16 3516 4582 100 MP stroke
1 7 2 -23 2 9 2 17 1 -28 2 14 2 2 2 -14 
2 5 1 21 2 -14 2 2 2 -9 2 2 1 -2 2 11 
2 -7 2 3 1 -17 2 10 2 -3 2 -2 2 9 1 -9 
2 26 2 -19 2 26 2 -14 1 18 2 -14 2 -21 2 19 
2 -12 1 -11 2 7 2 -12 2 16 1 -9 2 -7 2 0 
2 9 2 0 1 7 2 7 2 45 2 -68 2 42 1 12 
2 -40 2 7 2 -12 1 0 2 -2 2 0 2 33 2 -38 
1 21 2 -18 2 -5 2 7 2 2 1 5 2 -5 2 10 
2 -14 1 4 2 7 2 -11 2 14 2 2 1 9 2 5 
2 7 2 -14 2 -26 1 10 2 -3 2 -4 2 65 2 -56 
1 23 2 -30 2 16 2 -16 1 2 2 17 2 -12 2 -5 
2 17 1 -10 2 10 2 -17 2 7 2 -9 1 14 2 33 
2 -19 2 -14 1 -2 3340 4586 100 MP stroke
2 -7 2 4 2 12 2 -16 1 2 2 -2 2 -10 2 21 
2 -4 1 0 2 -10 2 -4 2 7 1 -5 2 -5 2 10 
2 0 2 2 1 0 2 2 2 24 2 -10 2 -16 1 -7 
2 9 2 -4 2 -5 1 5 2 -3 2 10 2 -17 2 7 
1 -4 2 2 2 9 2 3 2 -19 1 30 2 -14 2 3 
2 2 2 -14 1 2 2 12 2 -9 2 9 1 -16 2 7 
2 25 2 -18 2 -3 1 14 2 10 2 -17 2 3 2 -17 
1 10 2 -24 2 7 2 40 1 66 2 -66 2 28 2 -21 
2 -5 1 130 2 -64 2 -105 2 16 2 2 1 -2 2 -16 
2 9 2 5 1 -26 2 30 2 -21 2 57 2 39 1 -72 
2 -36 2 0 2 0 2 0 1 0 2 0 2 0 2 0 
2 5 1 35 2 -11 2 -10 2 21 1 -4 2 2 2 -14 
2 14 2 -9 1 7 3163 4579 100 MP stroke
2 -10 2 24 2 -38 2 -9 1 9 2 -9 2 0 2 19 
1 35 2 -42 2 -3 2 -2 2 5 1 4 2 12 2 -9 
2 0 2 -3 1 24 2 -7 2 -14 2 -3 1 5 2 -5 
2 0 2 -7 2 -7 1 24 2 28 2 -24 2 -9 2 2 
1 -7 2 -16 2 16 2 0 1 -7 2 -2 2 23 2 -14 
2 3 1 9 2 16 2 -25 2 2 2 -12 1 0 2 -2 
2 0 2 16 2 75 1 -89 2 3 2 -3 2 5 1 2 
2 5 2 -9 2 -5 2 12 1 -3 2 5 2 2 2 -18 
2 4 1 33 2 -14 2 -19 2 10 1 -12 2 7 2 2 
2 -9 2 -2 1 7 2 4 2 10 2 -14 2 2 1 5 
2 -7 2 -3 2 3 1 -5 2 7 2 -5 2 -2 2 0 
1 -2 2 21 2 11 2 -28 2 3 1 9 2 -12 2 5 
2 12 1 -10 2 -2 2986 4598 100 MP stroke
2 7 2 7 2 -16 1 16 2 5 2 -10 2 5 2 -21 
1 23 2 -16 2 -7 2 -2 2 -5 1 5 2 23 2 -12 
2 -4 1 44 2 -40 2 12 2 -7 2 -14 1 14 2 2 
2 -14 2 0 2 21 1 -7 2 0 2 -7 2 -4 1 -3 
2 14 2 17 2 -24 2 14 1 -16 2 5 2 4 2 17 
2 2 1 -16 2 -12 2 19 2 -19 1 -5 2 -2 2 9 
2 -14 2 10 1 7 2 21 2 -31 2 12 2 -2 1 -12 
2 5 2 -5 2 2 2 24 1 -24 2 3 2 23 2 16 
1 -18 2 -12 2 -5 2 7 2 7 1 -4 2 -5 2 21 
2 -21 2 5 1 2 2 -16 2 -3 2 0 1 5 2 -2 
2 -3 2 3 2 4 1 -2 2 9 2 10 2 -10 2 19 
1 -9 2 2 2 14 2 -19 1 24 2 -35 2 2 2 5 
2 2 1 2 2 -11 2809 4593 100 MP stroke
2 11 2 -4 2 7 1 -17 2 19 2 7 2 -23 1 7 
2 -7 2 0 2 0 2 -12 1 21 2 -7 2 35 2 -37 
2 0 1 -10 2 0 2 7 2 14 2 47 1 -68 2 -4 
2 14 2 0 1 -12 2 5 2 9 2 9 2 -7 1 3 
2 -5 2 -9 2 21 2 30 1 -4 2 -31 2 5 2 2 
1 5 2 7 2 -17 2 0 2 3 1 9 2 9 2 8 
2 4 2 -4 1 -15 2 -4 2 -10 2 26 1 -23 2 7 
2 11 2 5 2 -19 1 10 2 42 2 -45 2 12 2 -19 
1 -2 2 5 2 -3 2 -23 1 16 2 0 2 -4 2 16 
2 -2 1 -10 2 5 2 -5 2 -4 2 -5 1 0 2 12 
2 -14 2 16 2 -5 1 7 2 3 2 -21 2 0 1 9 
2 -12 2 10 2 0 2 -14 1 23 2 -14 2 2 2 -2 
2 16 1 -18 2 2 2632 4591 100 MP stroke
2 -2 2 11 1 -7 2 0 2 -16 2 19 2 30 1 -19 
2 7 2 26 2 -49 2 -7 1 12 2 30 2 -28 2 38 
1 -26 2 4 2 7 2 -9 2 -16 1 -19 2 16 2 3 
2 -14 2 9 1 2 2 7 2 -11 2 14 2 2 1 -7 
2 19 2 -3 2 -23 1 5 2 0 2 -5 2 23 2 -23 
1 2 2 12 2 -23 2 16 2 -5 1 -4 2 0 2 2 
2 7 1 -9 2 11 2 -7 2 -14 2 17 1 -10 2 5 
2 2 2 19 2 -16 1 0 2 16 2 21 2 -19 1 87 
2 -80 2 43 2 -14 2 44 1 -44 2 -12 2 12 2 -40 
2 23 1 -33 2 12 2 -23 2 7 1 -5 2 30 2 -4 
2 28 2 16 1 -58 2 23 2 3 2 -5 2 -3 1 3 
2 14 2 -19 2 10 2 -19 1 33 2 -43 2 10 2 4 
1 -28 2 10 2 25 2455 4561 100 MP stroke
2 -14 2 7 1 3 2 0 2 21 2 9 2 26 1 40 
2 -9 2 -38 2 21 1 -4 2 4 2 5 2 -19 2 42 
1 -70 2 12 2 -7 2 11 2 36 1 -38 2 45 2 -43 
2 26 1 3 2 -54 2 4 2 89 2 -58 1 -73 2 124 
2 45 2 -23 2 -5 1 -42 2 11 2 -47 2 31 2 45 
1 -66 2 47 2 -19 2 -24 1 -37 2 9 2 26 2 -9 
2 -12 1 42 2 -37 2 -50 2 50 2 -12 1 9 2 -28 
2 31 2 -14 1 -5 2 5 2 40 2 -24 2 49 1 -11 
2 -73 2 2 2 -21 2 26 1 -17 2 31 2 -16 2 -15 
1 -9 2 0 2 2 2 3 2 35 1 0 2 7 2 -19 
2 -2 2 12 1 -24 2 -7 2 19 2 -26 1 -5 2 21 
2 -25 2 7 2 -14 1 18 2 -4 2 0 2 -5 2 40 
1 -21 2 -10 2 14 2278 4561 100 MP stroke
2 -9 2 0 1 24 2 9 2 -45 2 7 1 -7 2 5 
2 0 2 -21 2 35 1 7 2 -37 2 18 2 5 2 2 
1 -11 2 16 2 -9 2 0 1 -24 2 26 2 9 2 -11 
2 14 1 -24 2 31 2 28 2 -49 2 28 1 -2 2 -29 
2 3 2 -3 1 0 2 -9 2 124 2 663 2 -71 1 106 
2 33 2 387 2 -347 2 61 1 -223 2 223 2 -160 2 -110 
1 -120 2 286 2 14 2 122 2 -112 1 -122 2 204 2 -275 
2 -9 2 -78 1 -33 2 247 2 155 2 68 2 -387 1 119 
2 22 2 -10 2 -117 1 68 2 -111 2 221 2 40 2 153 
1 -155 2 305 2 52 2 -162 2 -54 1 204 2 -101 2 -125 
2 -91 1 45 2 -303 2 68 2 103 2 -12 1 -119 2 93 
2 19 2 -54 2 3 1 91 2 -108 2 57 2 -33 1 79 
2 59 2 115 2 -246 2101 3823 100 MP stroke
2 35 1 -82 2 138 2 153 2 -150 2 -50 1 12 2 -35 
2 202 2 -205 2 22 1 -24 2 92 2 -54 2 51 1 151 
2 115 2 11 2 -244 2 19 1 -59 2 195 2 -127 2 -61 
2 111 1 -90 2 57 2 -17 2 146 1 -80 2 -251 2 73 
2 138 2 186 1 249 2 -695 2 25 2 -2 2 153 1 178 
2 -202 2 -169 2 -21 1 225 2 -178 2 214 2 -36 2 19 
1 -282 2 -105 2 206 2 -223 2 54 1 230 2 193 2 167 
2 -362 1 -155 2 89 2 127 2 -110 2 -162 1 -10 2 -68 
2 -77 2 59 2 126 1 52 2 14 2 80 2 87 2 -101 
1 357 2 -57 2 -89 2 -61 1 155 2 127 2 -57 2 -347 
2 -9 1 -97 2 71 2 141 2 -59 2 -110 1 176 2 84 
2 -216 2 -73 1 -58 2 40 2 21 2 540 2 -357 1 -103 
2 61 2 -216 2 345 1924 3647 100 MP stroke
2 -237 1 115 2 -87 2 -167 2 193 1 51 2 -225 2 7 
2 -38 2 97 1 49 2 77 2 90 2 -172 2 -70 1 19 
2 -29 2 -32 2 -5 2 77 1 29 2 28 2 -50 2 12 
1 -115 2 143 2 -65 2 63 2 -49 1 141 2 -19 2 333 
2 -350 2 73 1 28 2 71 2 -21 2 -104 1 35 2 179 
2 -113 2 186 2 -118 1 139 2 -75 2 -327 2 71 2 51 
1 139 2 -96 2 -240 2 61 1 -16 2 49 2 -35 2 9 
2 179 1 14 2 -153 2 193 2 -132 2 80 1 -91 2 63 
2 -92 2 26 1 -49 2 141 2 -35 2 237 2 -61 1 -390 
2 -28 2 91 2 19 2 89 1 -14 2 -188 2 59 2 47 
2 7 1 33 2 99 2 -85 2 -131 1 126 2 -164 2 -5 
2 -7 2 118 1 -226 2 85 2 -21 2 86 2 -91 1 103 
2 111 2 103 2 -31 1747 3772 100 MP stroke
1 -63 2 89 2 122 2 -460 2 9 1 90 2 94 2 -45 
2 190 2 19 1 -275 2 -56 2 87 2 -10 1 -65 2 303 
2 112 2 -101 2 162 1 26 2 -204 2 -21 2 72 2 -345 
1 21 2 -32 2 65 2 3 1 37 2 10 2 129 2 -143 
2 47 1 -90 2 33 2 28 2 -72 2 54 1 345 2 -92 
2 -129 2 35 2 82 1 -192 2 103 2 57 2 248 1 -202 
2 -171 2 47 2 -108 2 -89 1 56 2 31 2 30 2 122 
2 -7 1 38 2 -57 2 -56 2 -37 1 23 2 92 2 119 
2 -117 2 -99 1 277 2 -108 2 -138 2 68 2 101 1 -101 
2 42 2 64 2 192 1 -380 2 361 2 -295 2 -132 2 70 
1 205 2 542 2 -693 2 -100 2 -47 1 58 2 10 2 314 
2 3 2 -146 1 -30 2 239 2 45 2 232 1 110 2 -359 
2 21 2 -218 2 -174 1570 3847 100 MP stroke
1 357 2 -145 2 42 2 120 2 305 1 117 2 134 2 -284 
2 -122 1 305 2 -643 2 -162 2 220 2 167 1 261 2 -141 
2 -338 2 47 2 380 1 -33 2 -282 2 282 2 -462 1 -33 
2 314 2 -335 2 9 2 -84 1 -162 2 105 2 -98 2 -106 
2 129 1 484 2 -345 2 -254 2 211 1 -54 2 75 2 -28 
2 -91 2 -92 1 40 2 45 2 -54 2 54 2 105 1 -265 
2 -99 2 17 2 -12 2 92 1 44 2 17 2 150 2 21 
1 -235 2 -166 2 -26 2 4 2 148 1 10 2 101 2 11 
2 -2 2 -96 1 7 2 106 2 -92 2 23 1 45 2 -66 
2 -14 2 146 2 -280 1 -16 2 14 2 162 2 214 2 112 
1 -267 2 -12 2 -106 2 -145 1 14 2 45 2 -12 2 23 
2 -75 1 35 2 -11 2 9 2 40 2 87 1 -150 2 46 
2 69 2 56 2 -9 1393 4175 100 MP stroke
1 -73 2 -28 2 -101 2 58 1 43 2 117 2 -214 2 14 
2 10 1 21 2 -38 2 40 2 64 2 -17 1 7 2 68 
2 43 2 155 1 145 2 -145 2 -139 2 -80 2 -35 1 -94 
2 49 2 38 2 -28 2 -14 1 180 2 -145 2 488 2 -303 
1 -61 2 249 2 153 2 -35 2 -294 1 -181 2 -25 2 -26 
2 169 2 -247 1 47 2 26 2 -14 2 14 1 -47 2 75 
2 12 2 258 2 179 1 204 2 -265 2 -104 2 -33 2 -143 
1 -7 2 59 2 -113 2 59 2 -120 1 12 2 -49 2 -45 
2 80 1 134 2 -101 2 18 2 155 2 83 1 -247 2 -16 
2 2 2 -85 2 -44 1 47 2 2 2 -52 2 -54 1 92 
2 77 2 50 2 35 2 176 1 -136 2 -132 2 -70 2 -21 
2 -31 1 47 2 -47 2 153 2 -113 1 -30 2 65 2 -63 
2 33 2 45 1 44 1217 4286 100 MP stroke
2 150 2 -152 2 23 2 172 1 11 2 -47 2 90 2 129 
1 138 2 -84 2 -28 2 133 2 -39 1 -22 2 -194 2 -17 
2 -63 2 -73 1 -70 2 -111 2 24 2 101 2 -31 1 146 
2 157 2 -106 2 -244 1 -7 2 150 2 -180 2 162 2 129 
1 14 2 75 2 -99 2 160 2 -153 1 -216 2 -44 2 101 
2 -85 1 -134 2 17 2 -61 2 37 2 -21 1 17 2 -24 
2 33 2 -2 2 14 1 -14 2 25 2 12 2 85 1 84 
2 -155 2 -26 2 -70 2 24 1 -33 2 44 2 14 2 -23 
2 16 1 54 2 -37 2 26 2 4 2 31 1 75 2 -87 
2 -16 2 47 1 21 2 115 2 -139 2 73 2 -2 1 108 
2 136 2 -125 2 5 2 -49 1 -82 2 159 2 -108 2 26 
1 80 2 -106 2 -115 2 5 2 -24 1 33 2 78 2 98 
2 -25 2 -130 1 -112 1040 4410 100 MP stroke
2 40 2 -57 2 36 1 -29 2 132 2 -132 2 47 2 -2 
1 -16 2 16 2 28 2 -54 2 26 1 66 2 213 2 -305 
2 -9 1 9 2 19 2 -47 2 40 2 -28 1 11 2 -61 
2 -18 2 65 2 -51 1 150 2 -96 2 -10 2 43 2 -59 
1 44 2 -2 2 47 2 -56 1 63 2 -42 2 -14 2 28 
2 702 1 -639 2 -77 2 -56 2 -12 2 -14 1 47 2 -33 
2 220 2 -178 1 174 2 -160 2 197 2 108 2 129 1 -347 
2 261 2 786 2 -798 2 -21 1 908 2 1064 2 -1538 2 317 
1 2101 2 186 2 -2477 2 432 2 2247 1 -2137 2 782 2 467 
2 -1361 2 422 1 -14 2 -366 2 -242 2 -265 900 3560 79 MP stroke
gr

3424 4981 mt 
(hours) s
 396 3005 mt  -90 rotate
(Number of arrivals) s
90 rotate

end

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF

--- NEW FILE: mixmaster.eps ---
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /users/cosic/cdiaz/mixmaster.eps
%%CreationDate: 03/01/2004  15:55:07
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    58   199   552   602
%%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 string
  currentfile exch readhexstring pop
  /bmap xdef pop pop} bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
  cols rows 8 compute_transform 
  {bmap} image gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog

%%BeginSetup
MathWorks begin

0 cap

end
%%EndSetup

%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox:    58   199   552   602
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: obj1
bplot

/dpi2point 12 def
portraitMode 0216 7344 csm

  480   110  5929  4845 MR c np
92 dict begin %Colortable dictionary
/c0 { 0 0 0 sr} bdef
/c1 { 1 1 1 sr} bdef
/c2 { 1 0 0 sr} bdef
/c3 { 0 1 0 sr} bdef
/c4 { 0 0 1 sr} bdef
/c5 { 1 1 0 sr} bdef
/c6 { 1 0 1 sr} bdef
/c7 { 0 1 1 sr} bdef
c0
1 j
1 sg
   0    0 6918 5186 PR
6 w
0 4226 5361 0 0 -4226 899 4615 4 MP
PP
-5361 0 0 4226 5361 0 0 -4226 899 4615 5 MP stroke
4 w
DO
SO
6 w
0 sg
 899 4615 mt 6260 4615 L
 899  389 mt 6260  389 L
 899 4615 mt  899  389 L
6260 4615 mt 6260  389 L
 899 4615 mt 6260 4615 L
 899 4615 mt  899  389 L
 899 4615 mt  899 4561 L
 899  389 mt  899  442 L
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 120 FMSR

 866 4760 mt 
(0) s
2239 4615 mt 2239 4561 L
2239  389 mt 2239  442 L
2173 4760 mt 
(50) s
3579 4615 mt 3579 4561 L
3579  389 mt 3579  442 L
3479 4760 mt 
(100) s
4919 4615 mt 4919 4561 L
4919  389 mt 4919  442 L
4819 4760 mt 
(150) s
6260 4615 mt 6260 4561 L
6260  389 mt 6260  442 L
6160 4760 mt 
(200) s
 899 4615 mt  952 4615 L
6260 4615 mt 6206 4615 L
 798 4659 mt 
(0) s
 899 4192 mt  952 4192 L
6260 4192 mt 6206 4192 L
 698 4236 mt 
(0.1) s
 899 3769 mt  952 3769 L
6260 3769 mt 6206 3769 L
 698 3813 mt 
(0.2) s
 899 3347 mt  952 3347 L
6260 3347 mt 6206 3347 L
 698 3391 mt 
(0.3) s
 899 2924 mt  952 2924 L
6260 2924 mt 6206 2924 L
 698 2968 mt 
(0.4) s
 899 2502 mt  952 2502 L
6260 2502 mt 6206 2502 L
 698 2546 mt 
(0.5) s
 899 2079 mt  952 2079 L
6260 2079 mt 6206 2079 L
 698 2123 mt 
(0.6) s
 899 1656 mt  952 1656 L
6260 1656 mt 6206 1656 L
 698 1700 mt 
(0.7) s
 899 1234 mt  952 1234 L
6260 1234 mt 6206 1234 L
 698 1278 mt 
(0.8) s
 899  811 mt  952  811 L
6260  811 mt 6206  811 L
 698  855 mt 
(0.9) s
 899  389 mt  952  389 L
6260  389 mt 6206  389 L
 798  433 mt 
(1) s
 899 4615 mt 6260 4615 L
 899  389 mt 6260  389 L
 899 4615 mt  899  389 L
6260 4615 mt 6260  389 L
gs 899 389 5362 4227 MR c np
36 w
1 0 269 0 268 0 268 0 268 0 268 0 268 0 268 0 
268 -105 268 -144 268 -173 268 -212 268 -264 268 -339 268 -453 268 -634 
268 -423 268 0 268 0 268 0 268 0 899 4615 22 MP stroke
gr

36 w
2543  294 mt 
(P\(n\) function for Mixmaster in the GMM) s
3545 4903 mt 
(n) s
 616 2615 mt  -90 rotate
(P\(n\)) s
90 rotate
6 w
DA
-3458 0 4356 1870 2 MP stroke
SO

end

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF

--- NEW FILE: mm-del.eps ---
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /users/cosic/cdiaz/plots/mixmaster/DelaysLowHighExtremeTraffic.eps
%%CreationDate: 03/25/2004  18:39:27
%%DocumentNeededFonts: Helvetica
%%+ Helvetica-Bold
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    50   200   543   614
%%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
[...21774 lines suppressed...]
5811 4361 mt 5883 4361 L
5847 4325 mt 5847 4397 L
gr

gs 4788 389 1473 4227 MR c np
gr


end

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF

--- NEW FILE: mm-sanon.eps ---
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /users/cosic/cdiaz/plots/mixmaster/mm-SAnonLowHighExtremeTraffic.eps
%%CreationDate: 03/25/2004  18:49:45
%%DocumentNeededFonts: Helvetica
%%+ Helvetica-Bold
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    47   193   543   589
%%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
[...35639 lines suppressed...]
gr

%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 168 FMSR

5073 4961 mt 
(High Traffic) s

end

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF

--- NEW FILE: rel-rec.eps ---
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /users/cosic/cdiaz/plots/reliable/rel-rec.eps
%%CreationDate: 03/25/2004  20:02:59
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    47   191   552   604
%%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
[...27225 lines suppressed...]
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
gr

end

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF

--- NEW FILE: rel-sen.eps ---
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /users/cosic/cdiaz/plots/reliable/rel-sen.eps
%%CreationDate: 03/25/2004  20:06:21
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    47   191   552   604
%%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
[...27225 lines suppressed...]
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
gr

end

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF

--- NEW FILE: sen-rec.eps ---
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /users/cosic/cdiaz/plots/reliable/sen-rec.eps
%%CreationDate: 03/25/2004  20:11:02
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    52   191   549   604
%%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
[...27225 lines suppressed...]
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
gr

end

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF

***********************************************************************
To unsubscribe, send an e-mail to majordomo@seul.org with
unsubscribe freehaven-cvs       in the body. http://freehaven.net/