Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
826 kaklik 1
%!PS-Adobe-2.0
2
%%Title: graf.ps
3
%%Creator: gnuplot 4.0 patchlevel 0
4
%%CreationDate: Fri May  6 11:47:10 2011
5
%%DocumentFonts: (atend)
6
%%BoundingBox: 50 50 554 770
7
%%Orientation: Landscape
8
%%Pages: (atend)
9
%%EndComments
10
/gnudict 256 dict def
11
gnudict begin
12
/Color true def
13
/Solid false def
14
/gnulinewidth 5.000 def
15
/userlinewidth gnulinewidth def
16
/vshift -46 def
17
/dl {10.0 mul} def
18
/hpt_ 31.5 def
19
/vpt_ 31.5 def
20
/hpt hpt_ def
21
/vpt vpt_ def
22
/Rounded false def
23
/M {moveto} bind def
24
/L {lineto} bind def
25
/R {rmoveto} bind def
26
/V {rlineto} bind def
27
/N {newpath moveto} bind def
28
/C {setrgbcolor} bind def
29
/f {rlineto fill} bind def
30
/vpt2 vpt 2 mul def
31
/hpt2 hpt 2 mul def
32
/Lshow { currentpoint stroke M
33
 
34
/Rshow { currentpoint stroke M
35
  dup stringwidth pop neg vshift R show } def
36
/Cshow { currentpoint stroke M
37
  dup stringwidth pop -2 div vshift R show } def
38
/UP { dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
39
  /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def } def
40
/DL { Color {setrgbcolor Solid {pop []} if 0 setdash }
41
 {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse } def
42
/BL { stroke userlinewidth 2 mul setlinewidth
43
      Rounded { 1 setlinejoin 1 setlinecap } if } def
44
/AL { stroke userlinewidth 2 div setlinewidth
45
      Rounded { 1 setlinejoin 1 setlinecap } if } def
46
/UL { dup gnulinewidth mul /userlinewidth exch def
47
      dup 1 lt {pop 1} if 10 mul /udl exch def } def
48
/PL { stroke userlinewidth setlinewidth
49
      Rounded { 1 setlinejoin 1 setlinecap } if } def
50
/LTw { PL [] 1 setgray } def
51
/LTb { BL [] 0 0 0 DL } def
52
/LTa { AL [1 udl mul 2 udl mul] 0 setdash 0 0 0 setrgbcolor } def
53
/LT0 { PL [] 1 0 0 DL } def
54
/LT1 { PL [4 dl 2 dl] 0 1 0 DL } def
55
/LT2 { PL [2 dl 3 dl] 0 0 1 DL } def
56
/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
57
/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
58
/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
59
/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def
60
/LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def
61
/LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def
62
/Pnt { stroke [] 0 setdash
63
   gsave 1 setlinecap M 0 0 V stroke grestore } def
64
/Dia { stroke [] 0 setdash 2 copy vpt add M
65
  hpt neg vpt neg V hpt vpt neg V
66
  hpt vpt V hpt neg vpt V closepath stroke
67
  Pnt } def
68
/Pls { stroke [] 0 setdash vpt sub M 0 vpt2 V
69
  currentpoint stroke M
70
  hpt neg vpt neg R hpt2 0 V stroke
71
  } def
72
/Box { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
73
 
74
  hpt2 neg 0 V closepath stroke
75
  Pnt } def
76
/Crs { stroke [] 0 setdash exch hpt sub exch vpt add M
77
  hpt2 vpt2 neg V currentpoint stroke M
78
  hpt2 neg 0 R hpt2 vpt2 V stroke } def
79
/TriU { stroke [] 0 setdash 2 copy vpt 1.12 mul add M
80
  hpt neg vpt -1.62 mul V
81
  hpt 2 mul 0 V
82
  hpt neg vpt 1.62 mul V closepath stroke
83
  Pnt  } def
84
/Star { 2 copy Pls Crs } def
85
/BoxF { stroke [] 0 setdash exch hpt sub exch vpt add M
86
 
87
  hpt2 neg 0 V  closepath fill } def
88
/TriUF { stroke [] 0 setdash vpt 1.12 mul add M
89
  hpt neg vpt -1.62 mul V
90
  hpt 2 mul 0 V
91
  hpt neg vpt 1.62 mul V closepath fill } def
92
/TriD { stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
93
  hpt neg vpt 1.62 mul V
94
  hpt 2 mul 0 V
95
  hpt neg vpt -1.62 mul V closepath stroke
96
  Pnt  } def
97
/TriDF { stroke [] 0 setdash vpt 1.12 mul sub M
98
  hpt neg vpt 1.62 mul V
99
  hpt 2 mul 0 V
100
  hpt neg vpt -1.62 mul V closepath fill} def
101
/DiaF { stroke [] 0 setdash vpt add M
102
  hpt neg vpt neg V hpt vpt neg V
103
  hpt vpt V hpt neg vpt V closepath fill } def
104
/Pent { stroke [] 0 setdash 2 copy gsave
105
  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
106
  closepath stroke grestore Pnt } def
107
/PentF { stroke [] 0 setdash gsave
108
  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
109
  closepath fill grestore } def
110
/Circle { stroke [] 0 setdash 2 copy
111
  hpt 0 360 arc stroke Pnt } def
112
/CircleF { stroke [] 0 setdash hpt 0 360 arc fill } def
113
/C0 { BL [] 0 setdash 2 copy moveto vpt 90 450  arc } bind def
114
/C1 { BL [] 0 setdash 2 copy        moveto
115
       2 copy  vpt 0 90 arc closepath fill
116
               vpt 0 360 arc closepath } bind def
117
/C2 { BL [] 0 setdash 2 copy moveto
118
       2 copy  vpt 90 180 arc closepath fill
119
               vpt 0 360 arc closepath } bind def
120
/C3 { BL [] 0 setdash 2 copy moveto
121
       2 copy  vpt 0 180 arc closepath fill
122
               vpt 0 360 arc closepath } bind def
123
/C4 { BL [] 0 setdash 2 copy moveto
124
       2 copy  vpt 180 270 arc closepath fill
125
               vpt 0 360 arc closepath } bind def
126
/C5 { BL [] 0 setdash 2 copy moveto
127
       2 copy  vpt 0 90 arc
128
       2 copy moveto
129
       2 copy  vpt 180 270 arc closepath fill
130
               vpt 0 360 arc } bind def
131
/C6 { BL [] 0 setdash 2 copy moveto
132
      2 copy  vpt 90 270 arc closepath fill
133
              vpt 0 360 arc closepath } bind def
134
/C7 { BL [] 0 setdash 2 copy moveto
135
      2 copy  vpt 0 270 arc closepath fill
136
              vpt 0 360 arc closepath } bind def
137
/C8 { BL [] 0 setdash 2 copy moveto
138
      2 copy vpt 270 360 arc closepath fill
139
              vpt 0 360 arc closepath } bind def
140
/C9 { BL [] 0 setdash 2 copy moveto
141
      2 copy  vpt 270 450 arc closepath fill
142
              vpt 0 360 arc closepath } bind def
143
/C10 { BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
144
       2 copy moveto
145
       2 copy vpt 90 180 arc closepath fill
146
               vpt 0 360 arc closepath } bind def
147
/C11 { BL [] 0 setdash 2 copy moveto
148
       2 copy  vpt 0 180 arc closepath fill
149
       2 copy moveto
150
       2 copy  vpt 270 360 arc closepath fill
151
               vpt 0 360 arc closepath } bind def
152
/C12 { BL [] 0 setdash 2 copy moveto
153
       2 copy  vpt 180 360 arc closepath fill
154
               vpt 0 360 arc closepath } bind def
155
/C13 { BL [] 0 setdash  2 copy moveto
156
       2 copy  vpt 0 90 arc closepath fill
157
       2 copy moveto
158
       2 copy  vpt 180 360 arc closepath fill
159
               vpt 0 360 arc closepath } bind def
160
/C14 { BL [] 0 setdash 2 copy moveto
161
       2 copy  vpt 90 360 arc closepath fill
162
               vpt 0 360 arc } bind def
163
/C15 { BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
164
               vpt 0 360 arc closepath } bind def
165
/Rec   { newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
166
       neg 0 rlineto closepath } bind def
167
/Square { dup Rec } bind def
168
/Bsquare { vpt sub exch vpt sub exch vpt2 Square } bind def
169
/S0 { BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare } bind def
170
/S1 { BL [] 0 setdash 2 copy vpt Square fill Bsquare } bind def
171
/S2 { BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare } bind def
172
/S3 { BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare } bind def
173
/S4 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare } bind def
174
/S5 { BL [] 0 setdash 2 copy 2 copy vpt Square fill
175
       exch vpt sub exch vpt sub vpt Square fill Bsquare } bind def
176
/S6 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare } bind def
177
/S7 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
178
       2 copy vpt Square fill
179
       Bsquare } bind def
180
/S8 { BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare } bind def
181
/S9 { BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare } bind def
182
/S10 { BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
183
       Bsquare } bind def
184
/S11 { BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
185
       Bsquare } bind def
186
/S12 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare } bind def
187
/S13 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
188
       2 copy vpt Square fill Bsquare } bind def
189
/S14 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
190
       2 copy exch vpt sub exch vpt Square fill Bsquare } bind def
191
/S15 { BL [] 0 setdash 2 copy Bsquare fill Bsquare } bind def
192
/D0 { gsave translate 45 rotate 0 0 S0 stroke grestore } bind def
193
/D1 { gsave translate 45 rotate 0 0 S1 stroke grestore } bind def
194
/D2 { gsave translate 45 rotate 0 0 S2 stroke grestore } bind def
195
/D3 { gsave translate 45 rotate 0 0 S3 stroke grestore } bind def
196
/D4 { gsave translate 45 rotate 0 0 S4 stroke grestore } bind def
197
/D5 { gsave translate 45 rotate 0 0 S5 stroke grestore } bind def
198
/D6 { gsave translate 45 rotate 0 0 S6 stroke grestore } bind def
199
/D7 { gsave translate 45 rotate 0 0 S7 stroke grestore } bind def
200
/D8 { gsave translate 45 rotate 0 0 S8 stroke grestore } bind def
201
/D9 { gsave translate 45 rotate 0 0 S9 stroke grestore } bind def
202
/D10 { gsave translate 45 rotate 0 0 S10 stroke grestore } bind def
203
/D11 { gsave translate 45 rotate 0 0 S11 stroke grestore } bind def
204
/D12 { gsave translate 45 rotate 0 0 S12 stroke grestore } bind def
205
/D13 { gsave translate 45 rotate 0 0 S13 stroke grestore } bind def
206
/D14 { gsave translate 45 rotate 0 0 S14 stroke grestore } bind def
207
/D15 { gsave translate 45 rotate 0 0 S15 stroke grestore } bind def
208
/DiaE { stroke [] 0 setdash vpt add M
209
  hpt neg vpt neg V hpt vpt neg V
210
  hpt vpt V hpt neg vpt V closepath stroke } def
211
/BoxE { stroke [] 0 setdash exch hpt sub exch vpt add M
212
 
213
  hpt2 neg 0 V closepath stroke } def
214
/TriUE { stroke [] 0 setdash vpt 1.12 mul add M
215
  hpt neg vpt -1.62 mul V
216
  hpt 2 mul 0 V
217
  hpt neg vpt 1.62 mul V closepath stroke } def
218
/TriDE { stroke [] 0 setdash vpt 1.12 mul sub M
219
  hpt neg vpt 1.62 mul V
220
  hpt 2 mul 0 V
221
  hpt neg vpt -1.62 mul V closepath stroke } def
222
/PentE { stroke [] 0 setdash gsave
223
  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
224
  closepath stroke grestore } def
225
/CircE { stroke [] 0 setdash 
226
  hpt 0 360 arc stroke } def
227
/Opaque { gsave closepath 1 setgray fill grestore 0 setgray closepath } def
228
/DiaW { stroke [] 0 setdash vpt add M
229
  hpt neg vpt neg V hpt vpt neg V
230
  hpt vpt V hpt neg vpt V Opaque stroke } def
231
/BoxW { stroke [] 0 setdash exch hpt sub exch vpt add M
232
 
233
  hpt2 neg 0 V Opaque stroke } def
234
/TriUW { stroke [] 0 setdash vpt 1.12 mul add M
235
  hpt neg vpt -1.62 mul V
236
  hpt 2 mul 0 V
237
  hpt neg vpt 1.62 mul V Opaque stroke } def
238
/TriDW { stroke [] 0 setdash vpt 1.12 mul sub M
239
  hpt neg vpt 1.62 mul V
240
  hpt 2 mul 0 V
241
  hpt neg vpt -1.62 mul V Opaque stroke } def
242
/PentW { stroke [] 0 setdash gsave
243
  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
244
  Opaque stroke grestore } def
245
/CircW { stroke [] 0 setdash 
246
  hpt 0 360 arc Opaque stroke } def
247
/BoxFill { gsave Rec 1 setgray fill grestore } def
248
/BoxColFill {
249
  gsave Rec
250
  /Fillden exch def
251
  currentrgbcolor
252
  /ColB exch def /ColG exch def /ColR exch def
253
  /ColR ColR Fillden mul Fillden sub 1 add def
254
  /ColG ColG Fillden mul Fillden sub 1 add def
255
  /ColB ColB Fillden mul Fillden sub 1 add def
256
  ColR ColG ColB setrgbcolor
257
  fill grestore } def
258
%
259
% PostScript Level 1 Pattern Fill routine
260
% Usage: x y w h s a XX PatternFill
261
%	x,y = lower left corner of box to be filled
262
%	w,h = width and height of box
263
%	  a = angle in degrees between lines and x-axis
264
%	 XX = 0/1 for no/yes cross-hatch
265
%
266
/PatternFill { gsave /PFa [ 9 2 roll ] def
267
    PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
268
    PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
269
    gsave 1 setgray fill grestore clip
270
    currentlinewidth 0.5 mul setlinewidth
271
    /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
272
 
273
 
274
	{ PFa 4 get mul 0 M 0 PFs V } for
275
 
276
 
277
	{ PFa 4 get mul 0 2 1 roll M PFs 0 V } for
278
    } if
279
    stroke grestore } def
280
%
281
/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
282
dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
283
currentdict end definefont pop
284
/MFshow {
285
   { dup 5 get 3 ge
286
     { 5 get 3 eq {gsave} {grestore} ifelse }
287
     {dup dup 0 get findfont exch 1 get scalefont setfont
288
     [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
289
     get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
290
     {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
291
     get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
292
     dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
293
     show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
294
     pop aload pop M} ifelse }ifelse }ifelse }
295
     ifelse }
296
   forall} bind def
297
/MFwidth {0 exch {dup 3 get{dup dup 0 get findfont exch 1 get scalefont
298
     setfont 6 get stringwidth pop add} {pop} ifelse} forall} bind def
299
/MLshow { currentpoint stroke M
300
 
301
/MRshow { currentpoint stroke M
302
  exch dup MFwidth neg 3 -1 roll R MFshow } def
303
/MCshow { currentpoint stroke M
304
  exch dup MFwidth -2 div 3 -1 roll R MFshow } def
305
end
306
%%EndProlog
307
%%Page: 1 1
308
gnudict begin
309
gsave
310
50 50 translate
311
0.100 0.100 scale
312
90 rotate
313
 
314
 
315
newpath
316
(Helvetica) findfont 140 scalefont setfont
317
1.000 UL
318
LTb
319
gsave %% colour palette begin
320
/maxcolors 0 def
321
/HSV2RGB {  exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
322
  { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
323
     /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
324
	 /HSVq HSVv 1.0 HSVs HSVf mul sub mul def 
325
	 /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
326
	 /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
327
	 {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
328
	 {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
329
	 {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
330
  } ifelse} def
331
/Constrain {
332
  dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
333
/YIQ2RGB {
334
  3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
335
  3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
336
  0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
337
/CMY2RGB {  1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
338
/XYZ2RGB {  3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
339
  Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
340
  -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
341
  exch 1.91 mul exch add Constrain 3 1 roll} def
342
/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
343
  XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
344
  if} ifelse} ifelse} ifelse} def
345
/InterpolatedColor false def
346
/cF7 {sqrt} bind def	% sqrt(x)
347
/cF5 {dup dup mul mul} bind def	% x^3
348
/cF15 {360 mul sin} bind def	% sin(360x)
349
/maxcolorsLast {maxcolors 1 sub maxcolors div} def
350
/pm3dround {maxcolors 0 gt {dup maxcolorsLast ge {pop 1}
351
{maxcolors mul floor maxcolors div} ifelse} if} def
352
/pm3dGamma 1.0 1.5 div def
353
/ColorSpace (RGB) def
354
Color true and { % COLOUR vs. GRAY map
355
  InterpolatedColor { %% Interpolation vs. RGB-Formula
356
    /g {stroke pm3dround /grayv exch def interpolate
357
        SelectSpace setrgbcolor} bind def
358
  }{
359
  /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain 
360
       SelectSpace setrgbcolor} bind def
361
  } ifelse
362
}{
363
  /g {stroke pm3dround pm3dGamma exp setgray} bind def
364
} ifelse
365
/h {rlineto rlineto rlineto fill} bind def
366
stroke gsave	%% draw gray scale smooth box
367
maxcolors 0 gt {/imax maxcolors def} {/imax 1024 def} ifelse
368
6329 2213 translate 266 1648 scale 0 setlinewidth
369
/ystep 1 imax div def /y0 0 def /ii 0 def
370
{ y0 g 0 y0 N 1 0 V 0 ystep V -1 0 f
371
/y0 y0 ystep add def /ii ii 1 add def
372
ii imax ge {exit} if } loop
373
grestore 0 setgray
374
1.000 UL
375
LTb
376
6329 2213 M
377
266 0 V
378
 
379
-266 0 V
380
 
381
1.000 UL
382
LTb
383
1.000 UL
384
LTb
385
6595 2213 M
386
-63 0 V
387
stroke
388
6679 2213 M
389
[ [(Helvetica) 140.0 0.0 true true 0 ( 4)]
390
] -46.7 MLshow
391
1.000 UL
392
LTb
393
6329 2213 M
394
63 0 V
395
203 235 R
396
-63 0 V
397
stroke
398
6679 2448 M
399
[ [(Helvetica) 140.0 0.0 true true 0 ( 4.5)]
400
] -46.7 MLshow
401
1.000 UL
402
LTb
403
6329 2448 M
404
63 0 V
405
203 235 R
406
-63 0 V
407
stroke
408
6679 2683 M
409
[ [(Helvetica) 140.0 0.0 true true 0 ( 5)]
410
] -46.7 MLshow
411
1.000 UL
412
LTb
413
6329 2683 M
414
63 0 V
415
203 236 R
416
-63 0 V
417
stroke
418
6679 2919 M
419
[ [(Helvetica) 140.0 0.0 true true 0 ( 5.5)]
420
] -46.7 MLshow
421
1.000 UL
422
LTb
423
6329 2919 M
424
63 0 V
425
203 235 R
426
-63 0 V
427
stroke
428
6679 3154 M
429
[ [(Helvetica) 140.0 0.0 true true 0 ( 6)]
430
] -46.7 MLshow
431
1.000 UL
432
LTb
433
6329 3154 M
434
63 0 V
435
203 236 R
436
-63 0 V
437
stroke
438
6679 3390 M
439
[ [(Helvetica) 140.0 0.0 true true 0 ( 6.5)]
440
] -46.7 MLshow
441
1.000 UL
442
LTb
443
6329 3390 M
444
63 0 V
445
203 235 R
446
-63 0 V
447
stroke
448
6679 3625 M
449
[ [(Helvetica) 140.0 0.0 true true 0 ( 7)]
450
] -46.7 MLshow
451
1.000 UL
452
LTb
453
6329 3625 M
454
63 0 V
455
203 236 R
456
-63 0 V
457
stroke
458
6679 3861 M
459
[ [(Helvetica) 140.0 0.0 true true 0 ( 7.5)]
460
] -46.7 MLshow
461
1.000 UL
462
LTb
463
6329 3861 M
464
63 0 V
465
1.000 UL
466
LTb
467
971 1249 M
468
2896 2356 L
469
1.000 UL
470
LTb
471
6229 1717 M
472
2896 2356 L
473
1.000 UL
474
LTb
475
971 1249 M
476
 
477
1.000 UL
478
LTb
479
2896 2356 M
480
 
481
1.000 UL
482
LTb
483
6229 1717 M
484
 
485
1.000 UL
486
LTb
487
971 1249 M
488
47 27 V
489
1.000 UL
490
LTb
491
908 1188 M
492
[ [(Helvetica) 140.0 0.0 true true 0 ( 1)]
493
] -46.7 MCshow
494
1.000 UL
495
LTb
496
1.000 UL
497
LTb
498
2896 2356 M
499
-48 -27 V
500
1.000 UL
501
LTb
502
1447 1157 M
503
48 28 V
504
1.000 UL
505
LTb
506
1384 1097 M
507
[ [(Helvetica) 140.0 0.0 true true 0 ( 2)]
508
] -46.7 MCshow
509
1.000 UL
510
LTb
511
1.000 UL
512
LTb
513
3372 2265 M
514
-47 -27 V
515
1.000 UL
516
LTb
517
1924 1066 M
518
47 27 V
519
1.000 UL
520
LTb
521
1860 1005 M
522
[ [(Helvetica) 140.0 0.0 true true 0 ( 3)]
523
] -46.7 MCshow
524
1.000 UL
525
LTb
526
1.000 UL
527
LTb
528
3848 2174 M
529
-48 -28 V
530
1.000 UL
531
LTb
532
2400 975 M
533
47 27 V
534
1.000 UL
535
LTb
536
2337 914 M
537
[ [(Helvetica) 140.0 0.0 true true 0 ( 4)]
538
] -46.7 MCshow
539
1.000 UL
540
LTb
541
1.000 UL
542
LTb
543
4324 2082 M
544
-48 -27 V
545
1.000 UL
546
LTb
547
2876 883 M
548
48 28 V
549
1.000 UL
550
LTb
551
2813 823 M
552
[ [(Helvetica) 140.0 0.0 true true 0 ( 5)]
553
] -46.7 MCshow
554
1.000 UL
555
LTb
556
1.000 UL
557
LTb
558
4800 1991 M
559
-47 -27 V
560
1.000 UL
561
LTb
562
3352 792 M
563
48 27 V
564
1.000 UL
565
LTb
566
3289 731 M
567
[ [(Helvetica) 140.0 0.0 true true 0 ( 6)]
568
] -46.7 MCshow
569
1.000 UL
570
LTb
571
1.000 UL
572
LTb
573
5276 1900 M
574
-47 -28 V
575
1.000 UL
576
LTb
577
3828 701 M
578
47 27 V
579
1.000 UL
580
LTb
581
3765 640 M
582
[ [(Helvetica) 140.0 0.0 true true 0 ( 7)]
583
] -46.7 MCshow
584
1.000 UL
585
LTb
586
1.000 UL
587
LTb
588
5753 1808 M
589
-48 -27 V
590
1.000 UL
591
LTb
592
4304 609 M
593
48 28 V
594
1.000 UL
595
LTb
596
4241 549 M
597
[ [(Helvetica) 140.0 0.0 true true 0 ( 8)]
598
] -46.7 MCshow
599
1.000 UL
600
LTb
601
1.000 UL
602
LTb
603
6229 1717 M
604
-47 -27 V
605
1.000 UL
606
LTb
607
4304 609 M
608
-54 11 V
609
stroke
610
4377 586 M
611
[ [(Helvetica) 140.0 0.0 true true 0 ( 1)]
612
] -46.7 MCshow
613
1.000 UL
614
LTb
615
1.000 UL
616
LTb
617
971 1249 M
618
54 -11 V
619
1.000 UL
620
LTb
621
4579 768 M
622
-54 10 V
623
stroke
624
4652 744 M
625
[ [(Helvetica) 140.0 0.0 true true 0 ( 2)]
626
] -46.7 MCshow
627
1.000 UL
628
LTb
629
1.000 UL
630
LTb
631
1246 1407 M
632
54 -10 V
633
1.000 UL
634
LTb
635
4854 926 M
636
-54 10 V
637
stroke
638
4927 902 M
639
[ [(Helvetica) 140.0 0.0 true true 0 ( 3)]
640
] -46.7 MCshow
641
1.000 UL
642
LTb
643
1.000 UL
644
LTb
645
1521 1565 M
646
54 -10 V
647
1.000 UL
648
LTb
649
5129 1084 M
650
-54 10 V
651
stroke
652
5202 1061 M
653
[ [(Helvetica) 140.0 0.0 true true 0 ( 4)]
654
] -46.7 MCshow
655
1.000 UL
656
LTb
657
1.000 UL
658
LTb
659
1796 1723 M
660
54 -10 V
661
1.000 UL
662
LTb
663
5404 1242 M
664
-54 11 V
665
stroke
666
5477 1219 M
667
[ [(Helvetica) 140.0 0.0 true true 0 ( 5)]
668
] -46.7 MCshow
669
1.000 UL
670
LTb
671
1.000 UL
672
LTb
673
2071 1882 M
674
54 -11 V
675
1.000 UL
676
LTb
677
5679 1400 M
678
-54 11 V
679
stroke
680
5752 1377 M
681
[ [(Helvetica) 140.0 0.0 true true 0 ( 6)]
682
] -46.7 MCshow
683
1.000 UL
684
LTb
685
1.000 UL
686
LTb
687
2346 2040 M
688
54 -11 V
689
1.000 UL
690
LTb
691
5954 1559 M
692
-54 10 V
693
stroke
694
6027 1535 M
695
[ [(Helvetica) 140.0 0.0 true true 0 ( 7)]
696
] -46.7 MCshow
697
1.000 UL
698
LTb
699
1.000 UL
700
LTb
701
2621 2198 M
702
54 -10 V
703
1.000 UL
704
LTb
705
6229 1717 M
706
-54 10 V
707
stroke
708
6302 1694 M
709
[ [(Helvetica) 140.0 0.0 true true 0 ( 8)]
710
] -46.7 MCshow
711
1.000 UL
712
LTb
713
1.000 UL
714
LTb
715
2896 2356 M
716
54 -10 V
717
1.000 UL
718
LTb
719
971 1987 M
720
63 0 V
721
stroke
722
845 1987 M
723
[ [(Helvetica) 140.0 0.0 true true 0 ( 4)]
724
] -46.7 MRshow
725
1.000 UL
726
LTb
727
1.000 UL
728
LTb
729
971 2198 M
730
63 0 V
731
stroke
732
845 2198 M
733
[ [(Helvetica) 140.0 0.0 true true 0 ( 4.5)]
734
] -46.7 MRshow
735
1.000 UL
736
LTb
737
1.000 UL
738
LTb
739
971 2409 M
740
63 0 V
741
stroke
742
845 2409 M
743
[ [(Helvetica) 140.0 0.0 true true 0 ( 5)]
744
] -46.7 MRshow
745
1.000 UL
746
LTb
747
1.000 UL
748
LTb
749
971 2619 M
750
63 0 V
751
stroke
752
845 2619 M
753
[ [(Helvetica) 140.0 0.0 true true 0 ( 5.5)]
754
] -46.7 MRshow
755
1.000 UL
756
LTb
757
1.000 UL
758
LTb
759
971 2830 M
760
63 0 V
761
stroke
762
845 2830 M
763
[ [(Helvetica) 140.0 0.0 true true 0 ( 6)]
764
] -46.7 MRshow
765
1.000 UL
766
LTb
767
1.000 UL
768
LTb
769
971 3041 M
770
63 0 V
771
stroke
772
845 3041 M
773
[ [(Helvetica) 140.0 0.0 true true 0 ( 6.5)]
774
] -46.7 MRshow
775
1.000 UL
776
LTb
777
1.000 UL
778
LTb
779
971 3252 M
780
63 0 V
781
stroke
782
845 3252 M
783
[ [(Helvetica) 140.0 0.0 true true 0 ( 7)]
784
] -46.7 MRshow
785
1.000 UL
786
LTb
787
1.000 UL
788
LTb
789
971 3463 M
790
63 0 V
791
stroke
792
845 3463 M
793
[ [(Helvetica) 140.0 0.0 true true 0 ( 7.5)]
794
] -46.7 MRshow
795
1.000 UL
796
LTb
797
1.000 UP
798
%pm3d_map_begin
799
.3116 g 2681 3469 N -370 93 214 104 370 -116 h
800
.3297 g 2467 3366 N -370 116 213 98 371 -111 h
801
.3545 g 2253 3288 N -371 111 214 68 371 -101 h
802
.4025 g 2039 3248 N -371 101 214 22 371 -83 h
803
.4749 g 1825 3244 N -371 83 214 -2 371 -77 h
804
.5457 g 1612 3195 N -371 77 214 24 370 -52 h
805
.5989 g 1398 3137 N -370 52 214 48 370 -42 h
806
.6447 g 1184 3082 N -370 42 214 60 370 -47 h
807
.7112 g 970 3159 N -370 47 214 61 370 -185 h
808
.2841 g 3051 3353 N -371 116 214 111 371 -123 h
809
.2983 g 2838 3255 N -371 123 214 95 370 -120 h
810
.328 g 2624 3187 N -370 120 214 57 370 -109 h
811
.3861 g 2410 3165 N -370 109 214 2 370 -89 h
812
.4696 g 2196 3167 N -370 89 214 -24 370 -67 h
813
.5521 g 1982 3143 N -370 67 213 7 371 -50 h
814
.6157 g 1768 3095 N -371 50 214 38 371 -40 h
815
.6644 g 1554 3035 N -371 40 214 58 371 -38 h
816
.704 g 1340 2974 N -371 38 214 79 371 -56 h
817
.2451 g 3422 3230 N -370 135 214 117 370 -141 h
818
.257 g 3208 3135 N -370 141 213 99 371 -145 h
819
.2899 g 2994 3078 N -371 145 214 47 371 -135 h
820
.3611 g 2780 3076 N -371 135 214 -34 371 -99 h
821
.4648 g 2566 3100 N -371 99 214 -65 371 -58 h
822
.5636 g 2353 3093 N -371 58 214 -11 370 -40 h
823
.6366 g 2139 3055 N -370 40 214 27 370 -29 h
824
.691 g 1925 2997 N -370 29 214 49 370 -20 h
825
.73 g 1711 2918 N -370 20 214 76 370 -17 h
826
.1752 g 3792 3089 N -371 231 214 76 371 -190 h
827
.1905 g 3579 2990 N -371 190 214 111 370 -202 h
828
.2212 g 3365 2943 N -370 202 214 53 370 -208 h
829
.3127 g 3151 2977 N -370 208 214 -115 370 -127 h
830
.4626 g 2937 3042 N -370 127 214 -179 370 -13 h
831
.5912 g 2723 3053 N -370 13 214 -13 370 -11 h
832
.6712 g 2509 3026 N -370 11 213 17 371 -1 h
833
.7371 g 2295 2977 N -371 1 214 11 371 37 h
834
.7986 g 2081 2901 N -371 -37 214 -7 371 120 h
835
.1252 g 4163 2899 N -370 93 214 48 370 -65 h
836
.1556 g 3949 2788 N -370 65 214 79 370 -33 h
837
.1913 g 3735 2735 N -370 33 213 38 371 -18 h
838
.2896 g 3521 2850 N -371 18 214 -65 371 -68 h
839
.4609 g 3307 3029 N -371 68 214 -161 371 -86 h
840
.6079 g 3093 3042 N -371 86 214 -23 371 -76 h
841
.6912 g 2880 3025 N -371 76 214 20 370 -79 h
842
.7632 g 2666 3014 N -370 79 214 19 370 -87 h
843
.8457 g 2452 3021 N -370 87 214 -18 370 -76 h
844
.1617 g 4533 2834 N -371 -91 214 141 371 -2 h
845
.174 g 4319 2755 N -371 2 214 152 371 -75 h
846
.201 g 4106 2717 N -371 75 214 64 370 -101 h
847
.2936 g 3892 2782 N -370 101 214 -93 370 -73 h
848
.4449 g 3678 2943 N -370 73 214 -83 370 -151 h
849
.5766 g 3464 2966 N -370 151 214 -19 370 -155 h
850
.6589 g 3250 2946 N -370 155 214 29 370 -164 h
851
.7216 g 3036 2927 N -370 164 213 55 371 -200 h
852
.7865 g 2822 2945 N -371 200 214 53 371 -271 h
853
.216 g 4904 2832 N -370 21 214 152 370 -32 h
854
.1931 g 4690 2680 N -370 32 214 182 370 -62 h
855
.1953 g 4476 2616 N -370 62 214 81 370 -79 h
856
.2857 g 4262 2709 N -370 79 213 -94 371 -78 h
857
.4248 g 4048 2792 N -371 78 214 -60 371 -101 h
858
.5365 g 3834 2811 N -371 101 214 -5 371 -115 h
859
.6133 g 3620 2782 N -371 115 214 34 371 -120 h
860
.6668 g 3407 2727 N -371 120 214 58 370 -123 h
861
.7117 g 3193 2674 N -370 123 214 61 370 -131 h
862
.2474 g 5274 2800 N -371 20 214 157 371 -25 h
863
.213 g 5060 2618 N -371 25 214 204 371 -47 h
864
.2004 g 4846 2537 N -371 47 214 100 371 -66 h
865
.2851 g 4633 2631 N -371 66 214 -95 370 -65 h
866
.4188 g 4419 2691 N -370 65 214 -48 370 -77 h
867
.5198 g 4205 2696 N -370 77 214 9 370 -91 h
868
.5901 g 3991 2662 N -370 91 214 39 370 -96 h
869
.6424 g 3777 2604 N -370 96 213 52 371 -90 h
870
.6872 g 3563 2543 N -371 90 214 56 371 -85 h
871
.3 g 5645 2775 N -370 -62 214 210 370 9 h
872
.2603 g 5431 2571 N -370 -9 214 155 370 58 h
873
.2508 g 5217 2471 N -370 -58 214 90 370 68 h
874
.3213 g 5003 2566 N -370 -68 213 -19 371 -8 h
875
.4347 g 4789 2614 N -371 8 214 -16 371 -40 h
876
.5201 g 4575 2605 N -371 40 214 42 371 -73 h
877
.5794 g 4361 2566 N -371 73 214 53 371 -87 h
878
.6301 g 4148 2514 N -371 87 214 49 370 -84 h
879
.7034 g 3934 2458 N -370 84 214 -98 370 70 h
880
%pm3d_map_end
881
1.000 UL
882
LT0
883
LTb
884
6402 4556 M
885
("graf.dta") Rshow
886
1.000 UL
887
LT0
888
6486 4556 M
889
399 0 V
890
4304 2528 M
891
214 -98 V
892
214 49 V
893
214 53 V
894
214 42 V
895
214 -16 V
896
213 -19 V
897
214 90 V
898
214 155 V
899
214 210 V
900
3934 2458 M
901
214 56 V
902
213 52 V
903
214 39 V
904
214 9 V
905
214 -48 V
906
214 -95 V
907
214 100 V
908
214 204 V
909
214 157 V
910
3563 2543 M
911
214 61 V
912
214 58 V
913
214 34 V
914
214 -5 V
915
214 -60 V
916
213 -94 V
917
214 81 V
918
214 182 V
919
214 152 V
920
3193 2674 M
921
214 53 V
922
213 55 V
923
214 29 V
924
214 -19 V
925
214 -83 V
926
214 -93 V
927
214 64 V
928
214 152 V
929
214 141 V
930
2822 2945 M
931
214 -18 V
932
214 19 V
933
214 20 V
934
214 -23 V
935
214 -161 V
936
214 -65 V
937
213 38 V
938
214 79 V
939
214 48 V
940
2452 3021 M
941
214 -7 V
942
214 11 V
943
213 17 V
944
214 -13 V
945
214 -179 V
946
214 -115 V
947
214 53 V
948
214 111 V
949
214 76 V
950
2081 2901 M
951
214 76 V
952
214 49 V
953
214 27 V
954
214 -11 V
955
214 -65 V
956
214 -34 V
957
214 47 V
958
213 99 V
959
214 117 V
960
1711 2918 M
961
214 79 V
962
214 58 V
963
214 38 V
964
213 7 V
965
214 -24 V
966
214 2 V
967
214 57 V
968
214 95 V
969
214 111 V
970
1340 2974 M
971
214 61 V
972
214 60 V
973
214 48 V
974
214 24 V
975
214 -2 V
976
214 22 V
977
214 68 V
978
213 98 V
979
214 104 V
980
970 3159 M
981
214 -77 V
982
214 55 V
983
214 58 V
984
213 49 V
985
214 4 V
986
214 40 V
987
214 78 V
988
214 103 V
989
214 81 V
990
6229 2994 M
991
-370 -62 V
992
-371 20 V
993
stroke
994
5488 2952 M
995
-370 21 V
996
-371 -91 V
997
-370 93 V
998
-371 231 V
999
-370 135 V
1000
-371 116 V
1001
-370 93 V
1002
6015 2784 M
1003
-370 -9 V
1004
-371 25 V
1005
-370 32 V
1006
-371 2 V
1007
-370 65 V
1008
-371 190 V
1009
-370 141 V
1010
-371 123 V
1011
-370 116 V
1012
5801 2629 M
1013
-370 -58 V
1014
-371 47 V
1015
-370 62 V
1016
-371 75 V
1017
-370 33 V
1018
-370 202 V
1019
-371 145 V
1020
-370 120 V
1021
-371 111 V
1022
5587 2539 M
1023
-370 -68 V
1024
-371 66 V
1025
-370 79 V
1026
-370 101 V
1027
-371 18 V
1028
-370 208 V
1029
-371 135 V
1030
-370 109 V
1031
-371 101 V
1032
5374 2558 M
1033
-371 8 V
1034
-370 65 V
1035
-371 78 V
1036
-370 73 V
1037
-371 68 V
1038
-370 127 V
1039
-371 99 V
1040
-370 89 V
1041
-371 83 V
1042
5160 2574 M
1043
-371 40 V
1044
-370 77 V
1045
-371 101 V
1046
-370 151 V
1047
-371 86 V
1048
-370 13 V
1049
-371 58 V
1050
-370 67 V
1051
-371 77 V
1052
4946 2532 M
1053
-371 73 V
1054
-370 91 V
1055
-371 115 V
1056
-370 155 V
1057
-371 76 V
1058
-370 11 V
1059
-370 40 V
1060
-371 50 V
1061
-370 52 V
1062
4732 2479 M
1063
-371 87 V
1064
-370 96 V
1065
-371 120 V
1066
-370 164 V
1067
-370 79 V
1068
-371 1 V
1069
-370 29 V
1070
-371 40 V
1071
-370 42 V
1072
4518 2430 M
1073
-370 84 V
1074
-371 90 V
1075
-370 123 V
1076
-371 200 V
1077
-370 87 V
1078
-371 -37 V
1079
-370 20 V
1080
-371 38 V
1081
-370 47 V
1082
4304 2528 M
1083
-370 -70 V
1084
-371 85 V
1085
-370 131 V
1086
-371 271 V
1087
-370 76 V
1088
2081 2901 L
1089
-370 17 V
1090
-371 56 V
1091
970 3159 L
1092
1.000 UL
1093
LT0
1094
LTb
1095
6402 4416 M
1096
[ [(Helvetica) 140.0 0.0 true true 0 (       7)]
1097
] -46.7 MRshow
1098
LT1
1099
6486 4416 M
1100
399 0 V
1101
2913 876 M
1102
-16 60 V
1103
-356 79 V
1104
2349 984 L
1105
LTb
1106
6402 4276 M
1107
[ [(Helvetica) 140.0 0.0 true true 0 (     6.8)]
1108
] -46.7 MRshow
1109
LT2
1110
6486 4276 M
1111
399 0 V
1112
3069 846 M
1113
-44 163 V
1114
-181 45 V
1115
-163 42 V
1116
-40 -3 V
1117
-455 -77 V
1118
LTb
1119
6402 4136 M
1120
[ [(Helvetica) 140.0 0.0 true true 0 (     6.6)]
1121
] -46.7 MRshow
1122
LT3
1123
6486 4136 M
1124
399 0 V
1125
1218 1201 M
1126
-166 94 V
1127
3300 802 M
1128
-53 51 V
1129
9 122 V
1130
-62 132 V
1131
-351 82 V
1132
-493 -41 V
1133
-126 -31 V
1134
-352 -41 V
1135
4386 656 M
1136
-303 -4 V
1137
LTb
1138
6402 3996 M
1139
[ [(Helvetica) 140.0 0.0 true true 0 (     6.4)]
1140
] -46.7 MRshow
1141
LT4
1142
6486 3996 M
1143
399 0 V
1144
4467 703 M
1145
-446 28 V
1146
3706 833 L
1147
-76 70 V
1148
-123 99 V
1149
-31 95 V
1150
-108 110 V
1151
-357 79 V
1152
-469 -10 V
1153
-50 -4 V
1154
-510 -10 V
1155
-245 4 V
1156
-238 3 V
1157
-357 78 V
1158
LTb
1159
6402 3856 M
1160
[ [(Helvetica) 140.0 0.0 true true 0 (     6.2)]
1161
] -46.7 MRshow
1162
LT5
1163
6486 3856 M
1164
399 0 V
1165
4611 786 M
1166
-328 96 V
1167
3987 995 L
1168
-5 4 V
1169
-253 132 V
1170
-101 100 V
1171
-109 63 V
1172
-357 79 V
1173
-328 11 V
1174
-150 -2 V
1175
-453 23 V
1176
-446 28 V
1177
-89 5 V
1178
-371 15 V
1179
LTb
1180
6402 3716 M
1181
[ [(Helvetica) 140.0 0.0 true true 0 (       6)]
1182
] -46.7 MRshow
1183
LT6
1184
6486 3716 M
1185
399 0 V
1186
4861 930 M
1187
-351 82 V
1188
-319 101 V
1189
-34 17 V
1190
-266 94 V
1191
-249 141 V
1192
-347 84 V
1193
-465 17 V
1194
-411 48 V
1195
-403 52 V
1196
-322 36 V
1197
-96 8 V
1198
LTb
1199
6402 3576 M
1200
[ [(Helvetica) 140.0 0.0 true true 0 (     5.8)]
1201
] -46.7 MRshow
1202
LT7
1203
6486 3576 M
1204
399 0 V
1205
5094 1064 M
1206
-409 49 V
1207
-349 83 V
1208
-318 102 V
1209
-62 34 V
1210
-233 80 V
1211
-361 76 V
1212
-405 51 V
1213
-384 63 V
1214
-356 64 V
1215
-21 4 V
1216
-13 3 V
1217
-346 74 V
1218
LTb
1219
6402 3436 M
1220
[ [(Helvetica) 140.0 0.0 true true 0 (     5.6)]
1221
] -46.7 MRshow
1222
LT8
1223
6486 3436 M
1224
399 0 V
1225
5252 1154 M
1226
-426 40 V
1227
-367 73 V
1228
-344 86 V
1229
-329 95 V
1230
-364 74 V
1231
-369 72 V
1232
-357 79 V
1233
-355 80 V
1234
-353 81 V
1235
LTb
1236
6402 3296 M
1237
[ [(Helvetica) 140.0 0.0 true true 0 (     5.4)]
1238
] -46.7 MRshow
1239
LT0
1240
6486 3296 M
1241
399 0 V
1242
5382 1229 M
1243
-41 2 V
1244
-410 23 V
1245
-373 70 V
1246
-355 80 V
1247
-353 81 V
1248
-369 71 V
1249
-331 94 V
1250
-22 5 V
1251
-300 94 V
1252
-324 97 V
1253
-320 101 V
1254
LTb
1255
6402 3156 M
1256
[ [(Helvetica) 140.0 0.0 true true 0 (     5.2)]
1257
] -46.7 MRshow
1258
LT1
1259
6486 3156 M
1260
399 0 V
1261
6147 1669 M
1262
-12 66 V
1263
5509 1303 M
1264
-480 8 V
1265
-376 67 V
1266
-364 75 V
1267
-364 75 V
1268
-379 66 V
1269
-282 121 V
1270
-287 120 V
1271
-84 30 V
1272
-163 112 V
1273
-152 112 V
1274
14 93 V
1275
LTb
1276
6402 3016 M
1277
[ [(Helvetica) 140.0 0.0 true true 0 (       5)]
1278
] -46.7 MRshow
1279
LT2
1280
6486 3016 M
1281
399 0 V
1282
5811 1476 M
1283
63 145 V
1284
26 159 V
1285
5792 1466 M
1286
5502 1364 L
1287
-390 -6 V
1288
-376 68 V
1289
-363 75 V
1290
-352 82 V
1291
-400 54 V
1292
-230 132 V
1293
1 20 V
1294
-144 172 V
1295
19 40 V
1296
8 119 V
1297
92 146 V
1298
LTb
1299
6402 2876 M
1300
[ [(Helvetica) 140.0 0.0 true true 0 (     4.8)]
1301
] -46.7 MRshow
1302
LT3
1303
6486 2876 M
1304
399 0 V
1305
5353 1885 M
1306
3 -102 V
1307
9 -64 V
1308
187 -107 V
1309
10 -95 V
1310
5278 1407 L
1311
-84 -1 V
1312
-375 68 V
1313
-363 76 V
1314
-223 57 V
1315
-101 40 V
1316
-99 -1 V
1317
-337 35 V
1318
-78 44 V
1319
12 162 V
1320
110 103 V
1321
21 36 V
1322
175 131 V
1323
LTb
1324
6402 2736 M
1325
[ [(Helvetica) 140.0 0.0 true true 0 (     4.6)]
1326
] -46.7 MRshow
1327
LT4
1328
6486 2736 M
1329
399 0 V
1330
4998 1953 M
1331
4718 1843 L
1332
-352 -61 V
1333
-140 -9 V
1334
-364 3 V
1335
7 65 V
1336
168 132 V
1337
136 138 V
1338
LTb
1339
6402 2596 M
1340
[ [(Helvetica) 140.0 0.0 true true 0 (     4.4)]
1341
] -46.7 MRshow
1342
LT5
1343
6486 2596 M
1344
399 0 V
1345
4806 1990 M
1346
-132 -31 V
1347
-313 104 V
1348
8 11 V
1349
1.000 UL
1350
LTb
1351
6229 1717 M
1352
4304 609 L
1353
1.000 UL
1354
LTb
1355
971 1249 M
1356
4304 609 L
1357
1.000 UL
1358
LTb
1359
4304 609 M
1360
 
1361
1.000 UP
1362
stroke
1363
grestore % colour palette end
1364
stroke
1365
grestore
1366
end
1367
showpage
1368
%%Trailer
1369
%%DocumentFonts: Helvetica
1370
%%Pages: 1