cond-mat0402179/In1analysisRh.eps
1: %!
2: %%BoundingBox: 69 68 543 515
3: %%Creator: Igor
4: %%Title: Layout0
5: %%Creation Date: Wed, Nov 05, 2003 2:28 PM
6: %%DocumentFonts:  (atend) 
7: %%EndComments
8: 0 583 translate  1 -1 scale
9: /IgorSave save def
10: 
11: 1000 dict begin
12: 
13: 0 setgray 0 setlinecap
14: 1 setlinewidth 0 setlinejoin
15: 1 setmiterlimit [] 0 setdash
16: 
17: /aw 0 def   /ah 0 def
18: /x0 0 def   /y0 0 def   /x1 0 def   /y1 0 def
19: /rx0 0 def  /ry0 0 def  /rx1 0 def  /ry1 0 def
20: /tmp0 0 def /tmp1 0 def
21: /packedRed 0 def /packedGreen 0 def /packedBlue 0 def
22: /x 0 def    /y 0 def    /w 0 def    /c 0 string def
23: 
24: /rbak 1 def /gbak 1 def /bbak 1 def
25: /rfor 0 def /gfor 0 def /bfor 0 def
26: 
27: /bdef{bind def}bind def
28: /ldef{load def}bdef
29: /xdef{exch def}bdef
30: 
31: /setuserscreendict 22 dict def
32: setuserscreendict begin
33: 
34: /tempctm matrix def
35: /temprot matrix def
36: /tempscale matrix def
37: 
38: /concatprocs{
39:     /proc2 exch cvlit def
40:     /proc1 exch cvlit def
41:     /newproc proc1 length proc2 length add array def
42:     newproc 0 proc1 putinterval
43:     newproc proc1 length proc2 putinterval
44:     newproc cvx
45: }def
46: 
47: /resmatrix matrix def
48: /findresolution{
49:     72 0 resmatrix defaultmatrix dtransform
50:     /yres xdef /xres xdef
51:     xres dup mul yres dup mul add sqrt
52: }def
53: end
54: 
55: /setuserscreen{
56:   setuserscreendict begin
57:     /spotfunction xdef
58:     /screenangle xdef
59:     /cellsize xdef
60:     
61:     /m tempctm currentmatrix def
62:     /rm screenangle temprot rotate def
63:     /sm cellsize dup tempscale scale def
64:     
65:     sm rm m m concatmatrix m concatmatrix pop
66:     1 0 m dtransform /y1 xdef /x1 xdef
67:     /veclength x1 dup mul y1 dup mul add sqrt def
68:     /frequency findresolution veclength div def
69:     /newscreenangle y1 x1 atan def
70:     m 2 get m 1 get mul m 0 get m 3 get mul sub 0 gt
71:     {
72:         { neg } /spotfunction load concatprocs
73:         /spotfunction xdef
74:     } if
75:     frequency newscreenangle /spotfunction load setscreen
76:   end
77: }def
78: 
79: /setpatterndict 18 dict def
80: setpatterndict begin
81: /bitison{
82:     /ybit xdef /xbit xdef
83:     /bytevalue bstring ybit bwidth mul xbit 8 idiv add get def
84:     /mask 1 7 xbit 8 mod sub bitshift def
85:     bytevalue mask and 0 ne
86: }def
87: end
88: 
89: /bitpatternspotfunction{
90:   setpatterndict begin
91:     /y xdef /x xdef
92:     /xindex x 1 add 2 div bpside mul cvi def
93:     /yindex y 1 add 2 div bpside mul cvi def
94:     xindex yindex bitison
95:     { /onbits onbits 1 add def 1 }
96:     { /offbits offbits 1 add def 0 }
97:     ifelse
98:   end
99: }def
100: 
101: /setpattern{
102:   setpatterndict begin
103:     /cellsz xdef
104:     /angle xdef
105:     /bwidth xdef
106:     /bpside xdef
107:     /bstring xdef
108:     
109:     /onbits 0 def /offbits 0 def
110:     cellsz angle /bitpatternspotfunction load setuserscreen
111:     {} settransfer
112:     offbits offbits onbits add div setgray
113:   end
114: }def
115: 
116: /FillPattern{   % patternstring --
117:     /pat xdef
118:     gsave
119:     pat 8 1 0 72 300 32 div div setpattern
120:     fill
121:     grestore
122: }def
123: 
124: 
125: 
126: /UseBack{ rbak gbak bbak setrgbcolor }bdef
127: /UseFore{ rfor gfor bfor setrgbcolor }bdef
128: /SetBack {/bbak xdef /gbak xdef /rbak xdef }bdef
129: /SetFore {/bfor xdef /gfor xdef /rfor xdef }bdef
130: 
131: 
132: /ps {setlinewidth} bdef 
133: /clw {currentlinewidth} bdef
134: /sd {0 setdash} bdef
135: 
136: /mstroke {0 clw eq {newpath}{stroke} ifelse} bdef
137: 
138: /_R{ .5 sub round .5 add}bdef
139: /allign { transform _R exch _R exch itransform }bdef
140: /L {allign lineto} bdef
141: /M {allign moveto} bdef
142: 
143: /addto { dup load exec 3 -1 roll add store }bdef
144: /MacLine{       % xto yto xfrom yfrom MacLine --
145:     newpath     % only handles horizontal or vertical lines
146:     /y0 xdef /x0 xdef /y1 xdef /x1 xdef
147:     x1 x0 sub abs
148:     y1 y0 sub abs gt
149:     {clw x1 x0 gt {/x1}{/x0}ifelse  addto  clw 2 div dup /y0 addto /y1 addto}
150:     {clw y1 y0 gt {/y1}{/y0}ifelse  addto  clw 2 div dup /x0 addto /x1 addto}
151:     ifelse
152:     x0 y0 M
153:     x1 y1 L
154:     mstroke
155: }bdef
156: 
157: /FillPath{      % graylevel FillPath --   fills current path and leaves path alive
158:     gsave
159:     dup 1 exch sub      % glev 1-glev
160:     rbak 2 index mul    rfor 2 index mul add
161:     gbak 3 index mul    gfor 3 index mul add
162:     bbak 4 index mul    bfor 4 index mul add
163:     setrgbcolor
164:     pop pop
165:     fill
166:     grestore
167: }bdef
168: 
169: /StrokePath{        % linejoin StrokePath --   strokes current path and leaves path alive
170:     gsave
171:     setlinejoin
172:     mstroke
173:     grestore
174: }bdef
175: 
176: /RectPath{      % x0 y0 x1 y1 RectPath -- sets current path to a rectange
177:     /y1 xdef /x1 xdef /y0 xdef /x0 xdef
178:     newpath
179:     x0 y0 M
180:     x1 y0 L
181:     x1 y1 L
182:     x0 y1 L
183:     closepath
184: }bdef
185: 
186: /PaintRect{     % x0 y0 x1 y1 graylevel PaintRect --
187:     gsave
188:     5 1 roll
189:     RectPath
190:     FillPath
191:     grestore
192: }bdef
193: 
194: 
195: 
196: 
197: % **** begin image stuff *****
198: % The following are used for images. This has to be kept
199: % in synch with corresponding code in ImageDisp.c.In particular
200: % the expansion factor, 8, has to be in synch. LH010606: now to
201: % fix colorscales in layouts, expansion factor is in variable.
202: % packedcolor is (red*256+green)*256+blue
203: 
204: /ExpFact 8 def  % default expansion factor
205: 
206: /SetPackedColor{    % packedcolor SetPackedColor --
207:     dup 256 mod /tmp0 xdef  % extract blue
208:     256 idiv
209:     dup 256 mod /tmp1 xdef  % extract green
210:     256 idiv                % extract red
211:     255 div /packedRed xdef
212:     tmp1 255 div /packedGreen xdef
213:     tmp0 255 div /packedBlue xdef
214: }bdef
215: 
216: /IR_FillRect{
217:     gsave
218:     newpath
219:     rx0 ry0 M
220:     rx1 ry0 L
221:     rx1 ry1 L
222:     rx0 ry1 L
223:     closepath
224:     packedRed packedGreen packedBlue setrgbcolor
225:     fill
226:     grestore
227: }bdef
228: 
229: /NewRectImageLine{  % x0 y0 x1 y1 packedcolor NewRectImageLine --
230:     SetPackedColor
231: 
232:     /ry1 xdef /rx1 xdef /ry0 xdef /rx0 xdef % remember starting rectange for following calls
233:     
234:     IR_FillRect
235: }bdef
236: 
237: /rx{        % xdist rx --
238:     ExpFact div
239:     dup 0 lt
240:     { rx0 /rx1 xdef rx1 add /rx0 xdef }     % neg delta steps left
241:     { rx1 /rx0 xdef rx0 add /rx1 xdef }
242:     ifelse
243:     IR_FillRect
244: }bdef
245: 
246: /ry{        % ydist rr --
247:     ExpFact div
248:     dup 0 lt
249:     { ry1 /ry0 xdef ry0 exch sub /ry1 xdef }        % neg delta steps down
250:     { ry0 /ry1 xdef ry1 exch sub /ry0 xdef }
251:     ifelse
252:     IR_FillRect
253: }bdef
254: 
255: 
256: /cx{        % xdist packedcolor cx --
257:     SetPackedColor
258:     rx
259: }bdef
260: 
261: /cy{        % ydist packedcolor cx --
262:     SetPackedColor
263:     ry
264: }bdef
265: 
266: % **** end image stuff *****
267: 
268: 
269: 
270: /EraseRect{     % x0 y0 x1 y1 EraseRect --  fills rect with background color
271:     gsave
272:     RectPath
273:     UseBack fill
274:     grestore
275: }bdef
276: 
277: /FrameRect{     % x0 y0 x1 y1 FrameRect --
278:     RectPath
279:     mstroke
280: }bdef
281: 
282: /FrameMacRect{      % x0 y0 x1 y1 FrameMacRect --  Mac-like version
283:     RectPath
284:     mstroke
285: }bdef
286: 
287: 
288: /ellipse{
289:     /savematrix matrix currentmatrix def
290:     translate scale 0 0 1 0 360 arc
291:     savematrix setmatrix
292: }bdef
293: 
294: 
295: 
296: /OvalPath{      % x0 y0 x1 y1 OvalPath -- sets current path to an oval inside rectange
297:     /y1 xdef /x1 xdef /y0 xdef /x0 xdef
298:     newpath
299:     x0 x1 sub abs 2 div y0 y1 sub abs 2 div x0 x1 add 2 div y0 y1 add 2 div ellipse
300:     closepath
301: }bdef
302: 
303: 
304: /PaintOval{     % x0 y0 x1 y1 graylevel PaintOval --
305:     gsave
306:     5 1 roll
307:     OvalPath
308:     FillPath
309:     grestore
310: }bdef
311: 
312: /EraseOval{     % x0 y0 x1 y1 EraseOval --  fills with background color
313:     gsave
314:     OvalPath
315:     UseBack fill
316:     grestore
317: }bdef
318: 
319: /FrameOval{     % x0 y0 x1 y1 FrameOval --
320:     OvalPath
321:     mstroke
322: }bdef
323: 
324: 
325: /RRectPath{     % x0 y0 x1 y1 r OvalPath -- sets current path to rounded rectange, radius r
326:     /radius xdef
327:     /y1 xdef /x1 xdef /y0 xdef /x0 xdef
328:     newpath
329:     x0 radius add y0 M
330:     x1 y0 x1 y1 radius arcto 4{pop}repeat
331:     x1 y1 x0 y1 radius arcto 4{pop}repeat
332:     x0 y1 x0 y0 radius arcto 4{pop}repeat
333:     x0 y0 x1 y0 radius arcto 4{pop}repeat
334:     closepath
335: }bdef
336: 
337: 
338: /PaintRRect{        % x0 y0 x1 y1 r graylevel PaintRRect --
339:     gsave
340:     6 1 roll
341:     RRectPath
342:     FillPath
343:     grestore
344: }bdef
345: 
346: /EraseRRect{        % x0 y0 x1 y1 r EraseRRect --  fills rect with background color
347:     gsave
348:     RRectPath
349:     UseBack fill
350:     grestore
351: }bdef
352: 
353: /FrameRRect{        % x0 y0 x1 y1 r FrameRect --
354:     RRectPath
355:     mstroke
356: }bdef
357: 
358: 
359: 
360: 
361: /CapLine{       % x0 y0 x1 y1 linecap CapLine -- draws line using given line cap
362:     gsave
363:     setlinecap
364:     /y1 xdef /x1 xdef /y0 xdef /x0 xdef
365:     newpath
366:     x0 y0 M
367:     x1 y1 L
368:     mstroke
369:     grestore
370: }bdef
371: 
372: /Arrow{     % x0 y0 x1 y1 width height graylevel Arrow -- draws arrow at end of line from P0 to P1
373:     gsave
374:     /gl xdef 1 add /aw xdef 1 add /ah xdef /y0 xdef /x0 xdef /y1 xdef /x1 xdef 
375:     x0 y0 translate
376:     /x1 x1 x0 sub def
377:     /y1 y1 y0 sub def
378:     y1 x1 atan rotate
379:     newpath
380:     0 0 M
381:     aw ah 2 div L
382:     aw ah 2 div neg L
383:     closepath
384:     gl FillPath
385: %   10 setmiterlimit
386: %   1 ps
387: %   0 StrokePath
388:     grestore
389: }bdef
390: 
391: 
392: % ************ fonts ************
393: 
394: 
395: /normal 0 def
396: /bold 1 def
397: /italic 2 def
398: /underline 4 def
399: /outline 8 def
400: /shadow 16 def
401: 
402: /FACE1 bold italic or def
403: /FACE2 outline shadow or def
404: 
405: /Shadow {
406:     gsave
407:     siz 0.08 mul 1 index mul x add
408:     exch siz 0.07 mul mul y add M
409:     c show
410:     grestore
411: } def
412: 
413: /Outline {
414:     gsave
415:     siz .02 mul setlinewidth
416:     x y M c true charpath
417:     gsave UseBack fill grestore stroke
418:     grestore
419: } def
420: 
421: /Underline{
422:     gsave
423:     siz 0.08 mul ps
424:     x y clw add M x c stringwidth pop add y clw add L stroke
425:     grestore
426: }bdef
427: 
428: /DoShow{    % assumes x,y,c are already set
429:     fontkind FACE2 and
430:     dup normal eq               {c x y M show} if
431:     dup outline eq              {Outline} if
432:     dup shadow eq               {1 Shadow Outline} if
433:     outline shadow or eq        {1 Shadow 1.5 Shadow Outline} if
434:     fontkind underline and 0 ne { Underline } if
435: }bdef
436: 
437: /DoWShow{   % assumes x,y,c & w are already set
438:     gsave
439:     x y translate
440:     /x 0 def  /y 0 def
441:     w c stringwidth pop div 1 scale
442:     DoShow
443:     grestore
444: }bdef
445: 
446: /S{
447:     /y xdef /x xdef /c xdef
448:     DoShow
449: }bdef
450: 
451: /WS{        % string x y desiredwidth WS -
452:     /w xdef /y xdef /x xdef /c xdef
453:     DoWShow
454: }bdef
455: 
456: /F{
457:     /fontkind xdef
458:     findfont exch /siz xdef [siz 0 0 siz neg  0 0] makefont setfont
459: }bdef
460: 
461: 
462: 
463: /Re-encode {
464:     dup length array copy
465:     /eap 0 def
466:     exch {
467:         dup type /integertype eq
468:         { /eap xdef }
469:         {
470:             1 index
471:             exch
472:             eap exch
473:             put
474:             /eap eap 1 add def
475:         }
476:         ifelse
477:     } forall
478: } bind def
479: 
480: [ 39/quotesingle 96/grave 128/.notdef/.notdef/quotesinglbase
481: /florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex
482: /perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef
483: /.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright
484: /bullet/endash/emdash/tilde/trademark/scaron/guilsinglright
485: /oe/.notdef/.notdef/Ydieresis/.notdef/exclamdown/cent
486: /sterling/currency/yen/brokenbar/section/dieresis/copyright
487: /ordfeminine/guillemotleft/logicalnot/.notdef/registered
488: /macron/degree/plusminus/twosuperior/threesuperior/acute
489: /mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
490: /guillemotright/onequarter/onehalf/threequarters/questiondown
491: /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
492: /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave
493: /Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute
494: /Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave
495: /Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
496: /agrave/aacute/acircumflex/atilde/adieresis/aring/ae
497: /ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
498: /iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute
499: /ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute
500: /ucircumflex/udieresis/yacute/thorn/ydieresis]
501: /zzz xdef
502: 
503: /OurEncoding{ zzz StandardEncoding Re-encode }bdef
504: 
505: /EncodeFont {
506:     findfont
507:     dup length dict begin
508:     {
509:         1 index /FID ne
510:         { def }
511:         { pop pop }
512:         ifelse
513:     } forall
514:     /FontName xdef
515:     /Encoding xdef
516:     FontName currentdict
517:     end
518:     definefont pop
519: } bind def
520: 
521: /AnObj save def
522: 1 1 1 SetBack   0 0 0 SetFore  UseFore
523: 0 0 translate
524: AnObj restore
525: /AnObj save def
526: 1 1 1 SetBack   0 0 0 SetFore  UseFore
527: 73 72 translate
528: 1.00 ps
529: gsave 1.00 ps 70.25 20.12 70.25 378.00 0 CapLine grestore
530: gsave 1.00 ps 421.00 20.12 421.00 378.00 0 CapLine grestore
531: 1 ps
532: 1.00 ps
533: gsave 1.00 ps 69.75 20.12 79.13 20.12 0 CapLine grestore
534: 1 ps
535:  OurEncoding /_Helvetica /Helvetica EncodeFont
536: 18.00 (_Helvetica) 0 F
537: (10) 45.63 26.12 20.00 WS
538: 1.00 ps
539: gsave 1.00 ps 69.75 91.75 79.13 91.75 0 CapLine grestore
540: 1 ps
541: 18.00 (_Helvetica) 0 F
542: (8) 55.63 97.75 10.00 WS
543: 1.00 ps
544: gsave 1.00 ps 69.75 163.25 79.13 163.25 0 CapLine grestore
545: 1 ps
546: 18.00 (_Helvetica) 0 F
547: (6) 55.63 169.25 10.00 WS
548: 1.00 ps
549: gsave 1.00 ps 69.75 234.88 79.13 234.88 0 CapLine grestore
550: 1 ps
551: 18.00 (_Helvetica) 0 F
552: (4) 55.63 240.88 10.00 WS
553: 1.00 ps
554: gsave 1.00 ps 69.75 306.38 79.13 306.38 0 CapLine grestore
555: 1 ps
556: 18.00 (_Helvetica) 0 F
557: (2) 55.63 312.38 10.00 WS
558: 1.00 ps
559: gsave 1.00 ps 69.75 378.00 79.13 378.00 0 CapLine grestore
560: 1 ps
561: 18.00 (_Helvetica) 0 F
562: (0) 55.63 384.00 10.00 WS
563: 18.00 (_Helvetica) 0 F
564: gsave 30.12 222.00 translate -90 rotate
565: (K  \(%\)) 0.00 0.00 50.00 WS
566: grestore
567: 1.00 ps
568: gsave 1.00 ps 70.25 378.00 421.00 378.00 0 CapLine grestore
569: gsave 1.00 ps 70.25 20.12 421.00 20.12 0 CapLine grestore
570: 1 ps
571: 1.00 ps
572: gsave 1.00 ps 421.00 378.50 421.00 369.13 0 CapLine grestore
573: 1 ps
574: 18.00 (_Helvetica) 0 F
575: (25) 411.00 399.25 20.00 WS
576: 1.00 ps
577: gsave 1.00 ps 350.88 378.50 350.88 369.13 0 CapLine grestore
578: 1 ps
579: 18.00 (_Helvetica) 0 F
580: (20) 340.88 399.25 20.00 WS
581: 1.00 ps
582: gsave 1.00 ps 280.75 378.50 280.75 369.13 0 CapLine grestore
583: 1 ps
584: 18.00 (_Helvetica) 0 F
585: (15) 270.75 399.25 20.00 WS
586: 1.00 ps
587: gsave 1.00 ps 210.50 378.50 210.50 369.13 0 CapLine grestore
588: 1 ps
589: 18.00 (_Helvetica) 0 F
590: (10) 200.50 399.25 20.00 WS
591: 1.00 ps
592: gsave 1.00 ps 140.38 378.50 140.38 369.13 0 CapLine grestore
593: 1 ps
594: 18.00 (_Helvetica) 0 F
595: (5) 135.38 399.25 10.00 WS
596: 1.00 ps
597: gsave 1.00 ps 70.25 378.50 70.25 369.13 0 CapLine grestore
598: 1 ps
599: 18.00 (_Helvetica) 0 F
600: (0) 65.25 399.25 10.00 WS
601: 18.00 (Symbol) 0 F
602: (c) 166.63 426.00 9.88 WS
603:  OurEncoding /_Helvetica /Helvetica EncodeFont
604: 18.00 (_Helvetica) 0 F
605: ( \(x10) 176.50 426.00 40.00 WS
606: 12.63 (_Helvetica) 0 F
607: (-3) 216.50 415.38 11.25 WS
608: 18.00 (_Helvetica) 0 F
609: (  emu/mol\)) 227.75 426.00 85.00 WS
610: 0.50 ps
611: newpath 328.25 156.38 M
612: 332.25 160.38 L
613: 328.25 164.37 L
614: 324.25 160.38 L
615: closepath
616: 0 FillPath
617: 0 StrokePath newpath
618: newpath 348.75 140.63 M
619: 352.75 144.63 L
620: 348.75 148.62 L
621: 344.75 144.63 L
622: closepath
623: 0 FillPath
624: 0 StrokePath newpath
625: newpath 362.00 119.50 M
626: 366.00 123.50 L
627: 362.00 127.50 L
628: 358.00 123.50 L
629: closepath
630: 0 FillPath
631: 0 StrokePath newpath
632: newpath 381.50 89.25 M
633: 385.50 93.25 L
634: 381.50 97.25 L
635: 377.50 93.25 L
636: closepath
637: 0 FillPath
638: 0 StrokePath newpath
639: newpath 386.25 90.63 M
640: 390.25 94.62 L
641: 386.25 98.62 L
642: 382.25 94.62 L
643: closepath
644: 0 FillPath
645: 0 StrokePath newpath
646: newpath 387.75 84.50 M
647: 391.75 88.50 L
648: 387.75 92.50 L
649: 383.75 88.50 L
650: closepath
651: 0 FillPath
652: 0 StrokePath newpath
653: 1 ps
654: 0.50 ps
655: newpath 179.50 295.38 M
656: 175.50 287.38 L
657: 183.50 287.38 L
658: closepath
659: 0 FillPath
660: 0 StrokePath newpath
661: newpath 194.00 284.25 M
662: 190.00 276.25 L
663: 198.00 276.25 L
664: closepath
665: 0 FillPath
666: 0 StrokePath newpath
667: newpath 199.00 286.75 M
668: 195.00 278.75 L
669: 203.00 278.75 L
670: closepath
671: 0 FillPath
672: 0 StrokePath newpath
673: newpath 192.13 291.50 M
674: 188.12 283.50 L
675: 196.12 283.50 L
676: closepath
677: 0 FillPath
678: 0 StrokePath newpath
679: newpath 182.50 299.75 M
680: 178.50 291.75 L
681: 186.50 291.75 L
682: closepath
683: 0 FillPath
684: 0 StrokePath newpath
685: newpath 176.50 307.25 M
686: 172.50 299.25 L
687: 180.50 299.25 L
688: closepath
689: 0 FillPath
690: 0 StrokePath newpath
691: 1 ps
692: 1.00 ps
693: newpath 145.88 378.00 M
694: 146.00 377.75 L
695: 147.75 375.75 L
696: 149.63 373.62 L
697: 151.37 371.50 L
698: 153.13 369.38 L
699: 154.87 367.25 L
700: 156.63 365.25 L
701: 158.38 363.13 L
702: 160.13 361.00 L
703: 161.88 358.87 L
704: 163.63 356.88 L
705: 165.38 354.75 L
706: 167.25 352.62 L
707: 169.00 350.50 L
708: 170.75 348.50 L
709: 172.50 346.37 L
710: 174.25 344.25 L
711: 176.00 342.13 L
712: 177.75 340.00 L
713: 179.50 338.00 L
714: 181.25 335.88 L
715: 183.00 333.75 L
716: 184.87 331.63 L
717: 186.63 329.63 L
718: 188.38 327.50 L
719: 190.13 325.38 L
720: 191.88 323.25 L
721: 193.63 321.13 L
722: 195.38 319.13 L
723: 197.13 317.00 L
724: 198.88 314.88 L
725: 200.63 312.75 L
726: 202.50 310.75 L
727: 204.25 308.63 L
728: 206.00 306.50 L
729: 207.75 304.38 L
730: 209.50 302.38 L
731: 211.25 300.25 L
732: 213.00 298.13 L
733: 214.75 296.00 L
734: 216.50 293.88 L
735: 218.25 291.88 L
736: 220.13 289.75 L
737: 221.88 287.63 L
738: 223.62 285.50 L
739: 225.38 283.50 L
740: 227.13 281.38 L
741: 228.88 279.25 L
742: 230.63 277.13 L
743: 232.37 275.00 L
744: 234.12 273.00 L
745: 235.88 270.88 L
746: 237.75 268.75 L
747: 239.50 266.63 L
748: 241.25 264.63 L
749: 243.00 262.50 L
750: 244.75 260.38 L
751: 246.50 258.25 L
752: 248.25 256.25 L
753: 250.00 254.13 L
754: 251.75 252.00 L
755: 253.50 249.88 L
756: 255.38 247.75 L
757: 257.13 245.75 L
758: 258.88 243.63 L
759: 260.63 241.50 L
760: 262.38 239.38 L
761: 264.13 237.38 L
762: 265.88 235.25 L
763: 267.63 233.13 L
764: 269.38 231.00 L
765: 271.13 228.88 L
766: 273.00 226.88 L
767: 274.75 224.75 L
768: 276.50 222.63 L
769: 278.25 220.50 L
770: 280.00 218.50 L
771: 281.75 216.38 L
772: 283.50 214.25 L
773: 285.25 212.13 L
774: 287.00 210.00 L
775: 288.75 208.00 L
776: 290.63 205.88 L
777: 292.37 203.75 L
778: 294.13 201.63 L
779: 295.88 199.63 L
780: 297.63 197.50 L
781: 299.38 195.38 L
782: 301.13 193.25 L
783: 302.88 191.25 L
784: 304.63 189.13 L
785: 306.38 187.00 L
786: 308.25 184.87 L
787: 310.00 182.75 L
788: 311.75 180.75 L
789: 313.50 178.62 L
790: 315.25 176.50 L
791: 317.00 174.38 L
792: 318.75 172.37 L
793: 320.50 170.25 L
794: 322.25 168.13 L
795: 324.00 166.00 L
796: 325.88 163.88 L
797: 327.62 161.88 L
798: 329.38 159.75 L
799: 331.13 157.62 L
800: 332.88 155.50 L
801: 334.63 153.50 L
802: 336.37 151.37 L
803: 338.13 149.25 L
804: 339.88 147.13 L
805: 341.63 145.12 L
806: 343.50 143.00 L
807: 345.25 140.88 L
808: 347.00 138.75 L
809: 348.75 136.63 L
810: 350.50 134.63 L
811: 352.25 132.50 L
812: 354.00 130.38 L
813: 355.75 128.25 L
814: 357.50 126.25 L
815: 359.25 124.13 L
816: 361.12 122.00 L
817: 362.88 119.88 L
818: 364.63 117.75 L
819: 366.38 115.75 L
820: 368.13 113.63 L
821: 369.88 111.50 L
822: 371.63 109.38 L
823: 373.38 107.38 L
824: 375.13 105.25 L
825: 376.88 103.13 L
826: 378.75 101.00 L
827: 380.50 98.87 L
828: 382.25 96.88 L
829: 384.00 94.75 L
830: 385.75 92.62 L
831: 387.50 90.50 L
832: 389.25 88.50 L
833: 391.00 86.37 L
834: 392.75 84.25 L
835: 394.50 82.12 L
836: 396.38 80.12 L
837: 398.13 78.00 L
838: 399.88 75.88 L
839: 401.63 73.75 L
840: 403.38 71.63 L
841: 405.13 69.63 L
842: 406.88 67.50 L
843: 408.63 65.38 L
844: 410.38 63.25 L
845: 412.13 61.25 L
846: 414.00 59.13 L
847: 415.75 57.00 L
848: 417.50 54.88 L
849: 419.25 52.75 L
850: 421.00 50.75 L
851: mstroke
852: [] sd
853: 1 ps
854: 1.00 ps
855: newpath 91.75 378.00 M
856: 93.13 376.75 L
857: 94.87 375.13 L
858: 96.75 373.62 L
859: 98.50 372.00 L
860: 100.25 370.38 L
861: 102.00 368.88 L
862: 103.75 367.25 L
863: 105.50 365.75 L
864: 107.25 364.13 L
865: 109.00 362.50 L
866: 110.75 361.00 L
867: 112.50 359.38 L
868: 114.38 357.75 L
869: 116.12 356.25 L
870: 117.88 354.63 L
871: 119.63 353.13 L
872: 121.37 351.50 L
873: 123.13 349.88 L
874: 124.88 348.38 L
875: 126.63 346.75 L
876: 128.38 345.25 L
877: 130.13 343.63 L
878: 132.00 342.00 L
879: 133.75 340.50 L
880: 135.50 338.87 L
881: 137.25 337.25 L
882: 139.00 335.75 L
883: 140.75 334.13 L
884: 142.50 332.62 L
885: 144.25 331.00 L
886: 146.00 329.38 L
887: 147.75 327.88 L
888: 149.63 326.25 L
889: 151.37 324.75 L
890: 153.13 323.13 L
891: 154.87 321.50 L
892: 156.63 320.00 L
893: 158.38 318.38 L
894: 160.13 316.75 L
895: 161.88 315.25 L
896: 163.63 313.63 L
897: 165.38 312.13 L
898: 167.25 310.50 L
899: 169.00 308.88 L
900: 170.75 307.38 L
901: 172.50 305.75 L
902: 174.25 304.25 L
903: 176.00 302.63 L
904: 177.75 301.00 L
905: 179.50 299.50 L
906: 181.25 297.88 L
907: 183.00 296.25 L
908: 184.87 294.75 L
909: 186.63 293.13 L
910: 188.38 291.63 L
911: 190.13 290.00 L
912: 191.88 288.38 L
913: 193.63 286.88 L
914: 195.38 285.25 L
915: 197.13 283.75 L
916: 198.88 282.13 L
917: 200.63 280.50 L
918: 202.50 279.00 L
919: 204.25 277.38 L
920: 206.00 275.75 L
921: 207.75 274.25 L
922: 209.50 272.63 L
923: 211.25 271.13 L
924: 213.00 269.50 L
925: 214.75 267.88 L
926: 216.50 266.38 L
927: 218.25 264.75 L
928: 220.13 263.25 L
929: 221.88 261.63 L
930: 223.62 260.00 L
931: 225.38 258.50 L
932: 227.13 256.88 L
933: 228.88 255.25 L
934: 230.63 253.75 L
935: 232.37 252.13 L
936: 234.12 250.63 L
937: 235.88 249.00 L
938: 237.75 247.38 L
939: 239.50 245.88 L
940: 241.25 244.25 L
941: 243.00 242.75 L
942: 244.75 241.13 L
943: 246.50 239.50 L
944: 248.25 238.00 L
945: 250.00 236.38 L
946: 251.75 234.75 L
947: 253.50 233.25 L
948: 255.38 231.63 L
949: 257.13 230.13 L
950: 258.88 228.50 L
951: 260.63 226.88 L
952: 262.38 225.38 L
953: 264.13 223.75 L
954: 265.88 222.25 L
955: 267.63 220.63 L
956: 269.38 219.00 L
957: 271.13 217.50 L
958: 273.00 215.88 L
959: 274.75 214.25 L
960: 276.50 212.75 L
961: 278.25 211.12 L
962: 280.00 209.63 L
963: 281.75 208.00 L
964: 283.50 206.38 L
965: 285.25 204.87 L
966: 287.00 203.25 L
967: 288.75 201.75 L
968: 290.63 200.13 L
969: 292.37 198.50 L
970: 294.13 197.00 L
971: 295.88 195.38 L
972: 297.63 193.75 L
973: 299.38 192.25 L
974: 301.13 190.62 L
975: 302.88 189.13 L
976: 304.63 187.50 L
977: 306.38 185.88 L
978: 308.25 184.37 L
979: 310.00 182.75 L
980: 311.75 181.25 L
981: 313.50 179.63 L
982: 315.25 178.00 L
983: 317.00 176.50 L
984: 318.75 174.88 L
985: 320.50 173.25 L
986: 322.25 171.75 L
987: 324.00 170.13 L
988: 325.88 168.63 L
989: 327.62 167.00 L
990: 329.38 165.38 L
991: 331.13 163.88 L
992: 332.88 162.25 L
993: 334.63 160.75 L
994: 336.37 159.13 L
995: 338.13 157.50 L
996: 339.88 156.00 L
997: 341.63 154.38 L
998: 343.50 152.75 L
999: 345.25 151.25 L
1000: 347.00 149.63 L
1001: 348.75 148.13 L
1002: 350.50 146.50 L
1003: 352.25 144.88 L
1004: 354.00 143.38 L
1005: 355.75 141.75 L
1006: 357.50 140.25 L
1007: 359.25 138.63 L
1008: 361.12 137.00 L
1009: 362.88 135.50 L
1010: 364.63 133.87 L
1011: 366.38 132.25 L
1012: 368.13 130.75 L
1013: 369.88 129.13 L
1014: 371.63 127.62 L
1015: 373.38 126.00 L
1016: 375.13 124.38 L
1017: 376.88 122.88 L
1018: 378.75 121.25 L
1019: 380.50 119.75 L
1020: 382.25 118.13 L
1021: 384.00 116.50 L
1022: 385.75 115.00 L
1023: 387.50 113.38 L
1024: 389.25 111.75 L
1025: 391.00 110.25 L
1026: 392.75 108.63 L
1027: 394.50 107.13 L
1028: 396.38 105.50 L
1029: 398.13 103.87 L
1030: 399.88 102.38 L
1031: 401.63 100.75 L
1032: 403.38 99.25 L
1033: 405.13 97.62 L
1034: 406.88 96.00 L
1035: 408.63 94.50 L
1036: 410.38 92.88 L
1037: 412.13 91.25 L
1038: 414.00 89.75 L
1039: 415.75 88.13 L
1040: 417.50 86.63 L
1041: 419.25 85.00 L
1042: 421.00 83.37 L
1043: mstroke
1044: [] sd
1045: 1 ps
1046: AnObj restore
1047: /AnObj save def
1048: 1 1 1 SetBack   0 0 0 SetFore  UseFore
1049: 0 0 translate
1050: AnObj restore
1051: /AnObj save def
1052: 1 1 1 SetBack   0 0 0 SetFore  UseFore
1053: 137 98 translate
1054: 1.00 ps
1055: gsave 1.00 ps 75.12 17.88 75.12 139.75 0 CapLine grestore
1056: gsave 1.00 ps 219.50 17.88 219.50 139.75 0 CapLine grestore
1057: 1 ps
1058: 1.00 ps
1059: gsave 1.00 ps 74.63 17.88 81.88 17.88 0 CapLine grestore
1060: 1 ps
1061:  OurEncoding /_Helvetica /Helvetica EncodeFont
1062: 16.00 (_Helvetica) 0 F
1063: (0.3) 49.25 23.25 22.25 WS
1064: 1.00 ps
1065: gsave 1.00 ps 74.63 48.38 81.88 48.38 0 CapLine grestore
1066: 1 ps
1067: 16.00 (_Helvetica) 0 F
1068: (0.2) 49.25 53.75 22.25 WS
1069: 1.00 ps
1070: gsave 1.00 ps 74.63 78.87 81.88 78.87 0 CapLine grestore
1071: 1 ps
1072: 16.00 (_Helvetica) 0 F
1073: (0.1) 49.25 84.25 22.25 WS
1074: 1.00 ps
1075: gsave 1.00 ps 74.63 109.25 81.88 109.25 0 CapLine grestore
1076: 1 ps
1077: 16.00 (_Helvetica) 0 F
1078: (0.0) 49.25 114.63 22.25 WS
1079: 1.00 ps
1080: gsave 1.00 ps 74.63 139.75 81.88 139.75 0 CapLine grestore
1081: 1 ps
1082: 16.00 (_Helvetica) 0 F
1083: (-0.1) 43.88 145.12 27.62 WS
1084: 16.00 (_Helvetica) 0 F
1085: gsave 34.38 100.25 translate -90 rotate
1086: (K) 0.00 0.00 10.63 WS
1087: grestore
1088: 11.25 (_Helvetica) 0 F
1089: gsave 39.25 89.62 translate -90 rotate
1090: (cf) 0.00 0.00 8.88 WS
1091: grestore
1092: 16.00 (_Helvetica) 0 F
1093: gsave 34.38 80.75 translate -90 rotate
1094: ( \(%\)) 0.00 0.00 29.50 WS
1095: grestore
1096: 1.00 ps
1097: gsave 1.00 ps 75.12 139.75 219.50 139.75 0 CapLine grestore
1098: gsave 1.00 ps 75.12 17.88 219.50 17.88 0 CapLine grestore
1099: 1 ps
1100: 1.00 ps
1101: gsave 1.00 ps 219.50 140.25 219.50 133.00 0 CapLine grestore
1102: 1 ps
1103: 16.00 (_Helvetica) 0 F
1104: (40) 210.63 158.25 17.75 WS
1105: 1.00 ps
1106: gsave 1.00 ps 183.38 140.25 183.38 133.00 0 CapLine grestore
1107: 1 ps
1108: 16.00 (_Helvetica) 0 F
1109: (30) 174.50 158.25 17.75 WS
1110: 1.00 ps
1111: gsave 1.00 ps 147.37 140.25 147.37 133.00 0 CapLine grestore
1112: 1 ps
1113: 16.00 (_Helvetica) 0 F
1114: (20) 138.50 158.25 17.75 WS
1115: 1.00 ps
1116: gsave 1.00 ps 111.25 140.25 111.25 133.00 0 CapLine grestore
1117: 1 ps
1118: 16.00 (_Helvetica) 0 F
1119: (10) 102.38 158.25 17.75 WS
1120: 1.00 ps
1121: gsave 1.00 ps 75.12 140.25 75.12 133.00 0 CapLine grestore
1122: 1 ps
1123: 16.00 (_Helvetica) 0 F
1124: (0) 70.75 158.25 8.88 WS
1125: 16.00 (_Helvetica) 0 F
1126: (T \(K\)) 129.50 187.50 35.63 WS
1127: 0.50 ps
1128: newpath 89.62 42.50 M
1129: 87.62 38.50 L
1130: 91.63 38.50 L
1131: closepath
1132: 0 FillPath
1133: 0 StrokePath newpath
1134: newpath 95.00 58.38 M
1135: 93.00 54.38 L
1136: 97.00 54.38 L
1137: closepath
1138: 0 FillPath
1139: 0 StrokePath newpath
1140: newpath 104.00 118.13 M
1141: 102.00 114.12 L
1142: 106.00 114.12 L
1143: closepath
1144: 0 FillPath
1145: 0 StrokePath newpath
1146: newpath 124.25 105.13 M
1147: 122.25 101.13 L
1148: 126.25 101.13 L
1149: closepath
1150: 0 FillPath
1151: 0 StrokePath newpath
1152: newpath 147.37 101.75 M
1153: 145.38 97.75 L
1154: 149.38 97.75 L
1155: closepath
1156: 0 FillPath
1157: 0 StrokePath newpath
1158: newpath 163.50 120.13 M
1159: 161.50 116.12 L
1160: 165.50 116.12 L
1161: closepath
1162: 0 FillPath
1163: 0 StrokePath newpath
1164: 1 ps
1165: 0.50 ps
1166: newpath 183.38 105.25 M
1167: 185.38 107.25 L
1168: 183.38 109.25 L
1169: 181.38 107.25 L
1170: closepath
1171: 0 FillPath
1172: 0 StrokePath newpath
1173: newpath 147.25 120.63 M
1174: 149.25 122.63 L
1175: 147.25 124.63 L
1176: 145.25 122.63 L
1177: closepath
1178: 0 FillPath
1179: 0 StrokePath newpath
1180: newpath 89.62 54.75 M
1181: 91.63 56.75 L
1182: 89.62 58.75 L
1183: 87.62 56.75 L
1184: closepath
1185: 0 FillPath
1186: 0 StrokePath newpath
1187: newpath 111.25 112.50 M
1188: 113.25 114.50 L
1189: 111.25 116.50 L
1190: 109.25 114.50 L
1191: closepath
1192: 0 FillPath
1193: 0 StrokePath newpath
1194: newpath 96.75 74.63 M
1195: 98.75 76.63 L
1196: 96.75 78.62 L
1197: 94.75 76.63 L
1198: closepath
1199: 0 FillPath
1200: 0 StrokePath newpath
1201: 1 ps
1202: 1.00 ps
1203: newpath 84.38 17.88 M
1204: 84.50 19.63 L
1205: 85.25 25.75 L
1206: 86.00 31.50 L
1207: 86.75 36.75 L
1208: 87.50 41.63 L
1209: 88.13 46.13 L
1210: 88.87 50.50 L
1211: 89.62 54.50 L
1212: 90.38 58.13 L
1213: 91.12 61.75 L
1214: 91.75 65.00 L
1215: 92.50 68.12 L
1216: 93.25 71.00 L
1217: 94.00 73.75 L
1218: 94.75 76.37 L
1219: 95.50 78.87 L
1220: 96.12 81.12 L
1221: 96.88 83.25 L
1222: 97.62 85.38 L
1223: 98.38 87.25 L
1224: 99.13 89.13 L
1225: 99.75 90.87 L
1226: 100.50 92.50 L
1227: 101.25 94.00 L
1228: 102.00 95.38 L
1229: 102.75 96.75 L
1230: 103.38 98.00 L
1231: 104.13 99.13 L
1232: 104.87 100.25 L
1233: 105.63 101.25 L
1234: 106.38 102.25 L
1235: 107.00 103.13 L
1236: 107.75 103.87 L
1237: 108.50 104.63 L
1238: 109.25 105.25 L
1239: 110.00 105.88 L
1240: 110.63 106.50 L
1241: 111.38 107.00 L
1242: 112.13 107.50 L
1243: 112.88 107.87 L
1244: 113.63 108.13 L
1245: 114.25 108.50 L
1246: 115.00 108.75 L
1247: 115.75 108.87 L
1248: 116.50 109.13 L
1249: 117.25 109.25 L
1250: 117.88 109.25 L
1251: 118.62 109.25 L
1252: 119.38 109.25 L
1253: 120.13 109.25 L
1254: 120.88 109.25 L
1255: 121.50 109.25 L
1256: 122.25 109.25 L
1257: 123.00 109.25 L
1258: 123.75 109.25 L
1259: 124.50 109.25 L
1260: 125.13 109.25 L
1261: 125.88 109.25 L
1262: 126.63 109.25 L
1263: 127.38 109.25 L
1264: 128.13 109.25 L
1265: 128.75 109.25 L
1266: 129.50 109.25 L
1267: 130.25 109.25 L
1268: 131.00 109.25 L
1269: 131.75 109.25 L
1270: 132.50 109.25 L
1271: 133.13 109.25 L
1272: 133.87 109.25 L
1273: 134.63 109.25 L
1274: 135.38 109.25 L
1275: 136.12 109.25 L
1276: 136.75 109.25 L
1277: 137.50 109.25 L
1278: 138.25 109.25 L
1279: 139.00 109.25 L
1280: 139.75 109.25 L
1281: 140.38 109.25 L
1282: 141.12 109.25 L
1283: 141.88 109.25 L
1284: 142.63 109.25 L
1285: 143.38 109.25 L
1286: 144.00 109.25 L
1287: 144.75 109.25 L
1288: 145.50 109.25 L
1289: 146.25 109.25 L
1290: 147.00 109.25 L
1291: 147.63 109.25 L
1292: 148.38 109.25 L
1293: 149.13 109.25 L
1294: 149.88 109.25 L
1295: 150.63 109.25 L
1296: 151.25 109.25 L
1297: 152.00 109.25 L
1298: 152.75 109.25 L
1299: 153.50 109.25 L
1300: 154.25 109.25 L
1301: 154.87 109.25 L
1302: 155.63 109.25 L
1303: 156.38 109.25 L
1304: 157.13 109.25 L
1305: 157.88 109.25 L
1306: 158.50 109.25 L
1307: 159.25 109.25 L
1308: 160.00 109.25 L
1309: 160.75 109.25 L
1310: 161.50 109.25 L
1311: 162.13 109.25 L
1312: 162.88 109.25 L
1313: 163.63 109.25 L
1314: 164.37 109.25 L
1315: 165.13 109.25 L
1316: 165.88 109.25 L
1317: 166.50 109.25 L
1318: 167.25 109.25 L
1319: 168.00 109.25 L
1320: 168.75 109.25 L
1321: 169.50 109.25 L
1322: 170.13 109.25 L
1323: 170.88 109.25 L
1324: 171.63 109.25 L
1325: 172.37 109.25 L
1326: 173.13 109.25 L
1327: 173.75 109.25 L
1328: 174.50 109.25 L
1329: 175.25 109.25 L
1330: 176.00 109.25 L
1331: 176.75 109.25 L
1332: 177.38 109.25 L
1333: 178.12 109.25 L
1334: 178.88 109.25 L
1335: 179.63 109.25 L
1336: 180.38 109.25 L
1337: 181.00 109.25 L
1338: 181.75 109.25 L
1339: 182.50 109.25 L
1340: 183.25 109.25 L
1341: 184.00 109.25 L
1342: 184.63 109.25 L
1343: 185.38 109.25 L
1344: 186.12 109.25 L
1345: 186.88 109.25 L
1346: 187.63 109.25 L
1347: 188.25 109.25 L
1348: 189.00 109.25 L
1349: 189.75 109.25 L
1350: 190.50 109.25 L
1351: 191.25 109.25 L
1352: 191.88 109.25 L
1353: 192.63 109.25 L
1354: 193.38 109.25 L
1355: 194.13 109.25 L
1356: 194.88 109.25 L
1357: 195.50 109.25 L
1358: 196.25 109.25 L
1359: 197.00 109.25 L
1360: 197.75 109.25 L
1361: 198.50 109.25 L
1362: 199.13 109.25 L
1363: 199.88 109.25 L
1364: 200.63 109.25 L
1365: 201.38 109.25 L
1366: 202.13 109.25 L
1367: 202.87 109.25 L
1368: 203.50 109.25 L
1369: 204.25 109.25 L
1370: 205.00 109.25 L
1371: 205.75 109.25 L
1372: 206.50 109.25 L
1373: 207.13 109.25 L
1374: 207.88 109.25 L
1375: 208.63 109.25 L
1376: 209.38 109.25 L
1377: 210.13 109.25 L
1378: 210.75 109.25 L
1379: 211.50 109.25 L
1380: 212.25 109.25 L
1381: 213.00 109.25 L
1382: 213.75 109.25 L
1383: 214.38 109.25 L
1384: 215.13 109.25 L
1385: 215.88 109.25 L
1386: 216.63 109.25 L
1387: 217.37 109.25 L
1388: 218.00 109.25 L
1389: 218.75 109.25 L
1390: 219.50 109.25 L
1391: mstroke
1392: [] sd
1393: 1 ps
1394: 1.00 ps
1395: newpath 87.88 17.88 M
1396: 88.75 26.50 L
1397: 89.62 34.88 L
1398: 90.50 42.50 L
1399: 91.50 49.50 L
1400: 92.37 55.88 L
1401: 93.25 61.75 L
1402: 94.13 67.13 L
1403: 95.12 72.00 L
1404: 96.00 76.50 L
1405: 96.88 80.63 L
1406: 97.75 84.38 L
1407: 98.75 87.88 L
1408: 99.63 91.00 L
1409: 100.50 93.75 L
1410: 101.38 96.37 L
1411: 102.38 98.62 L
1412: 103.25 100.63 L
1413: 104.13 102.38 L
1414: 105.00 103.87 L
1415: 106.00 105.25 L
1416: 106.88 106.38 L
1417: 107.75 107.38 L
1418: 108.63 108.13 L
1419: 109.63 108.63 L
1420: 110.50 109.00 L
1421: 111.38 109.25 L
1422: 112.25 109.25 L
1423: 113.25 109.25 L
1424: 114.12 109.25 L
1425: 115.00 109.25 L
1426: 115.88 109.25 L
1427: 116.88 109.25 L
1428: 117.75 109.25 L
1429: 118.62 109.25 L
1430: 119.50 109.25 L
1431: 120.50 109.25 L
1432: 121.37 109.25 L
1433: 122.25 109.25 L
1434: 123.25 109.25 L
1435: 124.13 109.25 L
1436: 125.00 109.25 L
1437: 125.88 109.25 L
1438: 126.88 109.25 L
1439: 127.75 109.25 L
1440: 128.62 109.25 L
1441: 129.50 109.25 L
1442: 130.50 109.25 L
1443: 131.38 109.25 L
1444: 132.25 109.25 L
1445: 133.13 109.25 L
1446: 134.13 109.25 L
1447: 135.00 109.25 L
1448: 135.88 109.25 L
1449: 136.75 109.25 L
1450: 137.75 109.25 L
1451: 138.63 109.25 L
1452: 139.50 109.25 L
1453: 140.38 109.25 L
1454: 141.38 109.25 L
1455: 142.25 109.25 L
1456: 143.13 109.25 L
1457: 144.00 109.25 L
1458: 145.00 109.25 L
1459: 145.88 109.25 L
1460: 146.75 109.25 L
1461: 147.63 109.25 L
1462: 148.62 109.25 L
1463: 149.50 109.25 L
1464: 150.38 109.25 L
1465: 151.25 109.25 L
1466: 152.25 109.25 L
1467: 153.13 109.25 L
1468: 154.00 109.25 L
1469: 154.87 109.25 L
1470: 155.88 109.25 L
1471: 156.75 109.25 L
1472: 157.62 109.25 L
1473: 158.50 109.25 L
1474: 159.50 109.25 L
1475: 160.38 109.25 L
1476: 161.25 109.25 L
1477: 162.13 109.25 L
1478: 163.12 109.25 L
1479: 164.00 109.25 L
1480: 164.88 109.25 L
1481: 165.88 109.25 L
1482: 166.75 109.25 L
1483: 167.63 109.25 L
1484: 168.50 109.25 L
1485: 169.50 109.25 L
1486: 170.38 109.25 L
1487: 171.25 109.25 L
1488: 172.13 109.25 L
1489: 173.13 109.25 L
1490: 174.00 109.25 L
1491: 174.88 109.25 L
1492: 175.75 109.25 L
1493: 176.75 109.25 L
1494: 177.63 109.25 L
1495: 178.50 109.25 L
1496: 179.38 109.25 L
1497: 180.38 109.25 L
1498: 181.25 109.25 L
1499: 182.13 109.25 L
1500: 183.00 109.25 L
1501: 184.00 109.25 L
1502: 184.87 109.25 L
1503: 185.75 109.25 L
1504: 186.63 109.25 L
1505: 187.63 109.25 L
1506: 188.50 109.25 L
1507: 189.37 109.25 L
1508: 190.25 109.25 L
1509: 191.25 109.25 L
1510: 192.13 109.25 L
1511: 193.00 109.25 L
1512: 193.88 109.25 L
1513: 194.88 109.25 L
1514: 195.75 109.25 L
1515: 196.63 109.25 L
1516: 197.50 109.25 L
1517: 198.50 109.25 L
1518: 199.38 109.25 L
1519: 200.25 109.25 L
1520: 201.12 109.25 L
1521: 202.13 109.25 L
1522: 203.00 109.25 L
1523: 203.88 109.25 L
1524: 204.75 109.25 L
1525: 205.75 109.25 L
1526: 206.63 109.25 L
1527: 207.50 109.25 L
1528: 208.38 109.25 L
1529: 209.38 109.25 L
1530: 210.25 109.25 L
1531: 211.12 109.25 L
1532: 212.13 109.25 L
1533: 213.00 109.25 L
1534: 213.88 109.25 L
1535: 214.75 109.25 L
1536: 215.75 109.25 L
1537: 216.63 109.25 L
1538: 217.50 109.25 L
1539: 218.38 109.25 L
1540: 219.38 109.25 L
1541: 219.50 109.25 L
1542: mstroke
1543: [] sd
1544: 1 ps
1545: 169.75 31.37 209.50 61.63 EraseRect
1546: gsave 1.00 ps  171.25 32.88 208.00 60.13 FrameRect grestore
1547: 1.00 ps
1548: 1 ps
1549: 0.50 ps
1550: newpath 183.38 38.00 M
1551: 186.12 40.75 L
1552: 183.38 43.50 L
1553: 180.63 40.75 L
1554: closepath
1555: 0 FillPath
1556: 0 StrokePath newpath
1557: 1 ps
1558: 9.00 (_Helvetica) 0 F
1559: ( c) 193.00 43.50 7.00 WS
1560: 1.00 ps
1561: 1 ps
1562: 0.50 ps
1563: newpath 183.38 54.63 M
1564: 180.63 49.13 L
1565: 186.12 49.13 L
1566: closepath
1567: 0 FillPath
1568: 0 StrokePath newpath
1569: 1 ps
1570: 9.00 (_Helvetica) 0 F
1571: ( ab) 193.00 54.63 12.50 WS
1572: AnObj restore
1573: end
1574: IgorSave restore
1575: %%DocumentFonts: Helvetica
1576: %%+Symbol
1577: