physics0609179/SCEC_4_45_analysis.eps
1: %!PS-Adobe-3.0 EPSF-3.0
2: %%Creator: MATLAB, The Mathworks, Inc.
3: %%Title: C:\p(m)2007\Paper\p_M_HAR_revision\SCEC_4_45_analysis.eps
4: %%CreationDate: 05/23/2007  22:08:08
5: %%DocumentNeededFonts: Helvetica
6: %%DocumentProcessColors: Cyan Magenta Yellow Black
7: %%LanguageLevel: 2
8: %%Pages: 1
9: %%BoundingBox:    89   264   505   577
10: %%EndComments
11: 
12: %%BeginProlog
13: % MathWorks dictionary
14: /MathWorks 160 dict begin
15: % definition operators
16: /bdef {bind def} bind def
17: /ldef {load def} bind def
18: /xdef {exch def} bdef
19: /xstore {exch store} bdef
20: % operator abbreviations
21: /c  /clip ldef
22: /cc /concat ldef
23: /cp /closepath ldef
24: /gr /grestore ldef
25: /gs /gsave ldef
26: /mt /moveto ldef
27: /np /newpath ldef
28: /cm /currentmatrix ldef
29: /sm /setmatrix ldef
30: /rm /rmoveto ldef
31: /rl /rlineto ldef
32: /s {show newpath} bdef
33: /sc {setcmykcolor} bdef
34: /sr /setrgbcolor ldef
35: /sg /setgray ldef
36: /w /setlinewidth ldef
37: /j /setlinejoin ldef
38: /cap /setlinecap ldef
39: /rc {rectclip} bdef
40: /rf {rectfill} bdef
41: % page state control
42: /pgsv () def
43: /bpage {/pgsv save def} bdef
44: /epage {pgsv restore} bdef
45: /bplot /gsave ldef
46: /eplot {stroke grestore} bdef
47: % orientation switch
48: /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
49: % coordinate system mappings
50: /dpi2point 0 def
51: % font control
52: /FontSize 0 def
53: /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
54:   makefont setfont} bdef
55: /ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef
56: ISOLatin1Encoding WindowsLatin1Encoding copy pop
57: /.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger
58: /daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef
59: /.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet
60: /endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef
61: /Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop}
62: {/WindowsLatin1Encoding StandardEncoding bdef} ifelse
63: /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
64:   exch dup 3 1 roll findfont dup length dict begin
65:   { 1 index /FID ne {def}{pop pop} ifelse } forall
66:   /Encoding exch def currentdict end definefont pop} bdef
67: /isroman {findfont /CharStrings get /Agrave known} bdef
68: /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
69:   exch FMS} bdef
70: /csm {1 dpi2point div -1 dpi2point div scale neg translate
71:  dup landscapeMode eq {pop -90 rotate}
72:   {rotateMode eq {90 rotate} if} ifelse} bdef
73: % line types: solid, dotted, dashed, dotdash
74: /SO { [] 0 setdash } bdef
75: /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
76: /DA { [6 dpi2point mul] 0 setdash } bdef
77: /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
78:   dpi2point mul] 0 setdash } bdef
79: % macros for lines and objects
80: /L {lineto stroke} bdef
81: /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
82: /AP {{rlineto} repeat} bdef
83: /PDlw -1 def
84: /W {/PDlw currentlinewidth def setlinewidth} def
85: /PP {closepath eofill} bdef
86: /DP {closepath stroke} bdef
87: /MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
88:   neg 0 exch rlineto closepath} bdef
89: /FR {MR stroke} bdef
90: /PR {MR fill} bdef
91: /L1i {{currentfile picstr readhexstring pop} image} bdef
92: /tMatrix matrix def
93: /MakeOval {newpath tMatrix currentmatrix pop translate scale
94: 0 0 1 0 360 arc tMatrix setmatrix} bdef
95: /FO {MakeOval stroke} bdef
96: /PO {MakeOval fill} bdef
97: /PD {currentlinewidth 2 div 0 360 arc fill
98:    PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
99: /FA {newpath tMatrix currentmatrix pop translate scale
100:   0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
101: /PA {newpath tMatrix currentmatrix pop	translate 0 0 moveto scale
102:   0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
103: /FAn {newpath tMatrix currentmatrix pop translate scale
104:   0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
105: /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
106:   0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
107: /vradius 0 def /hradius 0 def /lry 0 def
108: /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
109: /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
110:   /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
111:   vradius add translate hradius vradius scale 0 0 1 180 270 arc 
112:   tMatrix setmatrix lrx hradius sub uly vradius add translate
113:   hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
114:   lrx hradius sub lry vradius sub translate hradius vradius scale
115:   0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
116:   translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
117:   closepath} bdef
118: /FRR {MRR stroke } bdef
119: /PRR {MRR fill } bdef
120: /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
121:   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
122:   rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
123:   sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
124:   closepath} bdef
125: /FlrRR {MlrRR stroke } bdef
126: /PlrRR {MlrRR fill } bdef
127: /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
128:   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
129:   rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
130:   sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
131:   closepath} bdef
132: /FtbRR {MtbRR stroke } bdef
133: /PtbRR {MtbRR fill } bdef
134: /stri 6 array def /dtri 6 array def
135: /smat 6 array def /dmat 6 array def
136: /tmat1 6 array def /tmat2 6 array def /dif 3 array def
137: /asub {/ind2 exch def /ind1 exch def dup dup
138:   ind1 get exch ind2 get sub exch } bdef
139: /tri_to_matrix {
140:   2 0 asub 3 1 asub 4 0 asub 5 1 asub
141:   dup 0 get exch 1 get 7 -1 roll astore } bdef
142: /compute_transform {
143:   dmat dtri tri_to_matrix tmat1 invertmatrix 
144:   smat stri tri_to_matrix tmat2 concatmatrix } bdef
145: /ds {stri astore pop} bdef
146: /dt {dtri astore pop} bdef
147: /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
148:   currentfile 
149:   3 index 0 eq {/ASCIIHexDecode filter}
150:   {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
151:   ifelse exch readstring pop
152:   dup 0 3 index getinterval /rbmap xdef
153:   dup 2 index dup getinterval /gbmap xdef
154:   1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
155: /it {gs np dtri aload pop moveto lineto lineto cp c
156:   cols rows 8 compute_transform 
157:   rbmap gbmap bbmap true 3 colorimage gr}bdef
158: /il {newpath moveto lineto stroke}bdef
159: currentdict end def
160: %%EndProlog
161: 
162: %%BeginSetup
163: MathWorks begin
164: 
165: 0 cap
166: 
167: end
168: %%EndSetup
169: 
170: %%Page: 1 1
171: %%BeginPageSetup
172: %%PageBoundingBox:    89   264   505   577
173: MathWorks begin
174: bpage
175: %%EndPageSetup
176: 
177: %%BeginObject: obj1
178: bplot
179: 
180: /dpi2point 12 def
181: portraitMode 1068 6924 csm
182: 
183:     0     0  4998  3755 rc
184: 85 dict begin %Colortable dictionary
185: /c0 { 0.000000 0.000000 0.000000 sr} bdef
186: /c1 { 1.000000 1.000000 1.000000 sr} bdef
187: /c2 { 0.900000 0.000000 0.000000 sr} bdef
188: /c3 { 0.000000 0.820000 0.000000 sr} bdef
189: /c4 { 0.000000 0.000000 0.800000 sr} bdef
190: /c5 { 0.910000 0.820000 0.320000 sr} bdef
191: /c6 { 1.000000 0.260000 0.820000 sr} bdef
192: /c7 { 0.000000 0.820000 0.820000 sr} bdef
193: c0
194: 1 j
195: 1 sg
196:    0    0 4999 3756 rf
197: 6 w
198: 0 3060 3873 0 0 -3060 650 3342 4 MP
199: PP
200: -3873 0 0 3060 3873 0 0 -3060 650 3342 5 MP stroke
201: 4 w
202: DO
203: 0 sg
204:  650 3342 mt  650  282 L
205:  650  282 mt  650  282 L
206: 1424 3342 mt 1424  282 L
207: 1424  282 mt 1424  282 L
208: 2199 3342 mt 2199  282 L
209: 2199  282 mt 2199  282 L
210: 2973 3342 mt 2973  282 L
211: 2973  282 mt 2973  282 L
212: 3748 3342 mt 3748  282 L
213: 3748  282 mt 3748  282 L
214: 4523 3342 mt 4523  282 L
215: 4523  282 mt 4523  282 L
216:  650 3342 mt 4523 3342 L
217: 4523 3342 mt 4523 3342 L
218:  650 2832 mt 4523 2832 L
219: 4523 2832 mt 4523 2832 L
220:  650 2322 mt 4523 2322 L
221: 4523 2322 mt 4523 2322 L
222:  650 1812 mt 4523 1812 L
223: 4523 1812 mt 4523 1812 L
224:  650 1302 mt 4523 1302 L
225: 4523 1302 mt 4523 1302 L
226:  650  792 mt 4523  792 L
227: 4523  792 mt 4523  792 L
228:  650  282 mt 4523  282 L
229: 4523  282 mt 4523  282 L
230: SO
231: 6 w
232:  650  282 mt 4523  282 L
233:  650 3342 mt 4523 3342 L
234: 4523 3342 mt 4523  282 L
235:  650 3342 mt  650  282 L
236:  650 3342 mt 4523 3342 L
237:  650 3342 mt  650  282 L
238:  650 3342 mt  650 3322 L
239:  650  282 mt  650  301 L
240: DO
241:  650 3342 mt  650  282 L
242:  650  282 mt  650  282 L
243: SO
244:  650 3342 mt  650 3303 L
245:  650  282 mt  650  320 L
246: %%IncludeResource: font Helvetica
247: /Helvetica /WindowsLatin1Encoding 120 FMSR
248: 
249:  538 3524 mt 
250: (10) s
251: %%IncludeResource: font Helvetica
252: /Helvetica /WindowsLatin1Encoding 80 FMSR
253: 
254:  671 3450 mt 
255: (-5) s
256:  883 3342 mt  883 3322 L
257:  883  282 mt  883  301 L
258: DO
259:  883 3342 mt  883  282 L
260:  883  282 mt  883  282 L
261: SO
262: 1019 3342 mt 1019 3322 L
263: 1019  282 mt 1019  301 L
264: DO
265: 1019 3342 mt 1019  282 L
266: 1019  282 mt 1019  282 L
267: SO
268: 1116 3342 mt 1116 3322 L
269: 1116  282 mt 1116  301 L
270: DO
271: 1116 3342 mt 1116  282 L
272: 1116  282 mt 1116  282 L
273: SO
274: 1191 3342 mt 1191 3322 L
275: 1191  282 mt 1191  301 L
276: DO
277: 1191 3342 mt 1191  282 L
278: 1191  282 mt 1191  282 L
279: SO
280: 1252 3342 mt 1252 3322 L
281: 1252  282 mt 1252  301 L
282: DO
283: 1252 3342 mt 1252  282 L
284: 1252  282 mt 1252  282 L
285: SO
286: 1304 3342 mt 1304 3322 L
287: 1304  282 mt 1304  301 L
288: DO
289: 1304 3342 mt 1304  282 L
290: 1304  282 mt 1304  282 L
291: SO
292: 1349 3342 mt 1349 3322 L
293: 1349  282 mt 1349  301 L
294: DO
295: 1349 3342 mt 1349  282 L
296: 1349  282 mt 1349  282 L
297: SO
298: 1389 3342 mt 1389 3322 L
299: 1389  282 mt 1389  301 L
300: DO
301: 1389 3342 mt 1389  282 L
302: 1389  282 mt 1389  282 L
303: SO
304: 1424 3342 mt 1424 3322 L
305: 1424  282 mt 1424  301 L
306: DO
307: 1424 3342 mt 1424  282 L
308: 1424  282 mt 1424  282 L
309: SO
310: 1424 3342 mt 1424 3303 L
311: 1424  282 mt 1424  320 L
312: %%IncludeResource: font Helvetica
313: /Helvetica /WindowsLatin1Encoding 120 FMSR
314: 
315: 1312 3524 mt 
316: (10) s
317: %%IncludeResource: font Helvetica
318: /Helvetica /WindowsLatin1Encoding 80 FMSR
319: 
320: 1445 3450 mt 
321: (-4) s
322: 1657 3342 mt 1657 3322 L
323: 1657  282 mt 1657  301 L
324: DO
325: 1657 3342 mt 1657  282 L
326: 1657  282 mt 1657  282 L
327: SO
328: 1794 3342 mt 1794 3322 L
329: 1794  282 mt 1794  301 L
330: DO
331: 1794 3342 mt 1794  282 L
332: 1794  282 mt 1794  282 L
333: SO
334: 1890 3342 mt 1890 3322 L
335: 1890  282 mt 1890  301 L
336: DO
337: 1890 3342 mt 1890  282 L
338: 1890  282 mt 1890  282 L
339: SO
340: 1966 3342 mt 1966 3322 L
341: 1966  282 mt 1966  301 L
342: DO
343: 1966 3342 mt 1966  282 L
344: 1966  282 mt 1966  282 L
345: SO
346: 2027 3342 mt 2027 3322 L
347: 2027  282 mt 2027  301 L
348: DO
349: 2027 3342 mt 2027  282 L
350: 2027  282 mt 2027  282 L
351: SO
352: 2079 3342 mt 2079 3322 L
353: 2079  282 mt 2079  301 L
354: DO
355: 2079 3342 mt 2079  282 L
356: 2079  282 mt 2079  282 L
357: SO
358: 2124 3342 mt 2124 3322 L
359: 2124  282 mt 2124  301 L
360: DO
361: 2124 3342 mt 2124  282 L
362: 2124  282 mt 2124  282 L
363: SO
364: 2163 3342 mt 2163 3322 L
365: 2163  282 mt 2163  301 L
366: DO
367: 2163 3342 mt 2163  282 L
368: 2163  282 mt 2163  282 L
369: SO
370: 2199 3342 mt 2199 3322 L
371: 2199  282 mt 2199  301 L
372: DO
373: 2199 3342 mt 2199  282 L
374: 2199  282 mt 2199  282 L
375: SO
376: 2199 3342 mt 2199 3303 L
377: 2199  282 mt 2199  320 L
378: %%IncludeResource: font Helvetica
379: /Helvetica /WindowsLatin1Encoding 120 FMSR
380: 
381: 2087 3524 mt 
382: (10) s
383: %%IncludeResource: font Helvetica
384: /Helvetica /WindowsLatin1Encoding 80 FMSR
385: 
386: 2220 3450 mt 
387: (-3) s
388: 2432 3342 mt 2432 3322 L
389: 2432  282 mt 2432  301 L
390: DO
391: 2432 3342 mt 2432  282 L
392: 2432  282 mt 2432  282 L
393: SO
394: 2568 3342 mt 2568 3322 L
395: 2568  282 mt 2568  301 L
396: DO
397: 2568 3342 mt 2568  282 L
398: 2568  282 mt 2568  282 L
399: SO
400: 2665 3342 mt 2665 3322 L
401: 2665  282 mt 2665  301 L
402: DO
403: 2665 3342 mt 2665  282 L
404: 2665  282 mt 2665  282 L
405: SO
406: 2740 3342 mt 2740 3322 L
407: 2740  282 mt 2740  301 L
408: DO
409: 2740 3342 mt 2740  282 L
410: 2740  282 mt 2740  282 L
411: SO
412: 2801 3342 mt 2801 3322 L
413: 2801  282 mt 2801  301 L
414: DO
415: 2801 3342 mt 2801  282 L
416: 2801  282 mt 2801  282 L
417: SO
418: 2853 3342 mt 2853 3322 L
419: 2853  282 mt 2853  301 L
420: DO
421: 2853 3342 mt 2853  282 L
422: 2853  282 mt 2853  282 L
423: SO
424: 2898 3342 mt 2898 3322 L
425: 2898  282 mt 2898  301 L
426: DO
427: 2898 3342 mt 2898  282 L
428: 2898  282 mt 2898  282 L
429: SO
430: 2938 3342 mt 2938 3322 L
431: 2938  282 mt 2938  301 L
432: DO
433: 2938 3342 mt 2938  282 L
434: 2938  282 mt 2938  282 L
435: SO
436: 2973 3342 mt 2973 3322 L
437: 2973  282 mt 2973  301 L
438: DO
439: 2973 3342 mt 2973  282 L
440: 2973  282 mt 2973  282 L
441: SO
442: 2973 3342 mt 2973 3303 L
443: 2973  282 mt 2973  320 L
444: %%IncludeResource: font Helvetica
445: /Helvetica /WindowsLatin1Encoding 120 FMSR
446: 
447: 2861 3524 mt 
448: (10) s
449: %%IncludeResource: font Helvetica
450: /Helvetica /WindowsLatin1Encoding 80 FMSR
451: 
452: 2994 3450 mt 
453: (-2) s
454: 3206 3342 mt 3206 3322 L
455: 3206  282 mt 3206  301 L
456: DO
457: 3206 3342 mt 3206  282 L
458: 3206  282 mt 3206  282 L
459: SO
460: 3343 3342 mt 3343 3322 L
461: 3343  282 mt 3343  301 L
462: DO
463: 3343 3342 mt 3343  282 L
464: 3343  282 mt 3343  282 L
465: SO
466: 3440 3342 mt 3440 3322 L
467: 3440  282 mt 3440  301 L
468: DO
469: 3440 3342 mt 3440  282 L
470: 3440  282 mt 3440  282 L
471: SO
472: 3515 3342 mt 3515 3322 L
473: 3515  282 mt 3515  301 L
474: DO
475: 3515 3342 mt 3515  282 L
476: 3515  282 mt 3515  282 L
477: SO
478: 3576 3342 mt 3576 3322 L
479: 3576  282 mt 3576  301 L
480: DO
481: 3576 3342 mt 3576  282 L
482: 3576  282 mt 3576  282 L
483: SO
484: 3628 3342 mt 3628 3322 L
485: 3628  282 mt 3628  301 L
486: DO
487: 3628 3342 mt 3628  282 L
488: 3628  282 mt 3628  282 L
489: SO
490: 3673 3342 mt 3673 3322 L
491: 3673  282 mt 3673  301 L
492: DO
493: 3673 3342 mt 3673  282 L
494: 3673  282 mt 3673  282 L
495: SO
496: 3712 3342 mt 3712 3322 L
497: 3712  282 mt 3712  301 L
498: DO
499: 3712 3342 mt 3712  282 L
500: 3712  282 mt 3712  282 L
501: SO
502: 3748 3342 mt 3748 3322 L
503: 3748  282 mt 3748  301 L
504: DO
505: 3748 3342 mt 3748  282 L
506: 3748  282 mt 3748  282 L
507: SO
508: 3748 3342 mt 3748 3303 L
509: 3748  282 mt 3748  320 L
510: %%IncludeResource: font Helvetica
511: /Helvetica /WindowsLatin1Encoding 120 FMSR
512: 
513: 3636 3524 mt 
514: (10) s
515: %%IncludeResource: font Helvetica
516: /Helvetica /WindowsLatin1Encoding 80 FMSR
517: 
518: 3769 3450 mt 
519: (-1) s
520: 3981 3342 mt 3981 3322 L
521: 3981  282 mt 3981  301 L
522: DO
523: 3981 3342 mt 3981  282 L
524: 3981  282 mt 3981  282 L
525: SO
526: 4117 3342 mt 4117 3322 L
527: 4117  282 mt 4117  301 L
528: DO
529: 4117 3342 mt 4117  282 L
530: 4117  282 mt 4117  282 L
531: SO
532: 4214 3342 mt 4214 3322 L
533: 4214  282 mt 4214  301 L
534: DO
535: 4214 3342 mt 4214  282 L
536: 4214  282 mt 4214  282 L
537: SO
538: 4289 3342 mt 4289 3322 L
539: 4289  282 mt 4289  301 L
540: DO
541: 4289 3342 mt 4289  282 L
542: 4289  282 mt 4289  282 L
543: SO
544: 4351 3342 mt 4351 3322 L
545: 4351  282 mt 4351  301 L
546: DO
547: 4351 3342 mt 4351  282 L
548: 4351  282 mt 4351  282 L
549: SO
550: 4403 3342 mt 4403 3322 L
551: 4403  282 mt 4403  301 L
552: DO
553: 4403 3342 mt 4403  282 L
554: 4403  282 mt 4403  282 L
555: SO
556: 4447 3342 mt 4447 3322 L
557: 4447  282 mt 4447  301 L
558: DO
559: 4447 3342 mt 4447  282 L
560: 4447  282 mt 4447  282 L
561: SO
562: 4487 3342 mt 4487 3322 L
563: 4487  282 mt 4487  301 L
564: DO
565: 4487 3342 mt 4487  282 L
566: 4487  282 mt 4487  282 L
567: SO
568: 4523 3342 mt 4523 3322 L
569: 4523  282 mt 4523  301 L
570: DO
571: 4523 3342 mt 4523  282 L
572: 4523  282 mt 4523  282 L
573: SO
574: 4523 3342 mt 4523 3303 L
575: 4523  282 mt 4523  320 L
576: %%IncludeResource: font Helvetica
577: /Helvetica /WindowsLatin1Encoding 120 FMSR
578: 
579: 4435 3524 mt 
580: (10) s
581: %%IncludeResource: font Helvetica
582: /Helvetica /WindowsLatin1Encoding 80 FMSR
583: 
584: 4568 3450 mt 
585: (0) s
586:  650 3342 mt  669 3342 L
587: 4523 3342 mt 4503 3342 L
588: DO
589:  650 3342 mt 4523 3342 L
590: 4523 3342 mt 4523 3342 L
591: SO
592:  650 3342 mt  688 3342 L
593: 4523 3342 mt 4484 3342 L
594: %%IncludeResource: font Helvetica
595: /Helvetica /WindowsLatin1Encoding 120 FMSR
596: 
597:  391 3386 mt 
598: (10) s
599: %%IncludeResource: font Helvetica
600: /Helvetica /WindowsLatin1Encoding 80 FMSR
601: 
602:  524 3312 mt 
603: (-4) s
604:  650 3188 mt  669 3188 L
605: 4523 3188 mt 4503 3188 L
606: DO
607:  650 3188 mt 4523 3188 L
608: 4523 3188 mt 4523 3188 L
609: SO
610:  650 3098 mt  669 3098 L
611: 4523 3098 mt 4503 3098 L
612: DO
613:  650 3098 mt 4523 3098 L
614: 4523 3098 mt 4523 3098 L
615: SO
616:  650 3034 mt  669 3034 L
617: 4523 3034 mt 4503 3034 L
618: DO
619:  650 3034 mt 4523 3034 L
620: 4523 3034 mt 4523 3034 L
621: SO
622:  650 2985 mt  669 2985 L
623: 4523 2985 mt 4503 2985 L
624: DO
625:  650 2985 mt 4523 2985 L
626: 4523 2985 mt 4523 2985 L
627: SO
628:  650 2945 mt  669 2945 L
629: 4523 2945 mt 4503 2945 L
630: DO
631:  650 2945 mt 4523 2945 L
632: 4523 2945 mt 4523 2945 L
633: SO
634:  650 2910 mt  669 2910 L
635: 4523 2910 mt 4503 2910 L
636: DO
637:  650 2910 mt 4523 2910 L
638: 4523 2910 mt 4523 2910 L
639: SO
640:  650 2881 mt  669 2881 L
641: 4523 2881 mt 4503 2881 L
642: DO
643:  650 2881 mt 4523 2881 L
644: 4523 2881 mt 4523 2881 L
645: SO
646:  650 2855 mt  669 2855 L
647: 4523 2855 mt 4503 2855 L
648: DO
649:  650 2855 mt 4523 2855 L
650: 4523 2855 mt 4523 2855 L
651: SO
652:  650 2832 mt  669 2832 L
653: 4523 2832 mt 4503 2832 L
654: DO
655:  650 2832 mt 4523 2832 L
656: 4523 2832 mt 4523 2832 L
657: SO
658:  650 2832 mt  688 2832 L
659: 4523 2832 mt 4484 2832 L
660: %%IncludeResource: font Helvetica
661: /Helvetica /WindowsLatin1Encoding 120 FMSR
662: 
663:  391 2876 mt 
664: (10) s
665: %%IncludeResource: font Helvetica
666: /Helvetica /WindowsLatin1Encoding 80 FMSR
667: 
668:  524 2802 mt 
669: (-3) s
670:  650 2678 mt  669 2678 L
671: 4523 2678 mt 4503 2678 L
672: DO
673:  650 2678 mt 4523 2678 L
674: 4523 2678 mt 4523 2678 L
675: SO
676:  650 2588 mt  669 2588 L
677: 4523 2588 mt 4503 2588 L
678: DO
679:  650 2588 mt 4523 2588 L
680: 4523 2588 mt 4523 2588 L
681: SO
682:  650 2524 mt  669 2524 L
683: 4523 2524 mt 4503 2524 L
684: DO
685:  650 2524 mt 4523 2524 L
686: 4523 2524 mt 4523 2524 L
687: SO
688:  650 2475 mt  669 2475 L
689: 4523 2475 mt 4503 2475 L
690: DO
691:  650 2475 mt 4523 2475 L
692: 4523 2475 mt 4523 2475 L
693: SO
694:  650 2435 mt  669 2435 L
695: 4523 2435 mt 4503 2435 L
696: DO
697:  650 2435 mt 4523 2435 L
698: 4523 2435 mt 4523 2435 L
699: SO
700:  650 2400 mt  669 2400 L
701: 4523 2400 mt 4503 2400 L
702: DO
703:  650 2400 mt 4523 2400 L
704: 4523 2400 mt 4523 2400 L
705: SO
706:  650 2371 mt  669 2371 L
707: 4523 2371 mt 4503 2371 L
708: DO
709:  650 2371 mt 4523 2371 L
710: 4523 2371 mt 4523 2371 L
711: SO
712:  650 2345 mt  669 2345 L
713: 4523 2345 mt 4503 2345 L
714: DO
715:  650 2345 mt 4523 2345 L
716: 4523 2345 mt 4523 2345 L
717: SO
718:  650 2322 mt  669 2322 L
719: 4523 2322 mt 4503 2322 L
720: DO
721:  650 2322 mt 4523 2322 L
722: 4523 2322 mt 4523 2322 L
723: SO
724:  650 2322 mt  688 2322 L
725: 4523 2322 mt 4484 2322 L
726: %%IncludeResource: font Helvetica
727: /Helvetica /WindowsLatin1Encoding 120 FMSR
728: 
729:  391 2366 mt 
730: (10) s
731: %%IncludeResource: font Helvetica
732: /Helvetica /WindowsLatin1Encoding 80 FMSR
733: 
734:  524 2292 mt 
735: (-2) s
736:  650 2168 mt  669 2168 L
737: 4523 2168 mt 4503 2168 L
738: DO
739:  650 2168 mt 4523 2168 L
740: 4523 2168 mt 4523 2168 L
741: SO
742:  650 2078 mt  669 2078 L
743: 4523 2078 mt 4503 2078 L
744: DO
745:  650 2078 mt 4523 2078 L
746: 4523 2078 mt 4523 2078 L
747: SO
748:  650 2014 mt  669 2014 L
749: 4523 2014 mt 4503 2014 L
750: DO
751:  650 2014 mt 4523 2014 L
752: 4523 2014 mt 4523 2014 L
753: SO
754:  650 1965 mt  669 1965 L
755: 4523 1965 mt 4503 1965 L
756: DO
757:  650 1965 mt 4523 1965 L
758: 4523 1965 mt 4523 1965 L
759: SO
760:  650 1925 mt  669 1925 L
761: 4523 1925 mt 4503 1925 L
762: DO
763:  650 1925 mt 4523 1925 L
764: 4523 1925 mt 4523 1925 L
765: SO
766:  650 1890 mt  669 1890 L
767: 4523 1890 mt 4503 1890 L
768: DO
769:  650 1890 mt 4523 1890 L
770: 4523 1890 mt 4523 1890 L
771: SO
772:  650 1861 mt  669 1861 L
773: 4523 1861 mt 4503 1861 L
774: DO
775:  650 1861 mt 4523 1861 L
776: 4523 1861 mt 4523 1861 L
777: SO
778:  650 1835 mt  669 1835 L
779: 4523 1835 mt 4503 1835 L
780: DO
781:  650 1835 mt 4523 1835 L
782: 4523 1835 mt 4523 1835 L
783: SO
784:  650 1812 mt  669 1812 L
785: 4523 1812 mt 4503 1812 L
786: DO
787:  650 1812 mt 4523 1812 L
788: 4523 1812 mt 4523 1812 L
789: SO
790:  650 1812 mt  688 1812 L
791: 4523 1812 mt 4484 1812 L
792: %%IncludeResource: font Helvetica
793: /Helvetica /WindowsLatin1Encoding 120 FMSR
794: 
795:  391 1856 mt 
796: (10) s
797: %%IncludeResource: font Helvetica
798: /Helvetica /WindowsLatin1Encoding 80 FMSR
799: 
800:  524 1782 mt 
801: (-1) s
802:  650 1658 mt  669 1658 L
803: 4523 1658 mt 4503 1658 L
804: DO
805:  650 1658 mt 4523 1658 L
806: 4523 1658 mt 4523 1658 L
807: SO
808:  650 1568 mt  669 1568 L
809: 4523 1568 mt 4503 1568 L
810: DO
811:  650 1568 mt 4523 1568 L
812: 4523 1568 mt 4523 1568 L
813: SO
814:  650 1504 mt  669 1504 L
815: 4523 1504 mt 4503 1504 L
816: DO
817:  650 1504 mt 4523 1504 L
818: 4523 1504 mt 4523 1504 L
819: SO
820:  650 1455 mt  669 1455 L
821: 4523 1455 mt 4503 1455 L
822: DO
823:  650 1455 mt 4523 1455 L
824: 4523 1455 mt 4523 1455 L
825: SO
826:  650 1415 mt  669 1415 L
827: 4523 1415 mt 4503 1415 L
828: DO
829:  650 1415 mt 4523 1415 L
830: 4523 1415 mt 4523 1415 L
831: SO
832:  650 1380 mt  669 1380 L
833: 4523 1380 mt 4503 1380 L
834: DO
835:  650 1380 mt 4523 1380 L
836: 4523 1380 mt 4523 1380 L
837: SO
838:  650 1351 mt  669 1351 L
839: 4523 1351 mt 4503 1351 L
840: DO
841:  650 1351 mt 4523 1351 L
842: 4523 1351 mt 4523 1351 L
843: SO
844:  650 1325 mt  669 1325 L
845: 4523 1325 mt 4503 1325 L
846: DO
847:  650 1325 mt 4523 1325 L
848: 4523 1325 mt 4523 1325 L
849: SO
850:  650 1302 mt  669 1302 L
851: 4523 1302 mt 4503 1302 L
852: DO
853:  650 1302 mt 4523 1302 L
854: 4523 1302 mt 4523 1302 L
855: SO
856:  650 1302 mt  688 1302 L
857: 4523 1302 mt 4484 1302 L
858: %%IncludeResource: font Helvetica
859: /Helvetica /WindowsLatin1Encoding 120 FMSR
860: 
861:  391 1346 mt 
862: (10) s
863: %%IncludeResource: font Helvetica
864: /Helvetica /WindowsLatin1Encoding 80 FMSR
865: 
866:  524 1272 mt 
867: (0) s
868:  650 1148 mt  669 1148 L
869: 4523 1148 mt 4503 1148 L
870: DO
871:  650 1148 mt 4523 1148 L
872: 4523 1148 mt 4523 1148 L
873: SO
874:  650 1058 mt  669 1058 L
875: 4523 1058 mt 4503 1058 L
876: DO
877:  650 1058 mt 4523 1058 L
878: 4523 1058 mt 4523 1058 L
879: SO
880:  650  994 mt  669  994 L
881: 4523  994 mt 4503  994 L
882: DO
883:  650  994 mt 4523  994 L
884: 4523  994 mt 4523  994 L
885: SO
886:  650  945 mt  669  945 L
887: 4523  945 mt 4503  945 L
888: DO
889:  650  945 mt 4523  945 L
890: 4523  945 mt 4523  945 L
891: SO
892:  650  905 mt  669  905 L
893: 4523  905 mt 4503  905 L
894: DO
895:  650  905 mt 4523  905 L
896: 4523  905 mt 4523  905 L
897: SO
898:  650  870 mt  669  870 L
899: 4523  870 mt 4503  870 L
900: DO
901:  650  870 mt 4523  870 L
902: 4523  870 mt 4523  870 L
903: SO
904:  650  841 mt  669  841 L
905: 4523  841 mt 4503  841 L
906: DO
907:  650  841 mt 4523  841 L
908: 4523  841 mt 4523  841 L
909: SO
910:  650  815 mt  669  815 L
911: 4523  815 mt 4503  815 L
912: DO
913:  650  815 mt 4523  815 L
914: 4523  815 mt 4523  815 L
915: SO
916:  650  792 mt  669  792 L
917: 4523  792 mt 4503  792 L
918: DO
919:  650  792 mt 4523  792 L
920: 4523  792 mt 4523  792 L
921: SO
922:  650  792 mt  688  792 L
923: 4523  792 mt 4484  792 L
924: %%IncludeResource: font Helvetica
925: /Helvetica /WindowsLatin1Encoding 120 FMSR
926: 
927:  391  836 mt 
928: (10) s
929: %%IncludeResource: font Helvetica
930: /Helvetica /WindowsLatin1Encoding 80 FMSR
931: 
932:  524  762 mt 
933: (1) s
934:  650  638 mt  669  638 L
935: 4523  638 mt 4503  638 L
936: DO
937:  650  638 mt 4523  638 L
938: 4523  638 mt 4523  638 L
939: SO
940:  650  548 mt  669  548 L
941: 4523  548 mt 4503  548 L
942: DO
943:  650  548 mt 4523  548 L
944: 4523  548 mt 4523  548 L
945: SO
946:  650  484 mt  669  484 L
947: 4523  484 mt 4503  484 L
948: DO
949:  650  484 mt 4523  484 L
950: 4523  484 mt 4523  484 L
951: SO
952:  650  435 mt  669  435 L
953: 4523  435 mt 4503  435 L
954: DO
955:  650  435 mt 4523  435 L
956: 4523  435 mt 4523  435 L
957: SO
958:  650  395 mt  669  395 L
959: 4523  395 mt 4503  395 L
960: DO
961:  650  395 mt 4523  395 L
962: 4523  395 mt 4523  395 L
963: SO
964:  650  360 mt  669  360 L
965: 4523  360 mt 4503  360 L
966: DO
967:  650  360 mt 4523  360 L
968: 4523  360 mt 4523  360 L
969: SO
970:  650  331 mt  669  331 L
971: 4523  331 mt 4503  331 L
972: DO
973:  650  331 mt 4523  331 L
974: 4523  331 mt 4523  331 L
975: SO
976:  650  305 mt  669  305 L
977: 4523  305 mt 4503  305 L
978: DO
979:  650  305 mt 4523  305 L
980: 4523  305 mt 4523  305 L
981: SO
982:  650  282 mt  669  282 L
983: 4523  282 mt 4503  282 L
984: DO
985:  650  282 mt 4523  282 L
986: 4523  282 mt 4523  282 L
987: SO
988:  650  282 mt  688  282 L
989: 4523  282 mt 4484  282 L
990: %%IncludeResource: font Helvetica
991: /Helvetica /WindowsLatin1Encoding 120 FMSR
992: 
993:  391  326 mt 
994: (10) s
995: %%IncludeResource: font Helvetica
996: /Helvetica /WindowsLatin1Encoding 80 FMSR
997: 
998:  524  252 mt 
999: (2) s
1000:  650  282 mt 4523  282 L
1001:  650 3342 mt 4523 3342 L
1002: 4523 3342 mt 4523  282 L
1003:  650 3342 mt  650  282 L
1004: gs 650 282 3874 3061 rc
1005: 24 w
1006: /c8 { 0.000000 0.000000 1.000000 sr} bdef
1007: c8
1008: 78 -21 77 30 78 15 77 -15 78 -16 77 0 78 12 77 7 
1009: 78 -6 77 -16 78 -22 77 -19 77 -15 78 -14 77 -13 78 -8 
1010: 77 -3 78 -1 77 -2 78 -6 77 -15 78 -19 77 -19 78 -15 
1011: 77 -15 77 -14 78 -9 77 -6 78 -6 77 -11 78 -16 77 -24 
1012: 78 -27 77 -28 78 -31 77 -32 78 -27 77 -23 77 -26 78 -29 
1013: 77 -31 78 -37 77 -49 78 -75 77 -129 78 -273 77 -154 78 178 
1014: 77 54 77 28 650 1549 51 MP stroke
1015: DA
1016: 0 sg
1017: 77 -11 78 -11 77 -12 78 -11 77 -11 77 -11 78 -12 77 -11 
1018: 78 -11 77 -11 78 -11 77 -12 78 -11 77 -11 78 -11 77 -12 
1019: 78 -11 77 -11 77 -11 78 -12 77 -11 78 -11 77 -11 2199 801 24 MP stroke
1020: gr
1021: 
1022: 24 w
1023: DA
1024: %%IncludeResource: font Helvetica
1025: /Helvetica /WindowsLatin1Encoding 120 FMSR
1026: 
1027: 2123 3667 mt 
1028: (Time scale \(year\)) s
1029:  309 1966 mt  -90 rotate
1030: (SFAC) s
1031: 90 rotate
1032: gs 650 282 3874 3061 rc
1033: c8
1034: 78 -146 77 -101 78 143 77 52 78 -18 77 -56 78 -69 77 -30 
1035: 78 7 77 21 78 -10 77 -20 77 7 78 14 77 -3 78 -14 
1036: 77 -20 78 -37 77 -49 78 -6 77 12 78 -6 77 -19 78 -2 
1037: 77 6 77 -10 78 -35 77 -44 78 -51 77 -46 78 -22 77 -24 
1038: 78 -37 77 -24 78 16 77 -40 78 -91 77 -46 77 -68 78 -246 
1039: 77 -29 78 241 77 70 78 -63 77 -231 78 -203 77 226 78 -33 
1040: 77 -567 77 219 650 2777 51 MP stroke
1041: 0 sg
1042: 78 -12 77 -12 78 -12 77 -12 78 -11 77 -12 78 -12 77 -12 
1043: 77 -12 78 -12 77 -12 78 -12 77 -12 78 -12 77 -12 78 -12 
1044: 77 -11 78 -12 77 -12 78 -12 77 -12 77 -12 2509 1670 23 MP stroke
1045: SO
1046: c8
1047: 78 -16 77 -74 78 -524 77 376 78 -392 77 307 78 -50 77 -188 
1048: 78 -355 77 56 78 233 77 201 77 -1 78 -124 77 -24 78 53 
1049: 77 -19 78 -93 77 -7 78 16 77 -239 78 143 77 135 78 29 
1050: 77 -91 77 -28 78 13 77 28 78 -119 77 -13 78 -42 77 2 
1051: 78 61 77 45 78 -15 77 -110 78 99 77 -20 77 -181 78 7 
1052: 77 58 78 -83 77 -6 78 -17 77 -88 78 22 77 123 78 25 
1053: 77 -294 77 -342 650 2789 51 MP stroke
1054: DA
1055: 0 sg
1056: 77 -11 78 -11 77 -11 78 -11 77 -11 78 -11 77 -11 78 -11 
1057: 77 -11 78 -11 77 -11 78 -11 77 -11 77 -11 78 -11 77 -11 
1058: 78 -11 77 -11 78 -11 77 -11 78 -11 77 -10 78 -11 77 -11 
1059: 78 -11 77 -11 1579 2071 27 MP stroke
1060: SO
1061: 6 w
1062: gr
1063: 
1064: 6 w
1065: SO
1066: 
1067: end %%Color Dict
1068: 
1069: eplot
1070: %%EndObject
1071: 
1072: epage
1073: end
1074: 
1075: showpage
1076: 
1077: %%Trailer
1078: %%EOF
1079: