Whit deleted figures/Whitney's Figures/Severity.eps  about 9 years ago

Commit id: 32b352035a6882af545d0a6d8b76822b64d9a534

deletions | additions      

         

%!PS-Adobe-3.0 EPSF-3.0  %%Creator: MATLAB, The MathWorks, Inc. Version 8.3.0.532 (R2014a). Operating System: Linux 3.13.0-46-generic #79-Ubuntu SMP Tue Mar 10 20:06:50 UTC 2015 x86_64.  %%Title: /u/au/cx/wschultz/GPGN268/Project5/matlabdata/Severity.eps  %%CreationDate: 04/18/2015 17:18:04  %%DocumentNeededFonts: Helvetica  %%DocumentProcessColors: Cyan Magenta Yellow Black  %%LanguageLevel: 2  %%Pages: 1  %%BoundingBox: -436 12 1048 779  %%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: -436 12 1048 779  MathWorks begin  bpage  %%EndPageSetup  %%BeginObject: obj1  bplot  /dpi2point 12 def  portraitMode -5232 9348 csm  0 0 17808 9197 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 17809 9198 rf  6 w  0 7495 13800 0 0 -7495 2315 8185 4 MP  PP  -13800 0 0 7495 13800 0 0 -7495 2315 8185 5 MP stroke  4 w  DO  SO  6 w  0 sg  2315 8185 mt 16115 8185 L  2315 690 mt 16115 690 L  2315 8185 mt 2315 690 L  16115 8185 mt 16115 690 L  2315 8185 mt 16115 8185 L  2315 8185 mt 2315 690 L  2315 8185 mt 2315 8046 L  2315 690 mt 2315 828 L  %%IncludeResource: font Helvetica  /Helvetica /ISOLatin1Encoding 120 FMSR  2182 8330 mt   (1960) s  3592 8185 mt 3592 8046 L  3592 690 mt 3592 828 L  3459 8330 mt   (1965) s  4870 8185 mt 4870 8046 L  4870 690 mt 4870 828 L  4737 8330 mt   (1970) s  6148 8185 mt 6148 8046 L  6148 690 mt 6148 828 L  6015 8330 mt   (1975) s  7426 8185 mt 7426 8046 L  7426 690 mt 7426 828 L  7293 8330 mt   (1980) s  8704 8185 mt 8704 8046 L  8704 690 mt 8704 828 L  8571 8330 mt   (1985) s  9982 8185 mt 9982 8046 L  9982 690 mt 9982 828 L  9849 8330 mt   (1990) s  11260 8185 mt 11260 8046 L  11260 690 mt 11260 828 L  11127 8330 mt   (1995) s  12537 8185 mt 12537 8046 L  12537 690 mt 12537 828 L  12404 8330 mt   (2000) s  13815 8185 mt 13815 8046 L  13815 690 mt 13815 828 L  13682 8330 mt   (2005) s  15093 8185 mt 15093 8046 L  15093 690 mt 15093 828 L  14960 8330 mt   (2010) s  2315 8185 mt 2453 8185 L  16116 8185 mt 15977 8185 L  2214 8229 mt   (0) s  2315 7114 mt 2453 7114 L  16116 7114 mt 15977 7114 L  2147 7158 mt   (20) s  2315 6043 mt 2453 6043 L  16116 6043 mt 15977 6043 L  2147 6087 mt   (40) s  2315 4972 mt 2453 4972 L  16116 4972 mt 15977 4972 L  2147 5016 mt   (60) s  2315 3902 mt 2453 3902 L  16116 3902 mt 15977 3902 L  2147 3946 mt   (80) s  2315 2831 mt 2453 2831 L  16116 2831 mt 15977 2831 L  2080 2875 mt   (100) s  2315 1760 mt 2453 1760 L  16116 1760 mt 15977 1760 L  2080 1804 mt   (120) s  2315 690 mt 2453 690 L  16116 690 mt 15977 690 L  2080 734 mt   (140) s  2315 8185 mt 16115 8185 L  2315 690 mt 16115 690 L  2315 8185 mt 2315 690 L  16115 8185 mt 16115 690 L  gs 2315 690 13802 7496 rc  /c8 { 0.000000 0.000000 1.000000 sr} bdef  c8  255 1820 256 2506 255 -1075 256 -3746 255 1478 256 -436 256 2239 255 -342   256 1484 255 -346 256 -3290 255 1904 256 -2963 256 2017 255 -1034 256 -2378   255 1432 256 1060 255 -2172 256 1558 256 -1120 255 -369 256 820 255 1634   256 -1723 255 1688 256 -1849 256 -143 255 183 256 1123 255 887 256 -3158   255 304 256 166 256 -220 255 -23 256 14 255 161 256 -420 255 345   256 -187 256 266 255 169 256 577 255 -333 256 1308 255 -1044 256 223   256 119 255 -934 256 1101 255 -428 256 -244 255 669 2315 5866 55 MP stroke  gr  c8  0 sg  %%IncludeResource: font Helvetica  /Helvetica /ISOLatin1Encoding 240 FMSR  8160 568 mt   (Fire Severity in U.S.) s  %%IncludeResource: font Helvetica  /Helvetica /ISOLatin1Encoding 144 FMSR  9072 8491 mt   (Year) s  1993 4802 mt -90 rotate  (Acres/Fires) s  90 rotate  %%IncludeResource: font Helvetica  /Helvetica /ISOLatin1Encoding 120 FMSR  2298 8228 mt   ( ) s  16100 732 mt   ( ) s  gs 2315 690 13802 7496 rc  /c9 { 1.000000 0.000000 0.000000 sr} bdef  c9  -46 -12 -46 -13 -46 -12 -46 -12 -46 -12 -46 -12 -47 -12 -46 -11   -46 -11 -46 -11 -46 -11 -46 -11 -47 -11 -46 -10 -46 -10 -46 -10   -46 -10 -46 -10 -46 -10 -47 -9 -46 -9 -46 -9 -46 -9 -46 -9   -46 -8 -47 -9 -46 -8 -46 -8 -46 -8 -46 -8 -46 -7 -47 -7   -46 -8 -46 -7 -46 -6 -46 -7 -46 -7 -46 -6 -47 -6 -46 -6   -46 -6 -46 -5 -46 -6 -46 -5 -47 -5 -46 -5 -46 -5 -46 -5   -46 -4 -46 -4 -47 -4 -46 -4 -46 -4 -46 -4 -46 -3 -46 -3   -46 -3 -47 -3 -46 -3 -46 -3 -46 -2 -46 -2 -46 -2 -47 -2   -46 -2 -46 -1 -46 -2 -46 -1 -46 -1 -47 -1 -46 0 -46 -1   -46 0 -46 -1 -46 0 -46 1 -47 0 -46 1 -46 0 -46 1   -46 1 -46 1 -47 2 -46 1 -46 2 -46 2 -46 2 -46 2   -46 2 -47 3 -46 3 -46 3 -46 3 -46 3 -46 3 -47 4   -46 4 -46 4 -46 4 -46 4 -46 4 -47 5 -46 5 -46 5   -46 5 -46 5 -46 6 -46 5 -47 6 -46 6 -46 6 -46 6   -46 7 -46 7 -47 6 -46 7 -46 8 -46 7 -46 7 -46 8   -47 8 -46 8 -46 8 -46 9 -46 8 -46 9 -46 9 -47 9   -46 9 -46 9 -46 10 -46 10 -46 9 -47 11 -46 10 -46 10   -46 11 -46 11 -46 10 -47 12 -46 11 -46 11 -46 12 -46 12   -46 12 -46 12 -47 12 -46 12 -46 13 -46 13 -46 13 -46 13   -47 13 -46 14 -46 13 -46 14 -46 14 -46 14 -46 15 -47 14   -46 15 -46 15 -46 15 -46 15 -46 15 -47 16 -46 16 -46 15   -46 17 -46 16 -46 16 -47 17 -46 16 -46 17 -46 17 -46 18   -46 17 -46 18 -47 17 -46 18 -46 18 -46 19 -46 18 -46 19   -47 18 -46 19 -46 20 -46 19 -46 19 -46 20 -47 20 -46 20   -46 20 -46 20 -46 21 -46 20 -46 21 -47 21 -46 21 -46 22   -46 21 -46 22 -46 22 -47 22 -46 22 -46 22 -46 23 -46 22   -46 23 -47 23 -46 23 -46 24 -46 23 -46 24 -46 24 -46 24   -47 24 -46 25 -46 24 -46 25 -46 25 -46 25 -47 25 -46 26   -46 25 -46 26 -46 26 -46 26 -46 27 -47 26 -46 27 -46 26   -46 27 -46 27 -46 28 -47 27 -46 28 -46 28 -46 28 -46 28   -46 28 -47 29 -46 28 -46 29 -46 29 -46 29 -46 30 -46 29   -47 30 -46 30 -46 30 -46 30 -46 31 -46 30 -47 31 -46 31   -46 31 -46 31 -46 31 -46 32 -47 32 -46 32 -46 32 -46 32   -46 32 -46 33 -46 33 -47 33 -46 33 -46 33 -46 34 -46 33   -46 34 -47 34 -46 34 -46 34 -46 35 -46 35 -46 34 -47 35   -46 36 -46 35 -46 35 -46 36 -46 36 -46 36 -47 36 -46 36   -46 37 -46 37 -46 37 -46 37 -47 37 -46 37 -46 38 -46 37   -46 38 -46 38 -46 39 16115 2368 300 MP stroke  gr  c9  0 sg  3005 1176 mt   ( ) s  3005 1346 mt   (y = 0.049*x) s  %%IncludeResource: font Helvetica  /Helvetica /ISOLatin1Encoding 96 FMSR  3608 1286 mt   (2) s  %%IncludeResource: font Helvetica  /Helvetica /ISOLatin1Encoding 120 FMSR  3661 1346 mt   ( - 1.9e+02*x + 1.9e+05) s  end %%Color Dict  eplot  %%EndObject  epage  end  showpage  %%Trailer  %%EOF