cond-mat0402179/UBe13analysis.eps
1: %!
2: %%BoundingBox: 74 98 545 509
3: %%Creator: Igor
4: %%Title: Layout0
5: %%Creation Date: Wed, Nov 05, 2003 2:34 PM
6: %%DocumentFonts:  (atend)
7: %%EndComments
8: 0 607 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: 160 115 translate
528: 1.00 ps
529: gsave 1.00 ps 66.25 17.88 66.25 141.75 0 CapLine grestore
530: gsave 1.00 ps 195.50 17.88 195.50 141.75 0 CapLine grestore
531: 1 ps
532: 1.00 ps
533: gsave 1.00 ps 65.75 141.75 73.00 141.75 0 CapLine grestore
534: 1 ps
535:  OurEncoding /_Helvetica /Helvetica EncodeFont
536: 16.00 (_Helvetica) 0 F
537: (-40) 39.50 147.13 23.13 WS
538: 1.00 ps
539: gsave 1.00 ps 65.75 114.25 73.00 114.25 0 CapLine grestore
540: 1 ps
541: 16.00 (_Helvetica) 0 F
542: (-30) 39.50 119.63 23.13 WS
543: 1.00 ps
544: gsave 1.00 ps 65.75 86.75 73.00 86.75 0 CapLine grestore
545: 1 ps
546: 16.00 (_Helvetica) 0 F
547: (-20) 39.50 92.12 23.13 WS
548: 1.00 ps
549: gsave 1.00 ps 65.75 59.13 73.00 59.13 0 CapLine grestore
550: 1 ps
551: 16.00 (_Helvetica) 0 F
552: (-10) 39.50 64.50 23.13 WS
553: 1.00 ps
554: gsave 1.00 ps 65.75 31.63 73.00 31.63 0 CapLine grestore
555: 1 ps
556: 16.00 (_Helvetica) 0 F
557: (0) 53.75 37.00 8.88 WS
558: 16.00 (_Helvetica) 0 F
559: gsave 31.50 126.63 translate -90 rotate
560: (K) 0.00 0.00 10.63 WS
561: grestore
562: 11.25 (_Helvetica) 0 F
563: gsave 36.38 116.00 translate -90 rotate
564: (cf) 0.00 0.00 8.88 WS
565: grestore
566: 16.00 (_Helvetica) 0 F
567: gsave 31.50 107.13 translate -90 rotate
568: ( \(x10) 0.00 0.00 35.63 WS
569: grestore
570: 11.25 (_Helvetica) 0 F
571: gsave 22.00 71.50 translate -90 rotate
572: (-3) 0.00 0.00 10.00 WS
573: grestore
574: 16.00 (_Helvetica) 0 F
575: gsave 31.50 61.50 translate -90 rotate
576: (  %\)) 0.00 0.00 28.62 WS
577: grestore
578: 1.00 ps
579: gsave 1.00 ps 66.25 141.75 195.50 141.75 0 CapLine grestore
580: gsave 1.00 ps 66.25 17.88 195.50 17.88 0 CapLine grestore
581: 1 ps
582: 1.00 ps
583: gsave 1.00 ps 195.50 142.25 195.50 135.00 0 CapLine grestore
584: 1 ps
585: 16.00 (_Helvetica) 0 F
586: (50) 186.63 160.25 17.75 WS
587: 1.00 ps
588: gsave 1.00 ps 169.63 142.25 169.63 135.00 0 CapLine grestore
589: 1 ps
590: 16.00 (_Helvetica) 0 F
591: (40) 160.75 160.25 17.75 WS
592: 1.00 ps
593: gsave 1.00 ps 143.75 142.25 143.75 135.00 0 CapLine grestore
594: 1 ps
595: 16.00 (_Helvetica) 0 F
596: (30) 134.87 160.25 17.75 WS
597: 1.00 ps
598: gsave 1.00 ps 118.00 142.25 118.00 135.00 0 CapLine grestore
599: 1 ps
600: 16.00 (_Helvetica) 0 F
601: (20) 109.13 160.25 17.75 WS
602: 1.00 ps
603: gsave 1.00 ps 92.12 142.25 92.12 135.00 0 CapLine grestore
604: 1 ps
605: 16.00 (_Helvetica) 0 F
606: (10) 83.25 160.25 17.75 WS
607: 1.00 ps
608: gsave 1.00 ps 66.25 142.25 66.25 135.00 0 CapLine grestore
609: 1 ps
610: 16.00 (_Helvetica) 0 F
611: (0) 61.88 160.25 8.88 WS
612: 16.00 (_Helvetica) 0 F
613: (T \(K\)) 113.13 189.50 35.63 WS
614: 1.00 ps
615: newpath 68.25 86.12 M
616: 71.63 60.75 L
617: 75.00 48.88 L
618: 78.38 41.63 L
619: 81.75 37.00 L
620: 85.25 34.13 L
621: 88.62 32.38 L
622: 92.00 31.75 L
623: 95.38 31.63 L
624: 98.75 31.63 L
625: 102.13 31.63 L
626: 105.50 31.63 L
627: 108.87 31.63 L
628: 112.37 31.63 L
629: 115.75 31.63 L
630: 119.13 31.63 L
631: 122.50 31.63 L
632: 125.88 31.63 L
633: 129.25 31.63 L
634: 132.63 31.63 L
635: 136.00 31.63 L
636: 139.38 31.63 L
637: 142.88 31.63 L
638: 146.25 31.63 L
639: 149.63 31.63 L
640: 153.00 31.63 L
641: 156.38 31.63 L
642: 159.75 31.63 L
643: 163.12 31.63 L
644: 166.50 31.63 L
645: 170.00 31.63 L
646: 173.38 31.63 L
647: 176.75 31.63 L
648: 180.13 31.63 L
649: 183.50 31.63 L
650: 186.88 31.63 L
651: 190.25 31.63 L
652: 193.63 31.63 L
653: 195.50 31.63 L
654: mstroke
655: [] sd
656: 1 ps
657: 0.50 ps
658: 175.25 39.75 179.25 43.75 EraseRect
659: 175.25 40.88 179.25 40.88 2 CapLine
660: 175.25 42.75 179.25 42.75 2 CapLine
661: 176.38 39.75 176.38 43.75 2 CapLine
662: 178.25 39.75 178.25 43.75 2 CapLine
663: 145.38 38.00 149.38 42.00 EraseRect
664: 145.38 39.13 149.38 39.13 2 CapLine
665: 145.38 41.00 149.38 41.00 2 CapLine
666: 146.50 38.00 146.50 42.00 2 CapLine
667: 148.38 38.00 148.38 42.00 2 CapLine
668: 119.38 25.00 123.38 29.00 EraseRect
669: 119.38 26.12 123.38 26.12 2 CapLine
670: 119.38 28.00 123.38 28.00 2 CapLine
671: 120.50 25.00 120.50 29.00 2 CapLine
672: 122.37 25.00 122.37 29.00 2 CapLine
673: 77.88 30.75 81.88 34.75 EraseRect
674: 77.88 31.88 81.88 31.88 2 CapLine
675: 77.88 33.75 81.88 33.75 2 CapLine
676: 79.00 30.75 79.00 34.75 2 CapLine
677: 80.87 30.75 80.87 34.75 2 CapLine
678: 73.12 41.50 77.13 45.50 EraseRect
679: 73.12 42.63 77.13 42.63 2 CapLine
680: 73.12 44.50 77.13 44.50 2 CapLine
681: 74.25 41.50 74.25 45.50 2 CapLine
682: 76.12 41.50 76.12 45.50 2 CapLine
683: 69.00 66.63 73.00 70.62 EraseRect
684: 69.00 67.75 73.00 67.75 2 CapLine
685: 69.00 69.63 73.00 69.63 2 CapLine
686: 70.12 66.63 70.12 70.62 2 CapLine
687: 72.00 66.63 72.00 70.62 2 CapLine
688: 68.38 79.87 72.37 83.87 EraseRect
689: 68.38 81.00 72.37 81.00 2 CapLine
690: 68.38 82.88 72.37 82.88 2 CapLine
691: 69.50 79.87 69.50 83.87 2 CapLine
692: 71.37 79.87 71.37 83.87 2 CapLine
693: 66.25 74.37 70.25 78.38 EraseRect
694: 66.25 75.50 70.25 75.50 2 CapLine
695: 66.25 77.37 70.25 77.37 2 CapLine
696: 67.37 74.37 67.37 78.38 2 CapLine
697: 69.25 74.37 69.25 78.38 2 CapLine
698: 1 ps
699: AnObj restore
700: /AnObj save def
701: 1 1 1 SetBack   0 0 0 SetFore  UseFore
702: 0 0 translate
703: AnObj restore
704: /AnObj save def
705: 1 1 1 SetBack   0 0 0 SetFore  UseFore
706: 77 101 translate
707: 1.00 ps
708: gsave 1.00 ps 83.50 17.88 83.50 346.50 0 CapLine grestore
709: gsave 1.00 ps 423.50 17.88 423.50 346.50 0 CapLine grestore
710: 1 ps
711: 1.00 ps
712: gsave 1.00 ps 83.00 17.88 92.37 17.88 0 CapLine grestore
713: 1 ps
714:  OurEncoding /_Helvetica /Helvetica EncodeFont
715: 16.00 (_Helvetica) 0 F
716: (0.25) 47.75 23.25 31.12 WS
717: 1.00 ps
718: gsave 1.00 ps 83.00 83.62 92.37 83.62 0 CapLine grestore
719: 1 ps
720: 16.00 (_Helvetica) 0 F
721: (0.20) 47.75 89.00 31.12 WS
722: 1.00 ps
723: gsave 1.00 ps 83.00 149.38 92.37 149.38 0 CapLine grestore
724: 1 ps
725: 16.00 (_Helvetica) 0 F
726: (0.15) 47.75 154.75 31.12 WS
727: 1.00 ps
728: gsave 1.00 ps 83.00 215.00 92.37 215.00 0 CapLine grestore
729: 1 ps
730: 16.00 (_Helvetica) 0 F
731: (0.10) 47.75 220.38 31.12 WS
732: 1.00 ps
733: gsave 1.00 ps 83.00 280.75 92.37 280.75 0 CapLine grestore
734: 1 ps
735: 16.00 (_Helvetica) 0 F
736: (0.05) 47.75 286.12 31.12 WS
737: 1.00 ps
738: gsave 1.00 ps 83.00 346.50 92.37 346.50 0 CapLine grestore
739: 1 ps
740: 16.00 (_Helvetica) 0 F
741: (0.00) 47.75 351.88 31.12 WS
742: 16.00 (_Helvetica) 0 F
743: gsave 14.38 202.13 translate -90 rotate
744: (K \(%\)) 0.00 0.00 40.13 WS
745: grestore
746: 1.00 ps
747: gsave 1.00 ps 83.50 346.50 423.50 346.50 0 CapLine grestore
748: gsave 1.00 ps 83.50 17.88 423.50 17.88 0 CapLine grestore
749: 1 ps
750: 1.00 ps
751: gsave 1.00 ps 423.50 347.00 423.50 337.63 0 CapLine grestore
752: 1 ps
753: 16.00 (_Helvetica) 0 F
754: (16) 414.63 366.00 17.75 WS
755: 1.00 ps
756: gsave 1.00 ps 381.00 347.00 381.00 337.63 0 CapLine grestore
757: 1 ps
758: 16.00 (_Helvetica) 0 F
759: (14) 372.13 366.00 17.75 WS
760: 1.00 ps
761: gsave 1.00 ps 338.50 347.00 338.50 337.63 0 CapLine grestore
762: 1 ps
763: 16.00 (_Helvetica) 0 F
764: (12) 329.63 366.00 17.75 WS
765: 1.00 ps
766: gsave 1.00 ps 296.00 347.00 296.00 337.63 0 CapLine grestore
767: 1 ps
768: 16.00 (_Helvetica) 0 F
769: (10) 287.13 366.00 17.75 WS
770: 1.00 ps
771: gsave 1.00 ps 253.50 347.00 253.50 337.63 0 CapLine grestore
772: 1 ps
773: 16.00 (_Helvetica) 0 F
774: (8) 249.13 366.00 8.88 WS
775: 1.00 ps
776: gsave 1.00 ps 211.00 347.00 211.00 337.63 0 CapLine grestore
777: 1 ps
778: 16.00 (_Helvetica) 0 F
779: (6) 206.63 366.00 8.88 WS
780: 1.00 ps
781: gsave 1.00 ps 168.50 347.00 168.50 337.63 0 CapLine grestore
782: 1 ps
783: 16.00 (_Helvetica) 0 F
784: (4) 164.13 366.00 8.88 WS
785: 1.00 ps
786: gsave 1.00 ps 126.00 347.00 126.00 337.63 0 CapLine grestore
787: 1 ps
788: 16.00 (_Helvetica) 0 F
789: (2) 121.63 366.00 8.88 WS
790: 1.00 ps
791: gsave 1.00 ps 83.50 347.00 83.50 337.63 0 CapLine grestore
792: 1 ps
793: 16.00 (_Helvetica) 0 F
794: (0) 79.13 366.00 8.88 WS
795: 16.00 (Symbol) 0 F
796: (c) 188.50 400.50 8.75 WS
797:  OurEncoding /_Helvetica /Helvetica EncodeFont
798: 16.00 (_Helvetica) 0 F
799: ( \(x10) 197.25 400.50 35.63 WS
800: 11.25 (_Helvetica) 0 F
801: (-3) 232.88 391.00 10.00 WS
802: 16.00 (_Helvetica) 0 F
803: (  emu/mol\)) 242.88 400.50 75.75 WS
804: 1.00 ps
805: newpath 116.25 346.50 M
806: 117.63 345.12 L
807: 119.38 343.50 L
808: 121.13 341.88 L
809: 122.75 340.25 L
810: 124.50 338.63 L
811: 126.25 337.00 L
812: 127.88 335.38 L
813: 129.63 333.75 L
814: 131.38 332.00 L
815: 133.00 330.38 L
816: 134.75 328.75 L
817: 136.50 327.13 L
818: 138.13 325.50 L
819: 139.88 323.87 L
820: 141.63 322.25 L
821: 143.25 320.63 L
822: 145.00 319.00 L
823: 146.75 317.37 L
824: 148.38 315.75 L
825: 150.13 314.13 L
826: 151.88 312.50 L
827: 153.50 310.88 L
828: 155.25 309.25 L
829: 157.00 307.63 L
830: 158.63 306.00 L
831: 160.38 304.38 L
832: 162.13 302.75 L
833: 163.75 301.00 L
834: 165.50 299.38 L
835: 167.25 297.75 L
836: 168.88 296.12 L
837: 170.62 294.50 L
838: 172.37 292.88 L
839: 174.00 291.25 L
840: 175.75 289.63 L
841: 177.50 288.00 L
842: 179.13 286.38 L
843: 180.88 284.75 L
844: 182.63 283.13 L
845: 184.25 281.50 L
846: 186.00 279.87 L
847: 187.75 278.25 L
848: 189.37 276.63 L
849: 191.12 275.00 L
850: 192.88 273.38 L
851: 194.50 271.63 L
852: 196.25 270.00 L
853: 198.00 268.38 L
854: 199.63 266.75 L
855: 201.38 265.13 L
856: 203.13 263.50 L
857: 204.75 261.88 L
858: 206.50 260.25 L
859: 208.25 258.63 L
860: 209.88 257.00 L
861: 211.63 255.38 L
862: 213.38 253.75 L
863: 215.00 252.13 L
864: 216.75 250.50 L
865: 218.50 248.88 L
866: 220.13 247.25 L
867: 221.88 245.63 L
868: 223.62 244.00 L
869: 225.25 242.25 L
870: 227.00 240.63 L
871: 228.75 239.00 L
872: 230.38 237.38 L
873: 232.13 235.75 L
874: 233.88 234.12 L
875: 235.50 232.50 L
876: 237.25 230.88 L
877: 239.00 229.25 L
878: 240.63 227.63 L
879: 242.37 226.00 L
880: 244.13 224.38 L
881: 245.75 222.75 L
882: 247.50 221.13 L
883: 249.25 219.50 L
884: 250.88 217.88 L
885: 252.63 216.25 L
886: 254.38 214.63 L
887: 256.13 213.00 L
888: 257.75 211.25 L
889: 259.50 209.63 L
890: 261.25 208.00 L
891: 262.88 206.38 L
892: 264.63 204.75 L
893: 266.38 203.13 L
894: 268.00 201.50 L
895: 269.75 199.88 L
896: 271.50 198.25 L
897: 273.13 196.63 L
898: 274.88 195.00 L
899: 276.63 193.38 L
900: 278.25 191.75 L
901: 280.00 190.13 L
902: 281.75 188.50 L
903: 283.38 186.88 L
904: 285.13 185.25 L
905: 286.88 183.62 L
906: 288.50 181.87 L
907: 290.25 180.25 L
908: 292.00 178.62 L
909: 293.63 177.00 L
910: 295.38 175.38 L
911: 297.13 173.75 L
912: 298.75 172.13 L
913: 300.50 170.50 L
914: 302.25 168.88 L
915: 303.88 167.25 L
916: 305.63 165.62 L
917: 307.38 164.00 L
918: 309.00 162.38 L
919: 310.75 160.75 L
920: 312.50 159.13 L
921: 314.13 157.50 L
922: 315.88 155.88 L
923: 317.63 154.25 L
924: 319.25 152.50 L
925: 321.00 150.88 L
926: 322.75 149.25 L
927: 324.38 147.63 L
928: 326.13 146.00 L
929: 327.88 144.38 L
930: 329.50 142.75 L
931: 331.25 141.12 L
932: 333.00 139.50 L
933: 334.63 137.88 L
934: 336.37 136.25 L
935: 338.13 134.63 L
936: 339.75 133.00 L
937: 341.50 131.38 L
938: 343.25 129.75 L
939: 344.88 128.13 L
940: 346.63 126.50 L
941: 348.38 124.88 L
942: 350.00 123.25 L
943: 351.75 121.50 L
944: 353.50 119.88 L
945: 355.12 118.25 L
946: 356.88 116.63 L
947: 358.63 115.00 L
948: 360.25 113.38 L
949: 362.00 111.75 L
950: 363.75 110.12 L
951: 365.38 108.50 L
952: 367.13 106.88 L
953: 368.88 105.25 L
954: 370.50 103.62 L
955: 372.25 102.00 L
956: 374.00 100.38 L
957: 375.63 98.75 L
958: 377.38 97.13 L
959: 379.13 95.50 L
960: 380.75 93.87 L
961: 382.50 92.12 L
962: 384.25 90.50 L
963: 385.88 88.87 L
964: 387.63 87.25 L
965: 389.38 85.63 L
966: 391.00 84.00 L
967: 392.75 82.37 L
968: 394.50 80.75 L
969: 396.12 79.13 L
970: 397.88 77.50 L
971: 399.63 75.88 L
972: 401.25 74.25 L
973: 403.00 72.62 L
974: 404.75 71.00 L
975: 406.38 69.37 L
976: 408.13 67.75 L
977: 409.87 66.12 L
978: 411.50 64.50 L
979: 413.25 62.75 L
980: 415.00 61.13 L
981: 416.63 59.50 L
982: 418.38 57.88 L
983: 420.13 56.25 L
984: 421.75 54.63 L
985: 423.50 53.00 L
986: mstroke
987: [] sd
988: 1 ps
989: 0.50 ps
990: 161.12 291.63 169.13 299.63 EraseRect
991: 161.12 293.75 169.13 293.75 2 CapLine
992: 161.12 297.63 169.13 297.63 2 CapLine
993: 163.25 291.63 163.25 299.63 2 CapLine
994: 167.13 291.63 167.13 299.63 2 CapLine
995: 209.88 251.50 217.88 259.50 EraseRect
996: 209.88 253.63 217.88 253.63 2 CapLine
997: 209.88 257.50 217.88 257.50 2 CapLine
998: 212.00 251.50 212.00 259.50 2 CapLine
999: 215.88 251.50 215.88 259.50 2 CapLine
1000: 222.88 237.00 230.88 245.00 EraseRect
1001: 222.88 239.13 230.88 239.13 2 CapLine
1002: 222.88 243.00 230.88 243.00 2 CapLine
1003: 225.00 237.00 225.00 245.00 2 CapLine
1004: 228.88 237.00 228.88 245.00 2 CapLine
1005: 249.75 210.25 257.75 218.25 EraseRect
1006: 249.75 212.38 257.75 212.38 2 CapLine
1007: 249.75 216.25 257.75 216.25 2 CapLine
1008: 251.88 210.25 251.88 218.25 2 CapLine
1009: 255.75 210.25 255.75 218.25 2 CapLine
1010: 265.50 198.88 273.50 206.88 EraseRect
1011: 265.50 201.00 273.50 201.00 2 CapLine
1012: 265.50 204.87 273.50 204.87 2 CapLine
1013: 267.63 198.88 267.63 206.88 2 CapLine
1014: 271.50 198.88 271.50 206.88 2 CapLine
1015: 272.50 189.37 280.50 197.37 EraseRect
1016: 272.50 191.50 280.50 191.50 2 CapLine
1017: 272.50 195.38 280.50 195.38 2 CapLine
1018: 274.63 189.37 274.63 197.37 2 CapLine
1019: 278.50 189.37 278.50 197.37 2 CapLine
1020: 289.87 177.75 297.88 185.75 EraseRect
1021: 289.87 179.87 297.88 179.87 2 CapLine
1022: 289.87 183.75 297.88 183.75 2 CapLine
1023: 292.00 177.75 292.00 185.75 2 CapLine
1024: 295.88 177.75 295.88 185.75 2 CapLine
1025: 302.63 164.63 310.63 172.63 EraseRect
1026: 302.63 166.75 310.63 166.75 2 CapLine
1027: 302.63 170.62 310.63 170.62 2 CapLine
1028: 304.75 164.63 304.75 172.63 2 CapLine
1029: 308.63 164.63 308.63 172.63 2 CapLine
1030: 317.88 143.88 325.88 151.88 EraseRect
1031: 317.88 146.00 325.88 146.00 2 CapLine
1032: 317.88 149.88 325.88 149.88 2 CapLine
1033: 320.00 143.88 320.00 151.88 2 CapLine
1034: 323.87 143.88 323.87 151.88 2 CapLine
1035: 335.00 123.00 343.00 131.00 EraseRect
1036: 335.00 125.13 343.00 125.13 2 CapLine
1037: 335.00 129.00 343.00 129.00 2 CapLine
1038: 337.13 123.00 337.13 131.00 2 CapLine
1039: 341.00 123.00 341.00 131.00 2 CapLine
1040: 361.12 105.38 369.13 113.38 EraseRect
1041: 361.12 107.50 369.13 107.50 2 CapLine
1042: 361.12 111.38 369.13 111.38 2 CapLine
1043: 363.25 105.38 363.25 113.38 2 CapLine
1044: 367.13 105.38 367.13 113.38 2 CapLine
1045: 374.00 98.13 382.00 106.12 EraseRect
1046: 374.00 100.25 382.00 100.25 2 CapLine
1047: 374.00 104.13 382.00 104.13 2 CapLine
1048: 376.13 98.13 376.13 106.12 2 CapLine
1049: 380.00 98.13 380.00 106.12 2 CapLine
1050: 385.25 99.38 393.25 107.38 EraseRect
1051: 385.25 101.50 393.25 101.50 2 CapLine
1052: 385.25 105.38 393.25 105.38 2 CapLine
1053: 387.38 99.38 387.38 107.38 2 CapLine
1054: 391.25 99.38 391.25 107.38 2 CapLine
1055: 386.63 104.38 394.63 112.37 EraseRect
1056: 386.63 106.50 394.63 106.50 2 CapLine
1057: 386.63 110.38 394.63 110.38 2 CapLine
1058: 388.75 104.38 388.75 112.37 2 CapLine
1059: 392.63 104.38 392.63 112.37 2 CapLine
1060: 393.38 95.25 401.38 103.25 EraseRect
1061: 393.38 97.37 401.38 97.37 2 CapLine
1062: 393.38 101.25 401.38 101.25 2 CapLine
1063: 395.50 95.25 395.50 103.25 2 CapLine
1064: 399.38 95.25 399.38 103.25 2 CapLine
1065: 1 ps
1066: AnObj restore
1067: end
1068: IgorSave restore
1069: %%DocumentFonts: Helvetica
1070: %%+Symbol
1071: