\e[A\e[B - RSS feed" href="http://git.ucc.asn.au/?p=matches/honours.git;a=rss;f=research/TCS/%1B%5BA%1B%5BB" type="application/rss+xml" /> \e[A\e[B - RSS feed (no merges)" href="http://git.ucc.asn.au/?p=matches/honours.git;a=rss;f=research/TCS/%1B%5BA%1B%5BB;opt=--no-merges" type="application/rss+xml" /> \e[A\e[B - Atom feed" href="http://git.ucc.asn.au/?p=matches/honours.git;a=atom;f=research/TCS/%1B%5BA%1B%5BB" type="application/atom+xml" /> \e[A\e[B - Atom feed (no merges)" href="http://git.ucc.asn.au/?p=matches/honours.git;a=atom;f=research/TCS/%1B%5BA%1B%5BB;opt=--no-merges" type="application/atom+xml" />
ARGH
[matches/honours.git] / research / TCS / \e[A\e[B
1 %!PS-Adobe-2.0
2 %%Title: \e[A\e[B
3 %%Creator: gnuplot 4.4 patchlevel 0
4 %%CreationDate: Mon Oct 15 23:09:31 2012
5 %%DocumentFonts: (atend)
6 %%BoundingBox: 50 50 554 770
7 %%Orientation: Landscape
8 %%Pages: (atend)
9 %%EndComments
10 %%BeginProlog
11 /gnudict 256 dict def
12 gnudict begin
13 %
14 % The following true/false flags may be edited by hand if desired.
15 % The unit line width and grayscale image gamma correction may also be changed.
16 %
17 /Color true def
18 /Blacktext false def
19 /Solid false def
20 /Dashlength 1 def
21 /Landscape true def
22 /Level1 false def
23 /Rounded false def
24 /ClipToBoundingBox false def
25 /TransparentPatterns false def
26 /gnulinewidth 5.000 def
27 /userlinewidth gnulinewidth def
28 /Gamma 1.0 def
29 %
30 /vshift -46 def
31 /dl1 {
32   10.0 Dashlength mul mul
33   Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
34 } def
35 /dl2 {
36   10.0 Dashlength mul mul
37   Rounded { currentlinewidth 0.75 mul add } if
38 } def
39 /hpt_ 31.5 def
40 /vpt_ 31.5 def
41 /hpt hpt_ def
42 /vpt vpt_ def
43 Level1 {} {
44 /SDict 10 dict def
45 systemdict /pdfmark known not {
46   userdict /pdfmark systemdict /cleartomark get put
47 } if
48 SDict begin [
49   /Title (\e[A\e[B)
50   /Subject (gnuplot plot)
51   /Creator (gnuplot 4.4 patchlevel 0)
52   /Author (sam)
53 %  /Producer (gnuplot)
54 %  /Keywords ()
55   /CreationDate (Mon Oct 15 23:09:31 2012)
56   /DOCINFO pdfmark
57 end
58 } ifelse
59 /doclip {
60   ClipToBoundingBox {
61     newpath 50 50 moveto 554 50 lineto 554 770 lineto 50 770 lineto closepath
62     clip
63   } if
64 } def
65 %
66 % Gnuplot Prolog Version 4.4 (January 2010)
67 %
68 %/SuppressPDFMark true def
69 %
70 /M {moveto} bind def
71 /L {lineto} bind def
72 /R {rmoveto} bind def
73 /V {rlineto} bind def
74 /N {newpath moveto} bind def
75 /Z {closepath} bind def
76 /C {setrgbcolor} bind def
77 /f {rlineto fill} bind def
78 /Gshow {show} def   % May be redefined later in the file to support UTF-8
79 /vpt2 vpt 2 mul def
80 /hpt2 hpt 2 mul def
81 /Lshow {currentpoint stroke M 0 vshift R 
82         Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
83 /Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
84         Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
85 /Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R 
86         Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
87 /UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
88   /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
89 /DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
90  {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
91 /BL {stroke userlinewidth 2 mul setlinewidth
92         Rounded {1 setlinejoin 1 setlinecap} if} def
93 /AL {stroke userlinewidth 2 div setlinewidth
94         Rounded {1 setlinejoin 1 setlinecap} if} def
95 /UL {dup gnulinewidth mul /userlinewidth exch def
96         dup 1 lt {pop 1} if 10 mul /udl exch def} def
97 /PL {stroke userlinewidth setlinewidth
98         Rounded {1 setlinejoin 1 setlinecap} if} def
99 % Default Line colors
100 /LCw {1 1 1} def
101 /LCb {0 0 0} def
102 /LCa {0 0 0} def
103 /LC0 {1 0 0} def
104 /LC1 {0 1 0} def
105 /LC2 {0 0 1} def
106 /LC3 {1 0 1} def
107 /LC4 {0 1 1} def
108 /LC5 {1 1 0} def
109 /LC6 {0 0 0} def
110 /LC7 {1 0.3 0} def
111 /LC8 {0.5 0.5 0.5} def
112 % Default Line Types
113 /LTw {PL [] 1 setgray} def
114 /LTb {BL [] LCb DL} def
115 /LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
116 /LT0 {PL [] LC0 DL} def
117 /LT1 {PL [4 dl1 2 dl2] LC1 DL} def
118 /LT2 {PL [2 dl1 3 dl2] LC2 DL} def
119 /LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
120 /LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
121 /LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
122 /LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
123 /LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
124 /LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
125 /Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
126 /Dia {stroke [] 0 setdash 2 copy vpt add M
127   hpt neg vpt neg V hpt vpt neg V
128   hpt vpt V hpt neg vpt V closepath stroke
129   Pnt} def
130 /Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
131   currentpoint stroke M
132   hpt neg vpt neg R hpt2 0 V stroke
133  } def
134 /Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
135   0 vpt2 neg V hpt2 0 V 0 vpt2 V
136   hpt2 neg 0 V closepath stroke
137   Pnt} def
138 /Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
139   hpt2 vpt2 neg V currentpoint stroke M
140   hpt2 neg 0 R hpt2 vpt2 V stroke} def
141 /TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
142   hpt neg vpt -1.62 mul V
143   hpt 2 mul 0 V
144   hpt neg vpt 1.62 mul V closepath stroke
145   Pnt} def
146 /Star {2 copy Pls Crs} def
147 /BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
148   0 vpt2 neg V hpt2 0 V 0 vpt2 V
149   hpt2 neg 0 V closepath fill} def
150 /TriUF {stroke [] 0 setdash vpt 1.12 mul add M
151   hpt neg vpt -1.62 mul V
152   hpt 2 mul 0 V
153   hpt neg vpt 1.62 mul V closepath fill} def
154 /TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
155   hpt neg vpt 1.62 mul V
156   hpt 2 mul 0 V
157   hpt neg vpt -1.62 mul V closepath stroke
158   Pnt} def
159 /TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
160   hpt neg vpt 1.62 mul V
161   hpt 2 mul 0 V
162   hpt neg vpt -1.62 mul V closepath fill} def
163 /DiaF {stroke [] 0 setdash vpt add M
164   hpt neg vpt neg V hpt vpt neg V
165   hpt vpt V hpt neg vpt V closepath fill} def
166 /Pent {stroke [] 0 setdash 2 copy gsave
167   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
168   closepath stroke grestore Pnt} def
169 /PentF {stroke [] 0 setdash gsave
170   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
171   closepath fill grestore} def
172 /Circle {stroke [] 0 setdash 2 copy
173   hpt 0 360 arc stroke Pnt} def
174 /CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
175 /C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
176 /C1 {BL [] 0 setdash 2 copy moveto
177         2 copy vpt 0 90 arc closepath fill
178         vpt 0 360 arc closepath} bind def
179 /C2 {BL [] 0 setdash 2 copy moveto
180         2 copy vpt 90 180 arc closepath fill
181         vpt 0 360 arc closepath} bind def
182 /C3 {BL [] 0 setdash 2 copy moveto
183         2 copy vpt 0 180 arc closepath fill
184         vpt 0 360 arc closepath} bind def
185 /C4 {BL [] 0 setdash 2 copy moveto
186         2 copy vpt 180 270 arc closepath fill
187         vpt 0 360 arc closepath} bind def
188 /C5 {BL [] 0 setdash 2 copy moveto
189         2 copy vpt 0 90 arc
190         2 copy moveto
191         2 copy vpt 180 270 arc closepath fill
192         vpt 0 360 arc} bind def
193 /C6 {BL [] 0 setdash 2 copy moveto
194         2 copy vpt 90 270 arc closepath fill
195         vpt 0 360 arc closepath} bind def
196 /C7 {BL [] 0 setdash 2 copy moveto
197         2 copy vpt 0 270 arc closepath fill
198         vpt 0 360 arc closepath} bind def
199 /C8 {BL [] 0 setdash 2 copy moveto
200         2 copy vpt 270 360 arc closepath fill
201         vpt 0 360 arc closepath} bind def
202 /C9 {BL [] 0 setdash 2 copy moveto
203         2 copy vpt 270 450 arc closepath fill
204         vpt 0 360 arc closepath} bind def
205 /C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
206         2 copy moveto
207         2 copy vpt 90 180 arc closepath fill
208         vpt 0 360 arc closepath} bind def
209 /C11 {BL [] 0 setdash 2 copy moveto
210         2 copy vpt 0 180 arc closepath fill
211         2 copy moveto
212         2 copy vpt 270 360 arc closepath fill
213         vpt 0 360 arc closepath} bind def
214 /C12 {BL [] 0 setdash 2 copy moveto
215         2 copy vpt 180 360 arc closepath fill
216         vpt 0 360 arc closepath} bind def
217 /C13 {BL [] 0 setdash 2 copy moveto
218         2 copy vpt 0 90 arc closepath fill
219         2 copy moveto
220         2 copy vpt 180 360 arc closepath fill
221         vpt 0 360 arc closepath} bind def
222 /C14 {BL [] 0 setdash 2 copy moveto
223         2 copy vpt 90 360 arc closepath fill
224         vpt 0 360 arc} bind def
225 /C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
226         vpt 0 360 arc closepath} bind def
227 /Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
228         neg 0 rlineto closepath} bind def
229 /Square {dup Rec} bind def
230 /Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
231 /S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
232 /S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
233 /S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
234 /S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
235 /S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
236 /S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
237         exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
238 /S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
239 /S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
240         2 copy vpt Square fill Bsquare} bind def
241 /S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
242 /S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
243 /S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
244         Bsquare} bind def
245 /S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
246         Bsquare} bind def
247 /S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
248 /S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
249         2 copy vpt Square fill Bsquare} bind def
250 /S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
251         2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
252 /S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
253 /D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
254 /D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
255 /D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
256 /D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
257 /D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
258 /D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
259 /D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
260 /D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
261 /D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
262 /D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
263 /D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
264 /D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
265 /D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
266 /D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
267 /D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
268 /D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
269 /DiaE {stroke [] 0 setdash vpt add M
270   hpt neg vpt neg V hpt vpt neg V
271   hpt vpt V hpt neg vpt V closepath stroke} def
272 /BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
273   0 vpt2 neg V hpt2 0 V 0 vpt2 V
274   hpt2 neg 0 V closepath stroke} def
275 /TriUE {stroke [] 0 setdash vpt 1.12 mul add M
276   hpt neg vpt -1.62 mul V
277   hpt 2 mul 0 V
278   hpt neg vpt 1.62 mul V closepath stroke} def
279 /TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
280   hpt neg vpt 1.62 mul V
281   hpt 2 mul 0 V
282   hpt neg vpt -1.62 mul V closepath stroke} def
283 /PentE {stroke [] 0 setdash gsave
284   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
285   closepath stroke grestore} def
286 /CircE {stroke [] 0 setdash 
287   hpt 0 360 arc stroke} def
288 /Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
289 /DiaW {stroke [] 0 setdash vpt add M
290   hpt neg vpt neg V hpt vpt neg V
291   hpt vpt V hpt neg vpt V Opaque stroke} def
292 /BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
293   0 vpt2 neg V hpt2 0 V 0 vpt2 V
294   hpt2 neg 0 V Opaque stroke} def
295 /TriUW {stroke [] 0 setdash vpt 1.12 mul add M
296   hpt neg vpt -1.62 mul V
297   hpt 2 mul 0 V
298   hpt neg vpt 1.62 mul V Opaque stroke} def
299 /TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
300   hpt neg vpt 1.62 mul V
301   hpt 2 mul 0 V
302   hpt neg vpt -1.62 mul V Opaque stroke} def
303 /PentW {stroke [] 0 setdash gsave
304   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
305   Opaque stroke grestore} def
306 /CircW {stroke [] 0 setdash 
307   hpt 0 360 arc Opaque stroke} def
308 /BoxFill {gsave Rec 1 setgray fill grestore} def
309 /Density {
310   /Fillden exch def
311   currentrgbcolor
312   /ColB exch def /ColG exch def /ColR exch def
313   /ColR ColR Fillden mul Fillden sub 1 add def
314   /ColG ColG Fillden mul Fillden sub 1 add def
315   /ColB ColB Fillden mul Fillden sub 1 add def
316   ColR ColG ColB setrgbcolor} def
317 /BoxColFill {gsave Rec PolyFill} def
318 /PolyFill {gsave Density fill grestore grestore} def
319 /h {rlineto rlineto rlineto gsave closepath fill grestore} bind def
320 %
321 % PostScript Level 1 Pattern Fill routine for rectangles
322 % Usage: x y w h s a XX PatternFill
323 %       x,y = lower left corner of box to be filled
324 %       w,h = width and height of box
325 %         a = angle in degrees between lines and x-axis
326 %        XX = 0/1 for no/yes cross-hatch
327 %
328 /PatternFill {gsave /PFa [ 9 2 roll ] def
329   PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
330   PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
331   gsave 1 setgray fill grestore clip
332   currentlinewidth 0.5 mul setlinewidth
333   /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
334   0 0 M PFa 5 get rotate PFs -2 div dup translate
335   0 1 PFs PFa 4 get div 1 add floor cvi
336         {PFa 4 get mul 0 M 0 PFs V} for
337   0 PFa 6 get ne {
338         0 1 PFs PFa 4 get div 1 add floor cvi
339         {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
340  } if
341   stroke grestore} def
342 %
343 /languagelevel where
344  {pop languagelevel} {1} ifelse
345  2 lt
346         {/InterpretLevel1 true def}
347         {/InterpretLevel1 Level1 def}
348  ifelse
349 %
350 % PostScript level 2 pattern fill definitions
351 %
352 /Level2PatternFill {
353 /Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
354         bind def
355 /KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
356 << Tile8x8
357  /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} 
358 >> matrix makepattern
359 /Pat1 exch def
360 << Tile8x8
361  /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
362         0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
363 >> matrix makepattern
364 /Pat2 exch def
365 << Tile8x8
366  /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
367         8 8 L 8 0 L 0 0 L fill}
368 >> matrix makepattern
369 /Pat3 exch def
370 << Tile8x8
371  /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
372         0 12 M 12 0 L stroke}
373 >> matrix makepattern
374 /Pat4 exch def
375 << Tile8x8
376  /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
377         0 -4 M 12 8 L stroke}
378 >> matrix makepattern
379 /Pat5 exch def
380 << Tile8x8
381  /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
382         0 12 M 8 -4 L 4 12 M 10 0 L stroke}
383 >> matrix makepattern
384 /Pat6 exch def
385 << Tile8x8
386  /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
387         0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
388 >> matrix makepattern
389 /Pat7 exch def
390 << Tile8x8
391  /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
392         12 0 M -4 8 L 12 4 M 0 10 L stroke}
393 >> matrix makepattern
394 /Pat8 exch def
395 << Tile8x8
396  /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
397         -4 0 M 12 8 L -4 4 M 8 10 L stroke}
398 >> matrix makepattern
399 /Pat9 exch def
400 /Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
401 /Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
402 /Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
403 /Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
404 /Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
405 /Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
406 /Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
407 } def
408 %
409 %
410 %End of PostScript Level 2 code
411 %
412 /PatternBgnd {
413   TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
414 } def
415 %
416 % Substitute for Level 2 pattern fill codes with
417 % grayscale if Level 2 support is not selected.
418 %
419 /Level1PatternFill {
420 /Pattern1 {0.250 Density} bind def
421 /Pattern2 {0.500 Density} bind def
422 /Pattern3 {0.750 Density} bind def
423 /Pattern4 {0.125 Density} bind def
424 /Pattern5 {0.375 Density} bind def
425 /Pattern6 {0.625 Density} bind def
426 /Pattern7 {0.875 Density} bind def
427 } def
428 %
429 % Now test for support of Level 2 code
430 %
431 Level1 {Level1PatternFill} {Level2PatternFill} ifelse
432 %
433 /Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
434 dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
435 currentdict end definefont pop
436 end
437 %%EndProlog
438 %%Page: 1 1
439 gnudict begin
440 gsave
441 doclip
442 50 50 translate
443 0.100 0.100 scale
444 90 rotate
445 0 -5040 translate
446 0 setgray
447 newpath
448 (Helvetica) findfont 140 scalefont setfont
449 1.000 UL
450 LTb
451 938 448 M
452 63 0 V
453 5988 0 R
454 -63 0 V
455 854 448 M
456 (-0.01) Rshow
457 1.000 UL
458 LTb
459 938 1491 M
460 63 0 V
461 5988 0 R
462 -63 0 V
463 -6072 0 R
464 (-0.005) Rshow
465 1.000 UL
466 LTb
467 938 2533 M
468 63 0 V
469 5988 0 R
470 -63 0 V
471 -6072 0 R
472 ( 0) Rshow
473 1.000 UL
474 LTb
475 938 3576 M
476 63 0 V
477 5988 0 R
478 -63 0 V
479 -6072 0 R
480 ( 0.005) Rshow
481 1.000 UL
482 LTb
483 938 4619 M
484 63 0 V
485 5988 0 R
486 -63 0 V
487 -6072 0 R
488 ( 0.01) Rshow
489 1.000 UL
490 LTb
491 938 448 M
492 0 63 V
493 0 4108 R
494 0 -63 V
495 938 308 M
496 ( 0) Cshow
497 1.000 UL
498 LTb
499 1610 448 M
500 0 63 V
501 0 4108 R
502 0 -63 V
503 0 -4248 R
504 ( 2) Cshow
505 1.000 UL
506 LTb
507 2283 448 M
508 0 63 V
509 0 4108 R
510 0 -63 V
511 0 -4248 R
512 ( 4) Cshow
513 1.000 UL
514 LTb
515 2955 448 M
516 0 63 V
517 0 4108 R
518 0 -63 V
519 0 -4248 R
520 ( 6) Cshow
521 1.000 UL
522 LTb
523 3627 448 M
524 0 63 V
525 0 4108 R
526 0 -63 V
527 0 -4248 R
528 ( 8) Cshow
529 1.000 UL
530 LTb
531 4300 448 M
532 0 63 V
533 0 4108 R
534 0 -63 V
535 0 -4248 R
536 ( 10) Cshow
537 1.000 UL
538 LTb
539 4972 448 M
540 0 63 V
541 0 4108 R
542 0 -63 V
543 0 -4248 R
544 ( 12) Cshow
545 1.000 UL
546 LTb
547 5644 448 M
548 0 63 V
549 0 4108 R
550 0 -63 V
551 0 -4248 R
552 ( 14) Cshow
553 1.000 UL
554 LTb
555 6317 448 M
556 0 63 V
557 0 4108 R
558 0 -63 V
559 0 -4248 R
560 ( 16) Cshow
561 1.000 UL
562 LTb
563 6989 448 M
564 0 63 V
565 0 4108 R
566 0 -63 V
567 0 -4248 R
568 ( 18) Cshow
569 1.000 UL
570 LTb
571 1.000 UL
572 LTb
573 938 4619 N
574 938 448 L
575 6051 0 V
576 0 4171 V
577 -6051 0 V
578 Z stroke
579 LCb setrgbcolor
580 196 2533 M
581 currentpoint gsave translate -270 rotate 0 0 M
582 (dI\(E\)/dE \(uA / V\)) Cshow
583 grestore
584 LTb
585 LCb setrgbcolor
586 3963 98 M
587 (U \(V\)) Cshow
588 LTb
589 3963 4829 M
590 (Total Current Spectrum S\(E\)) Cshow
591 1.000 UP
592 1.000 UL
593 LTb
594 % Begin plot #1
595 1.000 UP
596 1.000 UL
597 LT0
598 LCb setrgbcolor
599 6338 4486 M
600 (230207.dat) Rshow
601 LT0
602 6422 4486 M
603 399 0 V
604 938 2533 M
605 14 0 V
606 14 0 V
607 14 0 V
608 14 0 V
609 15 0 V
610 14 0 V
611 14 0 V
612 14 0 V
613 14 0 V
614 14 0 V
615 14 0 V
616 14 0 V
617 15 0 V
618 14 0 V
619 14 0 V
620 14 0 V
621 14 0 V
622 14 0 V
623 14 0 V
624 14 0 V
625 14 0 V
626 15 0 V
627 14 0 V
628 14 0 V
629 14 0 V
630 14 0 V
631 14 0 V
632 14 0 V
633 14 0 V
634 15 0 V
635 14 0 V
636 14 0 V
637 14 0 V
638 14 0 V
639 14 0 V
640 14 0 V
641 14 0 V
642 15 0 V
643 14 0 V
644 14 0 V
645 14 0 V
646 14 0 V
647 14 0 V
648 14 0 V
649 14 0 V
650 14 0 V
651 15 0 V
652 14 0 V
653 14 0 V
654 14 0 V
655 14 0 V
656 14 0 V
657 14 0 V
658 14 0 V
659 15 0 V
660 14 0 V
661 14 0 V
662 14 0 V
663 14 0 V
664 14 0 V
665 14 0 V
666 14 0 V
667 14 0 V
668 15 0 V
669 14 0 V
670 14 0 V
671 14 0 V
672 14 1 V
673 14 -1 V
674 14 0 V
675 14 1 V
676 15 0 V
677 14 0 V
678 14 0 V
679 14 0 V
680 14 0 V
681 14 0 V
682 14 0 V
683 14 0 V
684 15 0 V
685 14 0 V
686 14 0 V
687 14 0 V
688 14 0 V
689 14 0 V
690 14 0 V
691 14 0 V
692 14 0 V
693 15 0 V
694 14 0 V
695 14 0 V
696 14 0 V
697 14 0 V
698 14 0 V
699 14 0 V
700 14 0 V
701 15 0 V
702 14 0 V
703 14 0 V
704 14 0 V
705 14 0 V
706 14 0 V
707 stroke 2378 2534 M
708 14 0 V
709 14 0 V
710 14 0 V
711 15 0 V
712 14 0 V
713 14 0 V
714 14 0 V
715 14 0 V
716 14 0 V
717 14 0 V
718 14 0 V
719 15 0 V
720 14 0 V
721 14 0 V
722 14 -1 V
723 14 1 V
724 14 0 V
725 14 0 V
726 14 0 V
727 15 0 V
728 14 -1 V
729 14 0 V
730 14 0 V
731 14 1 V
732 14 -1 V
733 14 0 V
734 14 1 V
735 14 0 V
736 15 -1 V
737 14 1 V
738 14 0 V
739 14 -1 V
740 14 0 V
741 14 0 V
742 14 0 V
743 14 0 V
744 15 1 V
745 14 -1 V
746 14 0 V
747 14 0 V
748 14 0 V
749 14 0 V
750 14 0 V
751 14 0 V
752 14 0 V
753 15 0 V
754 14 0 V
755 14 0 V
756 14 0 V
757 14 0 V
758 14 0 V
759 14 0 V
760 14 0 V
761 15 0 V
762 14 0 V
763 14 0 V
764 14 0 V
765 14 0 V
766 14 0 V
767 14 0 V
768 14 0 V
769 15 0 V
770 14 0 V
771 14 0 V
772 14 0 V
773 14 0 V
774 14 0 V
775 14 0 V
776 14 0 V
777 14 0 V
778 15 0 V
779 14 0 V
780 14 0 V
781 14 0 V
782 14 0 V
783 14 0 V
784 14 0 V
785 14 0 V
786 15 0 V
787 14 0 V
788 14 0 V
789 14 0 V
790 14 0 V
791 14 0 V
792 14 0 V
793 14 0 V
794 14 0 V
795 15 0 V
796 14 0 V
797 14 0 V
798 14 0 V
799 14 0 V
800 14 0 V
801 14 0 V
802 14 0 V
803 15 0 V
804 14 0 V
805 14 0 V
806 14 0 V
807 14 0 V
808 14 0 V
809 14 0 V
810 14 0 V
811 15 0 V
812 stroke 3847 2533 M
813 14 0 V
814 14 0 V
815 14 0 V
816 14 0 V
817 14 0 V
818 14 0 V
819 14 0 V
820 14 0 V
821 15 0 V
822 14 0 V
823 14 0 V
824 14 0 V
825 14 0 V
826 14 0 V
827 14 0 V
828 14 0 V
829 15 0 V
830 14 0 V
831 14 0 V
832 14 0 V
833 14 0 V
834 14 0 V
835 14 0 V
836 14 0 V
837 14 0 V
838 15 0 V
839 14 0 V
840 14 0 V
841 14 0 V
842 14 0 V
843 14 0 V
844 14 0 V
845 14 0 V
846 15 0 V
847 14 0 V
848 14 0 V
849 14 0 V
850 14 0 V
851 14 0 V
852 14 0 V
853 14 0 V
854 15 0 V
855 14 0 V
856 14 0 V
857 14 0 V
858 14 0 V
859 14 0 V
860 14 0 V
861 14 0 V
862 14 1 V
863 15 -1 V
864 14 0 V
865 14 0 V
866 14 0 V
867 14 0 V
868 14 1 V
869 14 -1 V
870 14 0 V
871 15 0 V
872 14 0 V
873 14 0 V
874 14 0 V
875 14 0 V
876 14 0 V
877 14 1 V
878 14 -1 V
879 14 0 V
880 15 1 V
881 14 -1 V
882 14 0 V
883 14 0 V
884 14 0 V
885 14 0 V
886 14 0 V
887 14 0 V
888 15 0 V
889 14 1 V
890 14 -1 V
891 14 0 V
892 14 0 V
893 14 1 V
894 14 -1 V
895 14 0 V
896 15 0 V
897 14 0 V
898 14 0 V
899 14 0 V
900 14 0 V
901 14 0 V
902 14 0 V
903 14 1 V
904 14 -1 V
905 15 0 V
906 14 1 V
907 14 0 V
908 14 -1 V
909 14 0 V
910 14 0 V
911 14 0 V
912 14 0 V
913 15 0 V
914 14 0 V
915 14 1 V
916 14 -1 V
917 stroke 5315 2533 M
918 14 0 V
919 14 1 V
920 14 -1 V
921 14 0 V
922 14 0 V
923 15 0 V
924 14 0 V
925 14 0 V
926 14 0 V
927 14 0 V
928 14 0 V
929 14 0 V
930 14 0 V
931 15 0 V
932 14 0 V
933 14 0 V
934 14 0 V
935 14 0 V
936 14 0 V
937 14 0 V
938 14 0 V
939 15 0 V
940 14 0 V
941 14 0 V
942 14 0 V
943 14 0 V
944 14 0 V
945 14 0 V
946 14 0 V
947 14 0 V
948 15 0 V
949 14 0 V
950 14 0 V
951 14 0 V
952 14 0 V
953 14 0 V
954 14 0 V
955 14 0 V
956 15 0 V
957 14 0 V
958 14 0 V
959 14 0 V
960 14 0 V
961 14 0 V
962 14 0 V
963 14 0 V
964 14 0 V
965 15 0 V
966 14 0 V
967 14 0 V
968 14 0 V
969 14 0 V
970 14 0 V
971 14 0 V
972 14 0 V
973 15 0 V
974 14 0 V
975 14 0 V
976 14 0 V
977 14 0 V
978 14 0 V
979 14 0 V
980 14 0 V
981 15 0 V
982 14 0 V
983 14 0 V
984 14 0 V
985 14 0 V
986 14 0 V
987 14 0 V
988 14 0 V
989 14 0 V
990 15 0 V
991 14 0 V
992 14 0 V
993 14 0 V
994 14 0 V
995 14 0 V
996 14 0 V
997 14 0 V
998 15 0 V
999 14 0 V
1000 14 0 V
1001 14 0 V
1002 14 0 V
1003 14 0 V
1004 14 0 V
1005 14 0 V
1006 14 0 V
1007 15 0 V
1008 938 2533 Pls
1009 952 2533 Pls
1010 966 2533 Pls
1011 980 2533 Pls
1012 994 2533 Pls
1013 1009 2533 Pls
1014 1023 2533 Pls
1015 1037 2533 Pls
1016 1051 2533 Pls
1017 1065 2533 Pls
1018 1079 2533 Pls
1019 1093 2533 Pls
1020 1107 2533 Pls
1021 1122 2533 Pls
1022 1136 2533 Pls
1023 1150 2533 Pls
1024 1164 2533 Pls
1025 1178 2533 Pls
1026 1192 2533 Pls
1027 1206 2533 Pls
1028 1220 2533 Pls
1029 1234 2533 Pls
1030 1249 2533 Pls
1031 1263 2533 Pls
1032 1277 2533 Pls
1033 1291 2533 Pls
1034 1305 2533 Pls
1035 1319 2533 Pls
1036 1333 2533 Pls
1037 1347 2533 Pls
1038 1362 2533 Pls
1039 1376 2533 Pls
1040 1390 2533 Pls
1041 1404 2533 Pls
1042 1418 2533 Pls
1043 1432 2533 Pls
1044 1446 2533 Pls
1045 1460 2533 Pls
1046 1475 2533 Pls
1047 1489 2533 Pls
1048 1503 2533 Pls
1049 1517 2533 Pls
1050 1531 2533 Pls
1051 1545 2533 Pls
1052 1559 2533 Pls
1053 1573 2533 Pls
1054 1587 2533 Pls
1055 1602 2533 Pls
1056 1616 2533 Pls
1057 1630 2533 Pls
1058 1644 2533 Pls
1059 1658 2533 Pls
1060 1672 2533 Pls
1061 1686 2533 Pls
1062 1700 2533 Pls
1063 1715 2533 Pls
1064 1729 2533 Pls
1065 1743 2533 Pls
1066 1757 2533 Pls
1067 1771 2533 Pls
1068 1785 2533 Pls
1069 1799 2533 Pls
1070 1813 2533 Pls
1071 1827 2533 Pls
1072 1842 2533 Pls
1073 1856 2533 Pls
1074 1870 2533 Pls
1075 1884 2533 Pls
1076 1898 2534 Pls
1077 1912 2533 Pls
1078 1926 2533 Pls
1079 1940 2534 Pls
1080 1955 2534 Pls
1081 1969 2534 Pls
1082 1983 2534 Pls
1083 1997 2534 Pls
1084 2011 2534 Pls
1085 2025 2534 Pls
1086 2039 2534 Pls
1087 2053 2534 Pls
1088 2068 2534 Pls
1089 2082 2534 Pls
1090 2096 2534 Pls
1091 2110 2534 Pls
1092 2124 2534 Pls
1093 2138 2534 Pls
1094 2152 2534 Pls
1095 2166 2534 Pls
1096 2180 2534 Pls
1097 2195 2534 Pls
1098 2209 2534 Pls
1099 2223 2534 Pls
1100 2237 2534 Pls
1101 2251 2534 Pls
1102 2265 2534 Pls
1103 2279 2534 Pls
1104 2293 2534 Pls
1105 2308 2534 Pls
1106 2322 2534 Pls
1107 2336 2534 Pls
1108 2350 2534 Pls
1109 2364 2534 Pls
1110 2378 2534 Pls
1111 2392 2534 Pls
1112 2406 2534 Pls
1113 2420 2534 Pls
1114 2435 2534 Pls
1115 2449 2534 Pls
1116 2463 2534 Pls
1117 2477 2534 Pls
1118 2491 2534 Pls
1119 2505 2534 Pls
1120 2519 2534 Pls
1121 2533 2534 Pls
1122 2548 2534 Pls
1123 2562 2534 Pls
1124 2576 2534 Pls
1125 2590 2533 Pls
1126 2604 2534 Pls
1127 2618 2534 Pls
1128 2632 2534 Pls
1129 2646 2534 Pls
1130 2661 2534 Pls
1131 2675 2533 Pls
1132 2689 2533 Pls
1133 2703 2533 Pls
1134 2717 2534 Pls
1135 2731 2533 Pls
1136 2745 2533 Pls
1137 2759 2534 Pls
1138 2773 2534 Pls
1139 2788 2533 Pls
1140 2802 2534 Pls
1141 2816 2534 Pls
1142 2830 2533 Pls
1143 2844 2533 Pls
1144 2858 2533 Pls
1145 2872 2533 Pls
1146 2886 2533 Pls
1147 2901 2534 Pls
1148 2915 2533 Pls
1149 2929 2533 Pls
1150 2943 2533 Pls
1151 2957 2533 Pls
1152 2971 2533 Pls
1153 2985 2533 Pls
1154 2999 2533 Pls
1155 3013 2533 Pls
1156 3028 2533 Pls
1157 3042 2533 Pls
1158 3056 2533 Pls
1159 3070 2533 Pls
1160 3084 2533 Pls
1161 3098 2533 Pls
1162 3112 2533 Pls
1163 3126 2533 Pls
1164 3141 2533 Pls
1165 3155 2533 Pls
1166 3169 2533 Pls
1167 3183 2533 Pls
1168 3197 2533 Pls
1169 3211 2533 Pls
1170 3225 2533 Pls
1171 3239 2533 Pls
1172 3254 2533 Pls
1173 3268 2533 Pls
1174 3282 2533 Pls
1175 3296 2533 Pls
1176 3310 2533 Pls
1177 3324 2533 Pls
1178 3338 2533 Pls
1179 3352 2533 Pls
1180 3366 2533 Pls
1181 3381 2533 Pls
1182 3395 2533 Pls
1183 3409 2533 Pls
1184 3423 2533 Pls
1185 3437 2533 Pls
1186 3451 2533 Pls
1187 3465 2533 Pls
1188 3479 2533 Pls
1189 3494 2533 Pls
1190 3508 2533 Pls
1191 3522 2533 Pls
1192 3536 2533 Pls
1193 3550 2533 Pls
1194 3564 2533 Pls
1195 3578 2533 Pls
1196 3592 2533 Pls
1197 3606 2533 Pls
1198 3621 2533 Pls
1199 3635 2533 Pls
1200 3649 2533 Pls
1201 3663 2533 Pls
1202 3677 2533 Pls
1203 3691 2533 Pls
1204 3705 2533 Pls
1205 3719 2533 Pls
1206 3734 2533 Pls
1207 3748 2533 Pls
1208 3762 2533 Pls
1209 3776 2533 Pls
1210 3790 2533 Pls
1211 3804 2533 Pls
1212 3818 2533 Pls
1213 3832 2533 Pls
1214 3847 2533 Pls
1215 3861 2533 Pls
1216 3875 2533 Pls
1217 3889 2533 Pls
1218 3903 2533 Pls
1219 3917 2533 Pls
1220 3931 2533 Pls
1221 3945 2533 Pls
1222 3959 2533 Pls
1223 3974 2533 Pls
1224 3988 2533 Pls
1225 4002 2533 Pls
1226 4016 2533 Pls
1227 4030 2533 Pls
1228 4044 2533 Pls
1229 4058 2533 Pls
1230 4072 2533 Pls
1231 4087 2533 Pls
1232 4101 2533 Pls
1233 4115 2533 Pls
1234 4129 2533 Pls
1235 4143 2533 Pls
1236 4157 2533 Pls
1237 4171 2533 Pls
1238 4185 2533 Pls
1239 4199 2533 Pls
1240 4214 2533 Pls
1241 4228 2533 Pls
1242 4242 2533 Pls
1243 4256 2533 Pls
1244 4270 2533 Pls
1245 4284 2533 Pls
1246 4298 2533 Pls
1247 4312 2533 Pls
1248 4327 2533 Pls
1249 4341 2533 Pls
1250 4355 2533 Pls
1251 4369 2533 Pls
1252 4383 2533 Pls
1253 4397 2533 Pls
1254 4411 2533 Pls
1255 4425 2533 Pls
1256 4440 2533 Pls
1257 4454 2533 Pls
1258 4468 2533 Pls
1259 4482 2533 Pls
1260 4496 2533 Pls
1261 4510 2533 Pls
1262 4524 2533 Pls
1263 4538 2533 Pls
1264 4552 2534 Pls
1265 4567 2533 Pls
1266 4581 2533 Pls
1267 4595 2533 Pls
1268 4609 2533 Pls
1269 4623 2533 Pls
1270 4637 2534 Pls
1271 4651 2533 Pls
1272 4665 2533 Pls
1273 4680 2533 Pls
1274 4694 2533 Pls
1275 4708 2533 Pls
1276 4722 2533 Pls
1277 4736 2533 Pls
1278 4750 2533 Pls
1279 4764 2534 Pls
1280 4778 2533 Pls
1281 4792 2533 Pls
1282 4807 2534 Pls
1283 4821 2533 Pls
1284 4835 2533 Pls
1285 4849 2533 Pls
1286 4863 2533 Pls
1287 4877 2533 Pls
1288 4891 2533 Pls
1289 4905 2533 Pls
1290 4920 2533 Pls
1291 4934 2534 Pls
1292 4948 2533 Pls
1293 4962 2533 Pls
1294 4976 2533 Pls
1295 4990 2534 Pls
1296 5004 2533 Pls
1297 5018 2533 Pls
1298 5033 2533 Pls
1299 5047 2533 Pls
1300 5061 2533 Pls
1301 5075 2533 Pls
1302 5089 2533 Pls
1303 5103 2533 Pls
1304 5117 2533 Pls
1305 5131 2534 Pls
1306 5145 2533 Pls
1307 5160 2533 Pls
1308 5174 2534 Pls
1309 5188 2534 Pls
1310 5202 2533 Pls
1311 5216 2533 Pls
1312 5230 2533 Pls
1313 5244 2533 Pls
1314 5258 2533 Pls
1315 5273 2533 Pls
1316 5287 2533 Pls
1317 5301 2534 Pls
1318 5315 2533 Pls
1319 5329 2533 Pls
1320 5343 2534 Pls
1321 5357 2533 Pls
1322 5371 2533 Pls
1323 5385 2533 Pls
1324 5400 2533 Pls
1325 5414 2533 Pls
1326 5428 2533 Pls
1327 5442 2533 Pls
1328 5456 2533 Pls
1329 5470 2533 Pls
1330 5484 2533 Pls
1331 5498 2533 Pls
1332 5513 2533 Pls
1333 5527 2533 Pls
1334 5541 2533 Pls
1335 5555 2533 Pls
1336 5569 2533 Pls
1337 5583 2533 Pls
1338 5597 2533 Pls
1339 5611 2533 Pls
1340 5626 2533 Pls
1341 5640 2533 Pls
1342 5654 2533 Pls
1343 5668 2533 Pls
1344 5682 2533 Pls
1345 5696 2533 Pls
1346 5710 2533 Pls
1347 5724 2533 Pls
1348 5738 2533 Pls
1349 5753 2533 Pls
1350 5767 2533 Pls
1351 5781 2533 Pls
1352 5795 2533 Pls
1353 5809 2533 Pls
1354 5823 2533 Pls
1355 5837 2533 Pls
1356 5851 2533 Pls
1357 5866 2533 Pls
1358 5880 2533 Pls
1359 5894 2533 Pls
1360 5908 2533 Pls
1361 5922 2533 Pls
1362 5936 2533 Pls
1363 5950 2533 Pls
1364 5964 2533 Pls
1365 5978 2533 Pls
1366 5993 2533 Pls
1367 6007 2533 Pls
1368 6021 2533 Pls
1369 6035 2533 Pls
1370 6049 2533 Pls
1371 6063 2533 Pls
1372 6077 2533 Pls
1373 6091 2533 Pls
1374 6106 2533 Pls
1375 6120 2533 Pls
1376 6134 2533 Pls
1377 6148 2533 Pls
1378 6162 2533 Pls
1379 6176 2533 Pls
1380 6190 2533 Pls
1381 6204 2533 Pls
1382 6219 2533 Pls
1383 6233 2533 Pls
1384 6247 2533 Pls
1385 6261 2533 Pls
1386 6275 2533 Pls
1387 6289 2533 Pls
1388 6303 2533 Pls
1389 6317 2533 Pls
1390 6331 2533 Pls
1391 6346 2533 Pls
1392 6360 2533 Pls
1393 6374 2533 Pls
1394 6388 2533 Pls
1395 6402 2533 Pls
1396 6416 2533 Pls
1397 6430 2533 Pls
1398 6444 2533 Pls
1399 6459 2533 Pls
1400 6473 2533 Pls
1401 6487 2533 Pls
1402 6501 2533 Pls
1403 6515 2533 Pls
1404 6529 2533 Pls
1405 6543 2533 Pls
1406 6557 2533 Pls
1407 6571 2533 Pls
1408 6586 2533 Pls
1409 6621 4486 Pls
1410 % End plot #1
1411 % Begin plot #2
1412 1.000 UL
1413 LTb
1414 1898 2533 M
1415 0 2086 V
1416 % End plot #2
1417 % Begin plot #3
1418 28 -2086 R
1419 0 2086 V
1420 % End plot #3
1421 % Begin plot #4
1422 14 -2086 R
1423 0 2086 V
1424 % End plot #4
1425 % Begin plot #5
1426 15 -2086 R
1427 0 2086 V
1428 % End plot #5
1429 % Begin plot #6
1430 28 -2086 R
1431 0 2086 V
1432 % End plot #6
1433 % Begin plot #7
1434 14 -2086 R
1435 0 2086 V
1436 % End plot #7
1437 % Begin plot #8
1438 28 -2086 R
1439 0 2086 V
1440 % End plot #8
1441 % Begin plot #9
1442 14 -2086 R
1443 0 2086 V
1444 % End plot #9
1445 % Begin plot #10
1446 14 -2086 R
1447 0 2086 V
1448 % End plot #10
1449 % Begin plot #11
1450 15 -2086 R
1451 0 2086 V
1452 % End plot #11
1453 % Begin plot #12
1454 28 -2086 R
1455 0 2086 V
1456 % End plot #12
1457 % Begin plot #13
1458 28 -2086 R
1459 0 2086 V
1460 % End plot #13
1461 % Begin plot #14
1462 14 -2086 R
1463 0 2086 V
1464 % End plot #14
1465 % Begin plot #15
1466 14 -2086 R
1467 0 2086 V
1468 % End plot #15
1469 % Begin plot #16
1470 71 -2086 R
1471 0 2086 V
1472 % End plot #16
1473 % Begin plot #17
1474 56 -2086 R
1475 0 2086 V
1476 % End plot #17
1477 % Begin plot #18
1478 14 -2086 R
1479 0 2086 V
1480 % End plot #18
1481 % Begin plot #19
1482 29 -2086 R
1483 0 2086 V
1484 % End plot #19
1485 % Begin plot #20
1486 28 -2086 R
1487 0 2086 V
1488 % End plot #20
1489 % Begin plot #21
1490 28 -2086 R
1491 0 2086 V
1492 % End plot #21
1493 % Begin plot #22
1494 42 -2086 R
1495 0 2086 V
1496 % End plot #22
1497 % Begin plot #23
1498 29 -2086 R
1499 0 2086 V
1500 % End plot #23
1501 % Begin plot #24
1502 14 -2086 R
1503 0 2086 V
1504 % End plot #24
1505 % Begin plot #25
1506 28 -2086 R
1507 0 2086 V
1508 % End plot #25
1509 % Begin plot #26
1510 14 -2086 R
1511 0 2086 V
1512 % End plot #26
1513 % Begin plot #27
1514 28 -2086 R
1515 0 2086 V
1516 % End plot #27
1517 % Begin plot #28
1518 29 -2086 R
1519 0 2086 V
1520 % End plot #28
1521 % Begin plot #29
1522 28 -2086 R
1523 0 2086 V
1524 % End plot #29
1525 % Begin plot #30
1526 14 -2086 R
1527 0 2086 V
1528 % End plot #30
1529 % Begin plot #31
1530 28 -2086 R
1531 0 2086 V
1532 % End plot #31
1533 % Begin plot #32
1534 14 -2086 R
1535 0 2086 V
1536 % End plot #32
1537 % Begin plot #33
1538 57 -2086 R
1539 0 2086 V
1540 % End plot #33
1541 % Begin plot #34
1542 14 -2086 R
1543 0 2086 V
1544 % End plot #34
1545 % Begin plot #35
1546 14 -2086 R
1547 0 2086 V
1548 % End plot #35
1549 % Begin plot #36
1550 28 -2086 R
1551 0 2086 V
1552 % End plot #36
1553 % Begin plot #37
1554 29 -2086 R
1555 0 2086 V
1556 % End plot #37
1557 % Begin plot #38
1558 28 -2086 R
1559 0 2086 V
1560 % End plot #38
1561 % Begin plot #39
1562 28 -2086 R
1563 0 2086 V
1564 % End plot #39
1565 % Begin plot #40
1566 14 -2086 R
1567 0 2086 V
1568 % End plot #40
1569 % Begin plot #41
1570 28 -2086 R
1571 0 2086 V
1572 % End plot #41
1573 % Begin plot #42
1574 15 -2086 R
1575 0 2086 V
1576 % End plot #42
1577 % Begin plot #43
1578 28 -2086 R
1579 0 2086 V
1580 % End plot #43
1581 % Begin plot #44
1582 14 -2086 R
1583 0 2086 V
1584 % End plot #44
1585 % Begin plot #45
1586 70 -2086 R
1587 0 2086 V
1588 % End plot #45
1589 % Begin plot #46
1590 43 -2086 R
1591 0 2086 V
1592 % End plot #46
1593 % Begin plot #47
1594 28 -2086 R
1595 0 2086 V
1596 % End plot #47
1597 % Begin plot #48
1598 42 -2086 R
1599 0 2086 V
1600 % End plot #48
1601 % Begin plot #49
1602 29 -2086 R
1603 0 2086 V
1604 % End plot #49
1605 % Begin plot #50
1606 14 -2086 R
1607 0 2086 V
1608 % End plot #50
1609 % Begin plot #51
1610 14 -2086 R
1611 0 2086 V
1612 % End plot #51
1613 % Begin plot #52
1614 14 -2086 R
1615 0 2086 V
1616 % End plot #52
1617 % Begin plot #53
1618 28 -2086 R
1619 0 2086 V
1620 % End plot #53
1621 % Begin plot #54
1622 85 -2086 R
1623 0 2086 V
1624 stroke 3310 4619 M
1625 % End plot #54
1626 % Begin plot #55
1627 28 -2086 R
1628 0 2086 V
1629 % End plot #55
1630 % Begin plot #56
1631 14 -2086 R
1632 0 2086 V
1633 % End plot #56
1634 % Begin plot #57
1635 29 -2086 R
1636 0 2086 V
1637 % End plot #57
1638 % Begin plot #58
1639 70 -2086 R
1640 0 2086 V
1641 % End plot #58
1642 % Begin plot #59
1643 28 -2086 R
1644 0 2086 V
1645 % End plot #59
1646 % Begin plot #60
1647 15 -2086 R
1648 0 2086 V
1649 % End plot #60
1650 % Begin plot #61
1651 14 -2086 R
1652 0 2086 V
1653 % End plot #61
1654 % Begin plot #62
1655 14 -2086 R
1656 0 2086 V
1657 % End plot #62
1658 % Begin plot #63
1659 28 -2086 R
1660 0 2086 V
1661 % End plot #63
1662 % Begin plot #64
1663 14 -2086 R
1664 0 2086 V
1665 % End plot #64
1666 % Begin plot #65
1667 28 -2086 R
1668 0 2086 V
1669 % End plot #65
1670 % Begin plot #66
1671 14 -2086 R
1672 0 2086 V
1673 % End plot #66
1674 % Begin plot #67
1675 29 -2086 R
1676 0 2086 V
1677 % End plot #67
1678 % Begin plot #68
1679 28 -2086 R
1680 0 2086 V
1681 % End plot #68
1682 % Begin plot #69
1683 14 -2086 R
1684 0 2086 V
1685 % End plot #69
1686 % Begin plot #70
1687 42 -2086 R
1688 0 2086 V
1689 % End plot #70
1690 % Begin plot #71
1691 29 -2086 R
1692 0 2086 V
1693 % End plot #71
1694 % Begin plot #72
1695 14 -2086 R
1696 0 2086 V
1697 % End plot #72
1698 % Begin plot #73
1699 14 -2086 R
1700 0 2086 V
1701 % End plot #73
1702 % Begin plot #74
1703 14 -2086 R
1704 0 2086 V
1705 % End plot #74
1706 % Begin plot #75
1707 28 -2086 R
1708 0 2086 V
1709 % End plot #75
1710 % Begin plot #76
1711 29 -2086 R
1712 0 2086 V
1713 % End plot #76
1714 % Begin plot #77
1715 14 -2086 R
1716 0 2086 V
1717 % End plot #77
1718 % Begin plot #78
1719 28 -2086 R
1720 0 2086 V
1721 % End plot #78
1722 % Begin plot #79
1723 14 -2086 R
1724 0 2086 V
1725 % End plot #79
1726 % Begin plot #80
1727 56 -2086 R
1728 0 2086 V
1729 % End plot #80
1730 % Begin plot #81
1731 15 -2086 R
1732 0 2086 V
1733 % End plot #81
1734 % Begin plot #82
1735 28 -2086 R
1736 0 2086 V
1737 % End plot #82
1738 % Begin plot #83
1739 28 -2086 R
1740 0 2086 V
1741 % End plot #83
1742 % Begin plot #84
1743 14 -2086 R
1744 0 2086 V
1745 % End plot #84
1746 % Begin plot #85
1747 28 -2086 R
1748 0 2086 V
1749 % End plot #85
1750 % Begin plot #86
1751 15 -2086 R
1752 0 2086 V
1753 % End plot #86
1754 % Begin plot #87
1755 28 -2086 R
1756 0 2086 V
1757 % End plot #87
1758 % Begin plot #88
1759 42 -2086 R
1760 0 2086 V
1761 % End plot #88
1762 % Begin plot #89
1763 28 -2086 R
1764 0 2086 V
1765 % End plot #89
1766 % Begin plot #90
1767 57 -2086 R
1768 0 2086 V
1769 % End plot #90
1770 % Begin plot #91
1771 70 -2086 R
1772 0 2086 V
1773 % End plot #91
1774 % Begin plot #92
1775 15 -2086 R
1776 0 2086 V
1777 % End plot #92
1778 % Begin plot #93
1779 14 -2086 R
1780 0 2086 V
1781 % End plot #93
1782 % Begin plot #94
1783 42 -2086 R
1784 0 2086 V
1785 % End plot #94
1786 % Begin plot #95
1787 28 -2086 R
1788 0 2086 V
1789 % End plot #95
1790 % Begin plot #96
1791 29 -2086 R
1792 0 2086 V
1793 % End plot #96
1794 % Begin plot #97
1795 42 -2086 R
1796 0 2086 V
1797 % End plot #97
1798 % Begin plot #98
1799 28 -2086 R
1800 0 2086 V
1801 % End plot #98
1802 % Begin plot #99
1803 14 -2086 R
1804 0 2086 V
1805 % End plot #99
1806 % Begin plot #100
1807 28 -2086 R
1808 0 2086 V
1809 % End plot #100
1810 % Begin plot #101
1811 29 -2086 R
1812 0 2086 V
1813 % End plot #101
1814 % Begin plot #102
1815 14 -2086 R
1816 0 2086 V
1817 % End plot #102
1818 % Begin plot #103
1819 14 -2086 R
1820 0 2086 V
1821 % End plot #103
1822 % Begin plot #104
1823 28 -2086 R
1824 0 2086 V
1825 % End plot #104
1826 % Begin plot #105
1827 28 -2086 R
1828 0 2086 V
1829 % End plot #105
1830 % Begin plot #106
1831 43 -2086 R
1832 0 2086 V
1833 stroke 4708 4619 M
1834 % End plot #106
1835 % Begin plot #107
1836 28 -2086 R
1837 0 2086 V
1838 % End plot #107
1839 % Begin plot #108
1840 28 -2086 R
1841 0 2086 V
1842 % End plot #108
1843 % Begin plot #109
1844 14 -2086 R
1845 0 2086 V
1846 % End plot #109
1847 % Begin plot #110
1848 29 -2086 R
1849 0 2086 V
1850 % End plot #110
1851 % Begin plot #111
1852 56 -2086 R
1853 0 2086 V
1854 % End plot #111
1855 % Begin plot #112
1856 14 -2086 R
1857 0 2086 V
1858 % End plot #112
1859 % Begin plot #113
1860 28 -2086 R
1861 0 2086 V
1862 % End plot #113
1863 % Begin plot #114
1864 29 -2086 R
1865 0 2086 V
1866 % End plot #114
1867 % Begin plot #115
1868 28 -2086 R
1869 0 2086 V
1870 % End plot #115
1871 % Begin plot #116
1872 28 -2086 R
1873 0 2086 V
1874 % End plot #116
1875 % Begin plot #117
1876 14 -2086 R
1877 0 2086 V
1878 % End plot #117
1879 % Begin plot #118
1880 29 -2086 R
1881 0 2086 V
1882 % End plot #118
1883 % Begin plot #119
1884 28 -2086 R
1885 0 2086 V
1886 % End plot #119
1887 % Begin plot #120
1888 28 -2086 R
1889 0 2086 V
1890 % End plot #120
1891 % Begin plot #121
1892 14 -2086 R
1893 0 2086 V
1894 % End plot #121
1895 % Begin plot #122
1896 28 -2086 R
1897 0 2086 V
1898 % End plot #122
1899 % Begin plot #123
1900 29 -2086 R
1901 0 2086 V
1902 % End plot #123
1903 % Begin plot #124
1904 14 -2086 R
1905 0 2086 V
1906 % End plot #124
1907 % Begin plot #125
1908 28 -2086 R
1909 0 2086 V
1910 % End plot #125
1911 % Begin plot #126
1912 28 -2086 R
1913 0 2086 V
1914 % End plot #126
1915 % Begin plot #127
1916 28 -2086 R
1917 0 2086 V
1918 % End plot #127
1919 % Begin plot #128
1920 43 -2086 R
1921 0 2086 V
1922 % End plot #128
1923 % Begin plot #129
1924 14 -2086 R
1925 0 2086 V
1926 % End plot #129
1927 % Begin plot #130
1928 28 -2086 R
1929 0 2086 V
1930 % End plot #130
1931 % Begin plot #131
1932 28 -2086 R
1933 0 2086 V
1934 % End plot #131
1935 % Begin plot #132
1936 14 -2086 R
1937 0 2086 V
1938 % End plot #132
1939 % Begin plot #133
1940 15 -2086 R
1941 0 2086 V
1942 % End plot #133
1943 % Begin plot #134
1944 14 -2086 R
1945 0 2086 V
1946 % End plot #134
1947 % Begin plot #135
1948 14 -2086 R
1949 0 2086 V
1950 % End plot #135
1951 % Begin plot #136
1952 28 -2086 R
1953 0 2086 V
1954 % End plot #136
1955 % Begin plot #137
1956 28 -2086 R
1957 0 2086 V
1958 % End plot #137
1959 % Begin plot #138
1960 29 -2086 R
1961 0 2086 V
1962 % End plot #138
1963 % Begin plot #139
1964 28 -2086 R
1965 0 2086 V
1966 % End plot #139
1967 % Begin plot #140
1968 14 -2086 R
1969 0 2086 V
1970 % End plot #140
1971 % Begin plot #141
1972 28 -2086 R
1973 0 2086 V
1974 % End plot #141
1975 % Begin plot #142
1976 14 -2086 R
1977 0 2086 V
1978 % End plot #142
1979 % Begin plot #143
1980 29 -2086 R
1981 0 2086 V
1982 % End plot #143
1983 % Begin plot #144
1984 14 -2086 R
1985 0 2086 V
1986 % End plot #144
1987 % Begin plot #145
1988 14 -2086 R
1989 0 2086 V
1990 % End plot #145
1991 % Begin plot #146
1992 28 -2086 R
1993 0 2086 V
1994 % End plot #146
1995 % Begin plot #147
1996 14 -2086 R
1997 0 2086 V
1998 % End plot #147
1999 % Begin plot #148
2000 14 -2086 R
2001 0 2086 V
2002 % End plot #148
2003 % Begin plot #149
2004 28 -2086 R
2005 0 2086 V
2006 % End plot #149
2007 % Begin plot #150
2008 43 -2086 R
2009 0 2086 V
2010 % End plot #150
2011 % Begin plot #151
2012 28 -2086 R
2013 0 2086 V
2014 % End plot #151
2015 % Begin plot #152
2016 57 -2086 R
2017 0 2086 V
2018 % End plot #152
2019 % Begin plot #153
2020 14 -2086 R
2021 0 2086 V
2022 % End plot #153
2023 % Begin plot #154
2024 14 -2086 R
2025 0 2086 V
2026 % End plot #154
2027 % Begin plot #155
2028 28 -2086 R
2029 0 2086 V
2030 % End plot #155
2031 % Begin plot #156
2032 14 -2086 R
2033 0 2086 V
2034 % End plot #156
2035 % Begin plot #157
2036 28 -2086 R
2037 0 2086 V
2038 % End plot #157
2039 % Begin plot #158
2040 14 -2086 R
2041 0 2086 V
2042 stroke 5978 4619 M
2043 % End plot #158
2044 % Begin plot #159
2045 29 -2086 R
2046 0 2086 V
2047 % End plot #159
2048 % Begin plot #160
2049 14 -2086 R
2050 0 2086 V
2051 % End plot #160
2052 % Begin plot #161
2053 28 -2086 R
2054 0 2086 V
2055 % End plot #161
2056 % Begin plot #162
2057 14 -2086 R
2058 0 2086 V
2059 % End plot #162
2060 % Begin plot #163
2061 28 -2086 R
2062 0 2086 V
2063 % End plot #163
2064 % Begin plot #164
2065 15 -2086 R
2066 0 2086 V
2067 % End plot #164
2068 % Begin plot #165
2069 28 -2086 R
2070 0 2086 V
2071 % End plot #165
2072 % Begin plot #166
2073 28 -2086 R
2074 0 2086 V
2075 % End plot #166
2076 % Begin plot #167
2077 14 -2086 R
2078 0 2086 V
2079 % End plot #167
2080 % Begin plot #168
2081 28 -2086 R
2082 0 2086 V
2083 % End plot #168
2084 % Begin plot #169
2085 43 -2086 R
2086 0 2086 V
2087 % End plot #169
2088 % Begin plot #170
2089 28 -2086 R
2090 0 2086 V
2091 % End plot #170
2092 % Begin plot #171
2093 28 -2086 R
2094 0 2086 V
2095 % End plot #171
2096 % Begin plot #172
2097 14 -2086 R
2098 0 2086 V
2099 % End plot #172
2100 % Begin plot #173
2101 29 -2086 R
2102 0 2086 V
2103 % End plot #173
2104 % Begin plot #174
2105 14 -2086 R
2106 0 2086 V
2107 % End plot #174
2108 % Begin plot #175
2109 28 -2086 R
2110 0 2086 V
2111 % End plot #175
2112 % Begin plot #176
2113 28 -2086 R
2114 0 2086 V
2115 % End plot #176
2116 % Begin plot #177
2117 14 -2086 R
2118 0 2086 V
2119 % End plot #177
2120 % Begin plot #178
2121 14 -2086 R
2122 0 2086 V
2123 % End plot #178
2124 % Begin plot #179
2125 29 -2086 R
2126 0 2086 V
2127 % End plot #179
2128 % Begin plot #180
2129 14 -2086 R
2130 0 2086 V
2131 % End plot #180
2132 % Begin plot #181
2133 28 -2086 R
2134 0 2086 V
2135 % End plot #181
2136 % Begin plot #182
2137 14 -2086 R
2138 0 2086 V
2139 % End plot #182
2140 % Begin plot #183
2141 14 -2086 R
2142 0 2086 V
2143 % End plot #183
2144 % Begin plot #184
2145 14 -2086 R
2146 0 2086 V
2147 % End plot #184
2148 % Begin plot #185
2149 stroke
2150 LT8
2151 1813 2533 M
2152 0 2086 V
2153 % End plot #185
2154 % Begin plot #186
2155 43 -2086 R
2156 0 2086 V
2157 % End plot #186
2158 % Begin plot #187
2159 28 -2086 R
2160 0 2086 V
2161 % End plot #187
2162 % Begin plot #188
2163 28 -2086 R
2164 0 2086 V
2165 % End plot #188
2166 % Begin plot #189
2167 28 -2086 R
2168 0 2086 V
2169 % End plot #189
2170 % Begin plot #190
2171 15 -2086 R
2172 0 2086 V
2173 % End plot #190
2174 % Begin plot #191
2175 14 -2086 R
2176 0 2086 V
2177 % End plot #191
2178 % Begin plot #192
2179 14 -2086 R
2180 0 2086 V
2181 % End plot #192
2182 % Begin plot #193
2183 28 -2086 R
2184 0 2086 V
2185 % End plot #193
2186 % Begin plot #194
2187 28 -2086 R
2188 0 2086 V
2189 % End plot #194
2190 % Begin plot #195
2191 43 -2086 R
2192 0 2086 V
2193 % End plot #195
2194 % Begin plot #196
2195 28 -2086 R
2196 0 2086 V
2197 % End plot #196
2198 % Begin plot #197
2199 14 -2086 R
2200 0 2086 V
2201 % End plot #197
2202 % Begin plot #198
2203 28 -2086 R
2204 0 2086 V
2205 % End plot #198
2206 % Begin plot #199
2207 14 -2086 R
2208 0 2086 V
2209 % End plot #199
2210 % Begin plot #200
2211 14 -2086 R
2212 0 2086 V
2213 % End plot #200
2214 % Begin plot #201
2215 15 -2086 R
2216 0 2086 V
2217 % End plot #201
2218 % Begin plot #202
2219 42 -2086 R
2220 0 2086 V
2221 % End plot #202
2222 % Begin plot #203
2223 42 -2086 R
2224 0 2086 V
2225 % End plot #203
2226 % Begin plot #204
2227 29 -2086 R
2228 0 2086 V
2229 % End plot #204
2230 % Begin plot #205
2231 28 -2086 R
2232 0 2086 V
2233 % End plot #205
2234 % Begin plot #206
2235 28 -2086 R
2236 0 2086 V
2237 % End plot #206
2238 % Begin plot #207
2239 42 -2086 R
2240 0 2086 V
2241 % End plot #207
2242 % Begin plot #208
2243 29 -2086 R
2244 0 2086 V
2245 % End plot #208
2246 % Begin plot #209
2247 28 -2086 R
2248 0 2086 V
2249 % End plot #209
2250 % Begin plot #210
2251 14 -2086 R
2252 0 2086 V
2253 % End plot #210
2254 % Begin plot #211
2255 28 -2086 R
2256 0 2086 V
2257 % End plot #211
2258 % Begin plot #212
2259 14 -2086 R
2260 0 2086 V
2261 % End plot #212
2262 % Begin plot #213
2263 29 -2086 R
2264 0 2086 V
2265 % End plot #213
2266 % Begin plot #214
2267 28 -2086 R
2268 0 2086 V
2269 % End plot #214
2270 % Begin plot #215
2271 28 -2086 R
2272 0 2086 V
2273 % End plot #215
2274 % Begin plot #216
2275 14 -2086 R
2276 0 2086 V
2277 % End plot #216
2278 % Begin plot #217
2279 14 -2086 R
2280 0 2086 V
2281 % End plot #217
2282 % Begin plot #218
2283 29 -2086 R
2284 0 2086 V
2285 % End plot #218
2286 % Begin plot #219
2287 42 -2086 R
2288 0 2086 V
2289 % End plot #219
2290 % Begin plot #220
2291 28 -2086 R
2292 0 2086 V
2293 % End plot #220
2294 % Begin plot #221
2295 14 -2086 R
2296 0 2086 V
2297 % End plot #221
2298 % Begin plot #222
2299 28 -2086 R
2300 0 2086 V
2301 % End plot #222
2302 % Begin plot #223
2303 29 -2086 R
2304 0 2086 V
2305 % End plot #223
2306 % Begin plot #224
2307 28 -2086 R
2308 0 2086 V
2309 % End plot #224
2310 % Begin plot #225
2311 28 -2086 R
2312 0 2086 V
2313 % End plot #225
2314 % Begin plot #226
2315 14 -2086 R
2316 0 2086 V
2317 % End plot #226
2318 % Begin plot #227
2319 14 -2086 R
2320 0 2086 V
2321 % End plot #227
2322 % Begin plot #228
2323 29 -2086 R
2324 0 2086 V
2325 % End plot #228
2326 % Begin plot #229
2327 28 -2086 R
2328 0 2086 V
2329 % End plot #229
2330 % Begin plot #230
2331 28 -2086 R
2332 0 2086 V
2333 % End plot #230
2334 % Begin plot #231
2335 14 -2086 R
2336 0 2086 V
2337 % End plot #231
2338 % Begin plot #232
2339 14 -2086 R
2340 0 2086 V
2341 % End plot #232
2342 % Begin plot #233
2343 29 -2086 R
2344 0 2086 V
2345 % End plot #233
2346 % Begin plot #234
2347 42 -2086 R
2348 0 2086 V
2349 % End plot #234
2350 % Begin plot #235
2351 42 -2086 R
2352 0 2086 V
2353 % End plot #235
2354 % Begin plot #236
2355 29 -2086 R
2356 0 2086 V
2357 % End plot #236
2358 % Begin plot #237
2359 42 -2086 R
2360 0 2086 V
2361 stroke 3183 4619 M
2362 % End plot #237
2363 % Begin plot #238
2364 28 -2086 R
2365 0 2086 V
2366 % End plot #238
2367 % Begin plot #239
2368 43 -2086 R
2369 0 2086 V
2370 % End plot #239
2371 % Begin plot #240
2372 28 -2086 R
2373 0 2086 V
2374 % End plot #240
2375 % Begin plot #241
2376 14 -2086 R
2377 0 2086 V
2378 % End plot #241
2379 % Begin plot #242
2380 28 -2086 R
2381 0 2086 V
2382 % End plot #242
2383 % Begin plot #243
2384 14 -2086 R
2385 0 2086 V
2386 % End plot #243
2387 % Begin plot #244
2388 28 -2086 R
2389 0 2086 V
2390 % End plot #244
2391 % Begin plot #245
2392 29 -2086 R
2393 0 2086 V
2394 % End plot #245
2395 % Begin plot #246
2396 28 -2086 R
2397 0 2086 V
2398 % End plot #246
2399 % Begin plot #247
2400 14 -2086 R
2401 0 2086 V
2402 % End plot #247
2403 % Begin plot #248
2404 28 -2086 R
2405 0 2086 V
2406 % End plot #248
2407 % Begin plot #249
2408 14 -2086 R
2409 0 2086 V
2410 % End plot #249
2411 % Begin plot #250
2412 15 -2086 R
2413 0 2086 V
2414 % End plot #250
2415 % Begin plot #251
2416 28 -2086 R
2417 0 2086 V
2418 % End plot #251
2419 % Begin plot #252
2420 14 -2086 R
2421 0 2086 V
2422 % End plot #252
2423 % Begin plot #253
2424 14 -2086 R
2425 0 2086 V
2426 % End plot #253
2427 % Begin plot #254
2428 28 -2086 R
2429 0 2086 V
2430 % End plot #254
2431 % Begin plot #255
2432 28 -2086 R
2433 0 2086 V
2434 % End plot #255
2435 % Begin plot #256
2436 15 -2086 R
2437 0 2086 V
2438 % End plot #256
2439 % Begin plot #257
2440 28 -2086 R
2441 0 2086 V
2442 % End plot #257
2443 % Begin plot #258
2444 28 -2086 R
2445 0 2086 V
2446 % End plot #258
2447 % Begin plot #259
2448 28 -2086 R
2449 0 2086 V
2450 % End plot #259
2451 % Begin plot #260
2452 29 -2086 R
2453 0 2086 V
2454 % End plot #260
2455 % Begin plot #261
2456 28 -2086 R
2457 0 2086 V
2458 % End plot #261
2459 % Begin plot #262
2460 42 -2086 R
2461 0 2086 V
2462 % End plot #262
2463 % Begin plot #263
2464 28 -2086 R
2465 0 2086 V
2466 % End plot #263
2467 % Begin plot #264
2468 29 -2086 R
2469 0 2086 V
2470 % End plot #264
2471 % Begin plot #265
2472 14 -2086 R
2473 0 2086 V
2474 % End plot #265
2475 % Begin plot #266
2476 28 -2086 R
2477 0 2086 V
2478 % End plot #266
2479 % Begin plot #267
2480 56 -2086 R
2481 0 2086 V
2482 % End plot #267
2483 % Begin plot #268
2484 29 -2086 R
2485 0 2086 V
2486 % End plot #268
2487 % Begin plot #269
2488 28 -2086 R
2489 0 2086 V
2490 % End plot #269
2491 % Begin plot #270
2492 28 -2086 R
2493 0 2086 V
2494 % End plot #270
2495 % Begin plot #271
2496 14 -2086 R
2497 0 2086 V
2498 % End plot #271
2499 % Begin plot #272
2500 14 -2086 R
2501 0 2086 V
2502 % End plot #272
2503 % Begin plot #273
2504 29 -2086 R
2505 0 2086 V
2506 % End plot #273
2507 % Begin plot #274
2508 28 -2086 R
2509 0 2086 V
2510 % End plot #274
2511 % Begin plot #275
2512 42 -2086 R
2513 0 2086 V
2514 % End plot #275
2515 % Begin plot #276
2516 28 -2086 R
2517 0 2086 V
2518 % End plot #276
2519 % Begin plot #277
2520 15 -2086 R
2521 0 2086 V
2522 % End plot #277
2523 % Begin plot #278
2524 14 -2086 R
2525 0 2086 V
2526 % End plot #278
2527 % Begin plot #279
2528 28 -2086 R
2529 0 2086 V
2530 % End plot #279
2531 % Begin plot #280
2532 14 -2086 R
2533 0 2086 V
2534 % End plot #280
2535 % Begin plot #281
2536 28 -2086 R
2537 0 2086 V
2538 % End plot #281
2539 % Begin plot #282
2540 57 -2086 R
2541 0 2086 V
2542 % End plot #282
2543 % Begin plot #283
2544 42 -2086 R
2545 0 2086 V
2546 % End plot #283
2547 % Begin plot #284
2548 28 -2086 R
2549 0 2086 V
2550 % End plot #284
2551 % Begin plot #285
2552 43 -2086 R
2553 0 2086 V
2554 % End plot #285
2555 % Begin plot #286
2556 28 -2086 R
2557 0 2086 V
2558 % End plot #286
2559 % Begin plot #287
2560 14 -2086 R
2561 0 2086 V
2562 % End plot #287
2563 % Begin plot #288
2564 28 -2086 R
2565 0 2086 V
2566 % End plot #288
2567 % Begin plot #289
2568 29 -2086 R
2569 0 2086 V
2570 stroke 4567 4619 M
2571 % End plot #289
2572 % Begin plot #290
2573 14 -2086 R
2574 0 2086 V
2575 % End plot #290
2576 % Begin plot #291
2577 28 -2086 R
2578 0 2086 V
2579 % End plot #291
2580 % Begin plot #292
2581 14 -2086 R
2582 0 2086 V
2583 % End plot #292
2584 % Begin plot #293
2585 28 -2086 R
2586 0 2086 V
2587 % End plot #293
2588 % Begin plot #294
2589 29 -2086 R
2590 0 2086 V
2591 % End plot #294
2592 % Begin plot #295
2593 42 -2086 R
2594 0 2086 V
2595 % End plot #295
2596 % Begin plot #296
2597 28 -2086 R
2598 0 2086 V
2599 % End plot #296
2600 % Begin plot #297
2601 28 -2086 R
2602 0 2086 V
2603 % End plot #297
2604 % Begin plot #298
2605 14 -2086 R
2606 0 2086 V
2607 % End plot #298
2608 % Begin plot #299
2609 57 -2086 R
2610 0 2086 V
2611 % End plot #299
2612 % Begin plot #300
2613 28 -2086 R
2614 0 2086 V
2615 % End plot #300
2616 % Begin plot #301
2617 14 -2086 R
2618 0 2086 V
2619 % End plot #301
2620 % Begin plot #302
2621 29 -2086 R
2622 0 2086 V
2623 % End plot #302
2624 % Begin plot #303
2625 28 -2086 R
2626 0 2086 V
2627 % End plot #303
2628 % Begin plot #304
2629 28 -2086 R
2630 0 2086 V
2631 % End plot #304
2632 % Begin plot #305
2633 28 -2086 R
2634 0 2086 V
2635 % End plot #305
2636 % Begin plot #306
2637 14 -2086 R
2638 0 2086 V
2639 % End plot #306
2640 % Begin plot #307
2641 29 -2086 R
2642 0 2086 V
2643 % End plot #307
2644 % Begin plot #308
2645 28 -2086 R
2646 0 2086 V
2647 % End plot #308
2648 % Begin plot #309
2649 28 -2086 R
2650 0 2086 V
2651 % End plot #309
2652 % Begin plot #310
2653 14 -2086 R
2654 0 2086 V
2655 % End plot #310
2656 % Begin plot #311
2657 28 -2086 R
2658 0 2086 V
2659 % End plot #311
2660 % Begin plot #312
2661 29 -2086 R
2662 0 2086 V
2663 % End plot #312
2664 % Begin plot #313
2665 14 -2086 R
2666 0 2086 V
2667 % End plot #313
2668 % Begin plot #314
2669 28 -2086 R
2670 0 2086 V
2671 % End plot #314
2672 % Begin plot #315
2673 28 -2086 R
2674 0 2086 V
2675 % End plot #315
2676 % Begin plot #316
2677 43 -2086 R
2678 0 2086 V
2679 % End plot #316
2680 % Begin plot #317
2681 28 -2086 R
2682 0 2086 V
2683 % End plot #317
2684 % Begin plot #318
2685 14 -2086 R
2686 0 2086 V
2687 % End plot #318
2688 % Begin plot #319
2689 28 -2086 R
2690 0 2086 V
2691 % End plot #319
2692 % Begin plot #320
2693 14 -2086 R
2694 0 2086 V
2695 % End plot #320
2696 % Begin plot #321
2697 14 -2086 R
2698 0 2086 V
2699 % End plot #321
2700 % Begin plot #322
2701 29 -2086 R
2702 0 2086 V
2703 % End plot #322
2704 % Begin plot #323
2705 14 -2086 R
2706 0 2086 V
2707 % End plot #323
2708 % Begin plot #324
2709 14 -2086 R
2710 0 2086 V
2711 % End plot #324
2712 % Begin plot #325
2713 28 -2086 R
2714 0 2086 V
2715 % End plot #325
2716 % Begin plot #326
2717 28 -2086 R
2718 0 2086 V
2719 % End plot #326
2720 % Begin plot #327
2721 29 -2086 R
2722 0 2086 V
2723 % End plot #327
2724 % Begin plot #328
2725 28 -2086 R
2726 0 2086 V
2727 % End plot #328
2728 % Begin plot #329
2729 14 -2086 R
2730 0 2086 V
2731 % End plot #329
2732 % Begin plot #330
2733 14 -2086 R
2734 0 2086 V
2735 % End plot #330
2736 % Begin plot #331
2737 28 -2086 R
2738 0 2086 V
2739 % End plot #331
2740 % Begin plot #332
2741 15 -2086 R
2742 0 2086 V
2743 % End plot #332
2744 % Begin plot #333
2745 28 -2086 R
2746 0 2086 V
2747 % End plot #333
2748 % Begin plot #334
2749 14 -2086 R
2750 0 2086 V
2751 % End plot #334
2752 % Begin plot #335
2753 14 -2086 R
2754 0 2086 V
2755 % End plot #335
2756 % Begin plot #336
2757 28 -2086 R
2758 0 2086 V
2759 % End plot #336
2760 % Begin plot #337
2761 14 -2086 R
2762 0 2086 V
2763 % End plot #337
2764 % Begin plot #338
2765 43 -2086 R
2766 0 2086 V
2767 % End plot #338
2768 % Begin plot #339
2769 28 -2086 R
2770 0 2086 V
2771 % End plot #339
2772 % Begin plot #340
2773 28 -2086 R
2774 0 2086 V
2775 % End plot #340
2776 % Begin plot #341
2777 14 -2086 R
2778 0 2086 V
2779 stroke 5837 4619 M
2780 % End plot #341
2781 % Begin plot #342
2782 14 -2086 R
2783 0 2086 V
2784 % End plot #342
2785 % Begin plot #343
2786 15 -2086 R
2787 0 2086 V
2788 % End plot #343
2789 % Begin plot #344
2790 14 -2086 R
2791 0 2086 V
2792 % End plot #344
2793 % Begin plot #345
2794 28 -2086 R
2795 0 2086 V
2796 % End plot #345
2797 % Begin plot #346
2798 14 -2086 R
2799 0 2086 V
2800 % End plot #346
2801 % Begin plot #347
2802 28 -2086 R
2803 0 2086 V
2804 % End plot #347
2805 % Begin plot #348
2806 28 -2086 R
2807 0 2086 V
2808 % End plot #348
2809 % Begin plot #349
2810 15 -2086 R
2811 0 2086 V
2812 % End plot #349
2813 % Begin plot #350
2814 14 -2086 R
2815 0 2086 V
2816 % End plot #350
2817 % Begin plot #351
2818 28 -2086 R
2819 0 2086 V
2820 % End plot #351
2821 % Begin plot #352
2822 14 -2086 R
2823 0 2086 V
2824 % End plot #352
2825 % Begin plot #353
2826 28 -2086 R
2827 0 2086 V
2828 % End plot #353
2829 % Begin plot #354
2830 14 -2086 R
2831 0 2086 V
2832 % End plot #354
2833 % Begin plot #355
2834 29 -2086 R
2835 0 2086 V
2836 % End plot #355
2837 % Begin plot #356
2838 28 -2086 R
2839 0 2086 V
2840 % End plot #356
2841 % Begin plot #357
2842 14 -2086 R
2843 0 2086 V
2844 % End plot #357
2845 % Begin plot #358
2846 28 -2086 R
2847 0 2086 V
2848 % End plot #358
2849 % Begin plot #359
2850 43 -2086 R
2851 0 2086 V
2852 % End plot #359
2853 % Begin plot #360
2854 28 -2086 R
2855 0 2086 V
2856 % End plot #360
2857 % Begin plot #361
2858 28 -2086 R
2859 0 2086 V
2860 % End plot #361
2861 % Begin plot #362
2862 14 -2086 R
2863 0 2086 V
2864 % End plot #362
2865 % Begin plot #363
2866 28 -2086 R
2867 0 2086 V
2868 % End plot #363
2869 % Begin plot #364
2870 29 -2086 R
2871 0 2086 V
2872 % End plot #364
2873 % Begin plot #365
2874 14 -2086 R
2875 0 2086 V
2876 % End plot #365
2877 % Begin plot #366
2878 28 -2086 R
2879 0 2086 V
2880 % End plot #366
2881 % Begin plot #367
2882 42 -2086 R
2883 0 2086 V
2884 % End plot #367
2885 % Begin plot #368
2886 15 -2086 R
2887 0 2086 V
2888 % End plot #368
2889 % Begin plot #369
2890 28 -2086 R
2891 0 2086 V
2892 % End plot #369
2893 % Begin plot #370
2894 14 -2086 R
2895 0 2086 V
2896 % End plot #370
2897 % Begin plot #371
2898 28 -2086 R
2899 0 2086 V
2900 % End plot #371
2901 % Begin plot #372
2902 14 -2086 R
2903 0 2086 V
2904 % End plot #372
2905 % Begin plot #373
2906 14 -2086 R
2907 0 2086 V
2908 % End plot #373
2909 stroke
2910 LTb
2911 938 4619 N
2912 938 448 L
2913 6051 0 V
2914 0 4171 V
2915 -6051 0 V
2916 Z stroke
2917 1.000 UP
2918 1.000 UL
2919 LTb
2920 stroke
2921 grestore
2922 end
2923 showpage
2924 %%Trailer
2925 %%DocumentFonts: Helvetica
2926 %%Pages: 1

UCC git Repository :: git.ucc.asn.au