\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" />
Merge branch 'master' of git.ucc.asn.au:/matches/honours
[matches/honours.git] / research / TCS / \e[A\e[B
diff --git a/research/TCS/\e[A\e[B b/research/TCS/\e[A\e[B
new file mode 100644 (file)
index 0000000..146e3fe
--- /dev/null
@@ -0,0 +1,2926 @@
+%!PS-Adobe-2.0
+%%Title: \e[A\e[B
+%%Creator: gnuplot 4.4 patchlevel 0
+%%CreationDate: Mon Oct 15 23:09:31 2012
+%%DocumentFonts: (atend)
+%%BoundingBox: 50 50 554 770
+%%Orientation: Landscape
+%%Pages: (atend)
+%%EndComments
+%%BeginProlog
+/gnudict 256 dict def
+gnudict begin
+%
+% The following true/false flags may be edited by hand if desired.
+% The unit line width and grayscale image gamma correction may also be changed.
+%
+/Color true def
+/Blacktext false def
+/Solid false def
+/Dashlength 1 def
+/Landscape true def
+/Level1 false def
+/Rounded false def
+/ClipToBoundingBox false def
+/TransparentPatterns false def
+/gnulinewidth 5.000 def
+/userlinewidth gnulinewidth def
+/Gamma 1.0 def
+%
+/vshift -46 def
+/dl1 {
+  10.0 Dashlength mul mul
+  Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
+} def
+/dl2 {
+  10.0 Dashlength mul mul
+  Rounded { currentlinewidth 0.75 mul add } if
+} def
+/hpt_ 31.5 def
+/vpt_ 31.5 def
+/hpt hpt_ def
+/vpt vpt_ def
+Level1 {} {
+/SDict 10 dict def
+systemdict /pdfmark known not {
+  userdict /pdfmark systemdict /cleartomark get put
+} if
+SDict begin [
+  /Title (\e[A\e[B)
+  /Subject (gnuplot plot)
+  /Creator (gnuplot 4.4 patchlevel 0)
+  /Author (sam)
+%  /Producer (gnuplot)
+%  /Keywords ()
+  /CreationDate (Mon Oct 15 23:09:31 2012)
+  /DOCINFO pdfmark
+end
+} ifelse
+/doclip {
+  ClipToBoundingBox {
+    newpath 50 50 moveto 554 50 lineto 554 770 lineto 50 770 lineto closepath
+    clip
+  } if
+} def
+%
+% Gnuplot Prolog Version 4.4 (January 2010)
+%
+%/SuppressPDFMark true def
+%
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/N {newpath moveto} bind def
+/Z {closepath} bind def
+/C {setrgbcolor} bind def
+/f {rlineto fill} bind def
+/Gshow {show} def   % May be redefined later in the file to support UTF-8
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow {currentpoint stroke M 0 vshift R 
+       Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
+/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
+       Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
+/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R 
+       Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
+/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
+  /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
+/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
+ {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
+/BL {stroke userlinewidth 2 mul setlinewidth
+       Rounded {1 setlinejoin 1 setlinecap} if} def
+/AL {stroke userlinewidth 2 div setlinewidth
+       Rounded {1 setlinejoin 1 setlinecap} if} def
+/UL {dup gnulinewidth mul /userlinewidth exch def
+       dup 1 lt {pop 1} if 10 mul /udl exch def} def
+/PL {stroke userlinewidth setlinewidth
+       Rounded {1 setlinejoin 1 setlinecap} if} def
+% Default Line colors
+/LCw {1 1 1} def
+/LCb {0 0 0} def
+/LCa {0 0 0} def
+/LC0 {1 0 0} def
+/LC1 {0 1 0} def
+/LC2 {0 0 1} def
+/LC3 {1 0 1} def
+/LC4 {0 1 1} def
+/LC5 {1 1 0} def
+/LC6 {0 0 0} def
+/LC7 {1 0.3 0} def
+/LC8 {0.5 0.5 0.5} def
+% Default Line Types
+/LTw {PL [] 1 setgray} def
+/LTb {BL [] LCb DL} def
+/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
+/LT0 {PL [] LC0 DL} def
+/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
+/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
+/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
+/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
+/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
+/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
+/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
+/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
+/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
+/Dia {stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  Pnt} def
+/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+ } def
+/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  Pnt} def
+/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke} def
+/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  Pnt} def
+/Star {2 copy Pls Crs} def
+/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath fill} def
+/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath fill} def
+/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
+  hpt neg vpt 1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt -1.62 mul V closepath stroke
+  Pnt} def
+/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
+  hpt neg vpt 1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt -1.62 mul V closepath fill} def
+/DiaF {stroke [] 0 setdash vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath fill} def
+/Pent {stroke [] 0 setdash 2 copy gsave
+  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
+  closepath stroke grestore Pnt} def
+/PentF {stroke [] 0 setdash gsave
+  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
+  closepath fill grestore} def
+/Circle {stroke [] 0 setdash 2 copy
+  hpt 0 360 arc stroke Pnt} def
+/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
+/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
+/C1 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 0 90 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C2 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 90 180 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C3 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 0 180 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C4 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 180 270 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C5 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 0 90 arc
+       2 copy moveto
+       2 copy vpt 180 270 arc closepath fill
+       vpt 0 360 arc} bind def
+/C6 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 90 270 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C7 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 0 270 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C8 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 270 360 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C9 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 270 450 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
+       2 copy moveto
+       2 copy vpt 90 180 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C11 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 0 180 arc closepath fill
+       2 copy moveto
+       2 copy vpt 270 360 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C12 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 180 360 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C13 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 0 90 arc closepath fill
+       2 copy moveto
+       2 copy vpt 180 360 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C14 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 90 360 arc closepath fill
+       vpt 0 360 arc} bind def
+/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+       neg 0 rlineto closepath} bind def
+/Square {dup Rec} bind def
+/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
+/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
+/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
+/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
+/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
+/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
+/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
+       exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
+/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
+/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
+       2 copy vpt Square fill Bsquare} bind def
+/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
+/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
+/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
+       Bsquare} bind def
+/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
+       Bsquare} bind def
+/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
+/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
+       2 copy vpt Square fill Bsquare} bind def
+/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
+       2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
+/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
+/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
+/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
+/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
+/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
+/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
+/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
+/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
+/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
+/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
+/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
+/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
+/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
+/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
+/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
+/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
+/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
+/DiaE {stroke [] 0 setdash vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke} def
+/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke} def
+/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke} def
+/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
+  hpt neg vpt 1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt -1.62 mul V closepath stroke} def
+/PentE {stroke [] 0 setdash gsave
+  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
+  closepath stroke grestore} def
+/CircE {stroke [] 0 setdash 
+  hpt 0 360 arc stroke} def
+/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
+/DiaW {stroke [] 0 setdash vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V Opaque stroke} def
+/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V Opaque stroke} def
+/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V Opaque stroke} def
+/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
+  hpt neg vpt 1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt -1.62 mul V Opaque stroke} def
+/PentW {stroke [] 0 setdash gsave
+  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
+  Opaque stroke grestore} def
+/CircW {stroke [] 0 setdash 
+  hpt 0 360 arc Opaque stroke} def
+/BoxFill {gsave Rec 1 setgray fill grestore} def
+/Density {
+  /Fillden exch def
+  currentrgbcolor
+  /ColB exch def /ColG exch def /ColR exch def
+  /ColR ColR Fillden mul Fillden sub 1 add def
+  /ColG ColG Fillden mul Fillden sub 1 add def
+  /ColB ColB Fillden mul Fillden sub 1 add def
+  ColR ColG ColB setrgbcolor} def
+/BoxColFill {gsave Rec PolyFill} def
+/PolyFill {gsave Density fill grestore grestore} def
+/h {rlineto rlineto rlineto gsave closepath fill grestore} bind def
+%
+% PostScript Level 1 Pattern Fill routine for rectangles
+% Usage: x y w h s a XX PatternFill
+%      x,y = lower left corner of box to be filled
+%      w,h = width and height of box
+%        a = angle in degrees between lines and x-axis
+%       XX = 0/1 for no/yes cross-hatch
+%
+/PatternFill {gsave /PFa [ 9 2 roll ] def
+  PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
+  PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
+  gsave 1 setgray fill grestore clip
+  currentlinewidth 0.5 mul setlinewidth
+  /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
+  0 0 M PFa 5 get rotate PFs -2 div dup translate
+  0 1 PFs PFa 4 get div 1 add floor cvi
+       {PFa 4 get mul 0 M 0 PFs V} for
+  0 PFa 6 get ne {
+       0 1 PFs PFa 4 get div 1 add floor cvi
+       {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
+ } if
+  stroke grestore} def
+%
+/languagelevel where
+ {pop languagelevel} {1} ifelse
+ 2 lt
+       {/InterpretLevel1 true def}
+       {/InterpretLevel1 Level1 def}
+ ifelse
+%
+% PostScript level 2 pattern fill definitions
+%
+/Level2PatternFill {
+/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
+       bind def
+/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} 
+>> matrix makepattern
+/Pat1 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
+       0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
+>> matrix makepattern
+/Pat2 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
+       8 8 L 8 0 L 0 0 L fill}
+>> matrix makepattern
+/Pat3 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
+       0 12 M 12 0 L stroke}
+>> matrix makepattern
+/Pat4 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
+       0 -4 M 12 8 L stroke}
+>> matrix makepattern
+/Pat5 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
+       0 12 M 8 -4 L 4 12 M 10 0 L stroke}
+>> matrix makepattern
+/Pat6 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
+       0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
+>> matrix makepattern
+/Pat7 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
+       12 0 M -4 8 L 12 4 M 0 10 L stroke}
+>> matrix makepattern
+/Pat8 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
+       -4 0 M 12 8 L -4 4 M 8 10 L stroke}
+>> matrix makepattern
+/Pat9 exch def
+/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
+/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
+/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
+/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
+/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
+/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
+/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
+} def
+%
+%
+%End of PostScript Level 2 code
+%
+/PatternBgnd {
+  TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
+} def
+%
+% Substitute for Level 2 pattern fill codes with
+% grayscale if Level 2 support is not selected.
+%
+/Level1PatternFill {
+/Pattern1 {0.250 Density} bind def
+/Pattern2 {0.500 Density} bind def
+/Pattern3 {0.750 Density} bind def
+/Pattern4 {0.125 Density} bind def
+/Pattern5 {0.375 Density} bind def
+/Pattern6 {0.625 Density} bind def
+/Pattern7 {0.875 Density} bind def
+} def
+%
+% Now test for support of Level 2 code
+%
+Level1 {Level1PatternFill} {Level2PatternFill} ifelse
+%
+/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
+dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
+currentdict end definefont pop
+end
+%%EndProlog
+%%Page: 1 1
+gnudict begin
+gsave
+doclip
+50 50 translate
+0.100 0.100 scale
+90 rotate
+0 -5040 translate
+0 setgray
+newpath
+(Helvetica) findfont 140 scalefont setfont
+1.000 UL
+LTb
+938 448 M
+63 0 V
+5988 0 R
+-63 0 V
+854 448 M
+(-0.01) Rshow
+1.000 UL
+LTb
+938 1491 M
+63 0 V
+5988 0 R
+-63 0 V
+-6072 0 R
+(-0.005) Rshow
+1.000 UL
+LTb
+938 2533 M
+63 0 V
+5988 0 R
+-63 0 V
+-6072 0 R
+( 0) Rshow
+1.000 UL
+LTb
+938 3576 M
+63 0 V
+5988 0 R
+-63 0 V
+-6072 0 R
+( 0.005) Rshow
+1.000 UL
+LTb
+938 4619 M
+63 0 V
+5988 0 R
+-63 0 V
+-6072 0 R
+( 0.01) Rshow
+1.000 UL
+LTb
+938 448 M
+0 63 V
+0 4108 R
+0 -63 V
+938 308 M
+( 0) Cshow
+1.000 UL
+LTb
+1610 448 M
+0 63 V
+0 4108 R
+0 -63 V
+0 -4248 R
+( 2) Cshow
+1.000 UL
+LTb
+2283 448 M
+0 63 V
+0 4108 R
+0 -63 V
+0 -4248 R
+( 4) Cshow
+1.000 UL
+LTb
+2955 448 M
+0 63 V
+0 4108 R
+0 -63 V
+0 -4248 R
+( 6) Cshow
+1.000 UL
+LTb
+3627 448 M
+0 63 V
+0 4108 R
+0 -63 V
+0 -4248 R
+( 8) Cshow
+1.000 UL
+LTb
+4300 448 M
+0 63 V
+0 4108 R
+0 -63 V
+0 -4248 R
+( 10) Cshow
+1.000 UL
+LTb
+4972 448 M
+0 63 V
+0 4108 R
+0 -63 V
+0 -4248 R
+( 12) Cshow
+1.000 UL
+LTb
+5644 448 M
+0 63 V
+0 4108 R
+0 -63 V
+0 -4248 R
+( 14) Cshow
+1.000 UL
+LTb
+6317 448 M
+0 63 V
+0 4108 R
+0 -63 V
+0 -4248 R
+( 16) Cshow
+1.000 UL
+LTb
+6989 448 M
+0 63 V
+0 4108 R
+0 -63 V
+0 -4248 R
+( 18) Cshow
+1.000 UL
+LTb
+1.000 UL
+LTb
+938 4619 N
+938 448 L
+6051 0 V
+0 4171 V
+-6051 0 V
+Z stroke
+LCb setrgbcolor
+196 2533 M
+currentpoint gsave translate -270 rotate 0 0 M
+(dI\(E\)/dE \(uA / V\)) Cshow
+grestore
+LTb
+LCb setrgbcolor
+3963 98 M
+(U \(V\)) Cshow
+LTb
+3963 4829 M
+(Total Current Spectrum S\(E\)) Cshow
+1.000 UP
+1.000 UL
+LTb
+% Begin plot #1
+1.000 UP
+1.000 UL
+LT0
+LCb setrgbcolor
+6338 4486 M
+(230207.dat) Rshow
+LT0
+6422 4486 M
+399 0 V
+938 2533 M
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 1 V
+14 -1 V
+14 0 V
+14 1 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+stroke 2378 2534 M
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 -1 V
+14 1 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 -1 V
+14 0 V
+14 0 V
+14 1 V
+14 -1 V
+14 0 V
+14 1 V
+14 0 V
+15 -1 V
+14 1 V
+14 0 V
+14 -1 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 1 V
+14 -1 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+stroke 3847 2533 M
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 1 V
+15 -1 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 1 V
+14 -1 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 1 V
+14 -1 V
+14 0 V
+15 1 V
+14 -1 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 1 V
+14 -1 V
+14 0 V
+14 0 V
+14 1 V
+14 -1 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 1 V
+14 -1 V
+15 0 V
+14 1 V
+14 0 V
+14 -1 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 1 V
+14 -1 V
+stroke 5315 2533 M
+14 0 V
+14 1 V
+14 -1 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+14 0 V
+15 0 V
+938 2533 Pls
+952 2533 Pls
+966 2533 Pls
+980 2533 Pls
+994 2533 Pls
+1009 2533 Pls
+1023 2533 Pls
+1037 2533 Pls
+1051 2533 Pls
+1065 2533 Pls
+1079 2533 Pls
+1093 2533 Pls
+1107 2533 Pls
+1122 2533 Pls
+1136 2533 Pls
+1150 2533 Pls
+1164 2533 Pls
+1178 2533 Pls
+1192 2533 Pls
+1206 2533 Pls
+1220 2533 Pls
+1234 2533 Pls
+1249 2533 Pls
+1263 2533 Pls
+1277 2533 Pls
+1291 2533 Pls
+1305 2533 Pls
+1319 2533 Pls
+1333 2533 Pls
+1347 2533 Pls
+1362 2533 Pls
+1376 2533 Pls
+1390 2533 Pls
+1404 2533 Pls
+1418 2533 Pls
+1432 2533 Pls
+1446 2533 Pls
+1460 2533 Pls
+1475 2533 Pls
+1489 2533 Pls
+1503 2533 Pls
+1517 2533 Pls
+1531 2533 Pls
+1545 2533 Pls
+1559 2533 Pls
+1573 2533 Pls
+1587 2533 Pls
+1602 2533 Pls
+1616 2533 Pls
+1630 2533 Pls
+1644 2533 Pls
+1658 2533 Pls
+1672 2533 Pls
+1686 2533 Pls
+1700 2533 Pls
+1715 2533 Pls
+1729 2533 Pls
+1743 2533 Pls
+1757 2533 Pls
+1771 2533 Pls
+1785 2533 Pls
+1799 2533 Pls
+1813 2533 Pls
+1827 2533 Pls
+1842 2533 Pls
+1856 2533 Pls
+1870 2533 Pls
+1884 2533 Pls
+1898 2534 Pls
+1912 2533 Pls
+1926 2533 Pls
+1940 2534 Pls
+1955 2534 Pls
+1969 2534 Pls
+1983 2534 Pls
+1997 2534 Pls
+2011 2534 Pls
+2025 2534 Pls
+2039 2534 Pls
+2053 2534 Pls
+2068 2534 Pls
+2082 2534 Pls
+2096 2534 Pls
+2110 2534 Pls
+2124 2534 Pls
+2138 2534 Pls
+2152 2534 Pls
+2166 2534 Pls
+2180 2534 Pls
+2195 2534 Pls
+2209 2534 Pls
+2223 2534 Pls
+2237 2534 Pls
+2251 2534 Pls
+2265 2534 Pls
+2279 2534 Pls
+2293 2534 Pls
+2308 2534 Pls
+2322 2534 Pls
+2336 2534 Pls
+2350 2534 Pls
+2364 2534 Pls
+2378 2534 Pls
+2392 2534 Pls
+2406 2534 Pls
+2420 2534 Pls
+2435 2534 Pls
+2449 2534 Pls
+2463 2534 Pls
+2477 2534 Pls
+2491 2534 Pls
+2505 2534 Pls
+2519 2534 Pls
+2533 2534 Pls
+2548 2534 Pls
+2562 2534 Pls
+2576 2534 Pls
+2590 2533 Pls
+2604 2534 Pls
+2618 2534 Pls
+2632 2534 Pls
+2646 2534 Pls
+2661 2534 Pls
+2675 2533 Pls
+2689 2533 Pls
+2703 2533 Pls
+2717 2534 Pls
+2731 2533 Pls
+2745 2533 Pls
+2759 2534 Pls
+2773 2534 Pls
+2788 2533 Pls
+2802 2534 Pls
+2816 2534 Pls
+2830 2533 Pls
+2844 2533 Pls
+2858 2533 Pls
+2872 2533 Pls
+2886 2533 Pls
+2901 2534 Pls
+2915 2533 Pls
+2929 2533 Pls
+2943 2533 Pls
+2957 2533 Pls
+2971 2533 Pls
+2985 2533 Pls
+2999 2533 Pls
+3013 2533 Pls
+3028 2533 Pls
+3042 2533 Pls
+3056 2533 Pls
+3070 2533 Pls
+3084 2533 Pls
+3098 2533 Pls
+3112 2533 Pls
+3126 2533 Pls
+3141 2533 Pls
+3155 2533 Pls
+3169 2533 Pls
+3183 2533 Pls
+3197 2533 Pls
+3211 2533 Pls
+3225 2533 Pls
+3239 2533 Pls
+3254 2533 Pls
+3268 2533 Pls
+3282 2533 Pls
+3296 2533 Pls
+3310 2533 Pls
+3324 2533 Pls
+3338 2533 Pls
+3352 2533 Pls
+3366 2533 Pls
+3381 2533 Pls
+3395 2533 Pls
+3409 2533 Pls
+3423 2533 Pls
+3437 2533 Pls
+3451 2533 Pls
+3465 2533 Pls
+3479 2533 Pls
+3494 2533 Pls
+3508 2533 Pls
+3522 2533 Pls
+3536 2533 Pls
+3550 2533 Pls
+3564 2533 Pls
+3578 2533 Pls
+3592 2533 Pls
+3606 2533 Pls
+3621 2533 Pls
+3635 2533 Pls
+3649 2533 Pls
+3663 2533 Pls
+3677 2533 Pls
+3691 2533 Pls
+3705 2533 Pls
+3719 2533 Pls
+3734 2533 Pls
+3748 2533 Pls
+3762 2533 Pls
+3776 2533 Pls
+3790 2533 Pls
+3804 2533 Pls
+3818 2533 Pls
+3832 2533 Pls
+3847 2533 Pls
+3861 2533 Pls
+3875 2533 Pls
+3889 2533 Pls
+3903 2533 Pls
+3917 2533 Pls
+3931 2533 Pls
+3945 2533 Pls
+3959 2533 Pls
+3974 2533 Pls
+3988 2533 Pls
+4002 2533 Pls
+4016 2533 Pls
+4030 2533 Pls
+4044 2533 Pls
+4058 2533 Pls
+4072 2533 Pls
+4087 2533 Pls
+4101 2533 Pls
+4115 2533 Pls
+4129 2533 Pls
+4143 2533 Pls
+4157 2533 Pls
+4171 2533 Pls
+4185 2533 Pls
+4199 2533 Pls
+4214 2533 Pls
+4228 2533 Pls
+4242 2533 Pls
+4256 2533 Pls
+4270 2533 Pls
+4284 2533 Pls
+4298 2533 Pls
+4312 2533 Pls
+4327 2533 Pls
+4341 2533 Pls
+4355 2533 Pls
+4369 2533 Pls
+4383 2533 Pls
+4397 2533 Pls
+4411 2533 Pls
+4425 2533 Pls
+4440 2533 Pls
+4454 2533 Pls
+4468 2533 Pls
+4482 2533 Pls
+4496 2533 Pls
+4510 2533 Pls
+4524 2533 Pls
+4538 2533 Pls
+4552 2534 Pls
+4567 2533 Pls
+4581 2533 Pls
+4595 2533 Pls
+4609 2533 Pls
+4623 2533 Pls
+4637 2534 Pls
+4651 2533 Pls
+4665 2533 Pls
+4680 2533 Pls
+4694 2533 Pls
+4708 2533 Pls
+4722 2533 Pls
+4736 2533 Pls
+4750 2533 Pls
+4764 2534 Pls
+4778 2533 Pls
+4792 2533 Pls
+4807 2534 Pls
+4821 2533 Pls
+4835 2533 Pls
+4849 2533 Pls
+4863 2533 Pls
+4877 2533 Pls
+4891 2533 Pls
+4905 2533 Pls
+4920 2533 Pls
+4934 2534 Pls
+4948 2533 Pls
+4962 2533 Pls
+4976 2533 Pls
+4990 2534 Pls
+5004 2533 Pls
+5018 2533 Pls
+5033 2533 Pls
+5047 2533 Pls
+5061 2533 Pls
+5075 2533 Pls
+5089 2533 Pls
+5103 2533 Pls
+5117 2533 Pls
+5131 2534 Pls
+5145 2533 Pls
+5160 2533 Pls
+5174 2534 Pls
+5188 2534 Pls
+5202 2533 Pls
+5216 2533 Pls
+5230 2533 Pls
+5244 2533 Pls
+5258 2533 Pls
+5273 2533 Pls
+5287 2533 Pls
+5301 2534 Pls
+5315 2533 Pls
+5329 2533 Pls
+5343 2534 Pls
+5357 2533 Pls
+5371 2533 Pls
+5385 2533 Pls
+5400 2533 Pls
+5414 2533 Pls
+5428 2533 Pls
+5442 2533 Pls
+5456 2533 Pls
+5470 2533 Pls
+5484 2533 Pls
+5498 2533 Pls
+5513 2533 Pls
+5527 2533 Pls
+5541 2533 Pls
+5555 2533 Pls
+5569 2533 Pls
+5583 2533 Pls
+5597 2533 Pls
+5611 2533 Pls
+5626 2533 Pls
+5640 2533 Pls
+5654 2533 Pls
+5668 2533 Pls
+5682 2533 Pls
+5696 2533 Pls
+5710 2533 Pls
+5724 2533 Pls
+5738 2533 Pls
+5753 2533 Pls
+5767 2533 Pls
+5781 2533 Pls
+5795 2533 Pls
+5809 2533 Pls
+5823 2533 Pls
+5837 2533 Pls
+5851 2533 Pls
+5866 2533 Pls
+5880 2533 Pls
+5894 2533 Pls
+5908 2533 Pls
+5922 2533 Pls
+5936 2533 Pls
+5950 2533 Pls
+5964 2533 Pls
+5978 2533 Pls
+5993 2533 Pls
+6007 2533 Pls
+6021 2533 Pls
+6035 2533 Pls
+6049 2533 Pls
+6063 2533 Pls
+6077 2533 Pls
+6091 2533 Pls
+6106 2533 Pls
+6120 2533 Pls
+6134 2533 Pls
+6148 2533 Pls
+6162 2533 Pls
+6176 2533 Pls
+6190 2533 Pls
+6204 2533 Pls
+6219 2533 Pls
+6233 2533 Pls
+6247 2533 Pls
+6261 2533 Pls
+6275 2533 Pls
+6289 2533 Pls
+6303 2533 Pls
+6317 2533 Pls
+6331 2533 Pls
+6346 2533 Pls
+6360 2533 Pls
+6374 2533 Pls
+6388 2533 Pls
+6402 2533 Pls
+6416 2533 Pls
+6430 2533 Pls
+6444 2533 Pls
+6459 2533 Pls
+6473 2533 Pls
+6487 2533 Pls
+6501 2533 Pls
+6515 2533 Pls
+6529 2533 Pls
+6543 2533 Pls
+6557 2533 Pls
+6571 2533 Pls
+6586 2533 Pls
+6621 4486 Pls
+% End plot #1
+% Begin plot #2
+1.000 UL
+LTb
+1898 2533 M
+0 2086 V
+% End plot #2
+% Begin plot #3
+28 -2086 R
+0 2086 V
+% End plot #3
+% Begin plot #4
+14 -2086 R
+0 2086 V
+% End plot #4
+% Begin plot #5
+15 -2086 R
+0 2086 V
+% End plot #5
+% Begin plot #6
+28 -2086 R
+0 2086 V
+% End plot #6
+% Begin plot #7
+14 -2086 R
+0 2086 V
+% End plot #7
+% Begin plot #8
+28 -2086 R
+0 2086 V
+% End plot #8
+% Begin plot #9
+14 -2086 R
+0 2086 V
+% End plot #9
+% Begin plot #10
+14 -2086 R
+0 2086 V
+% End plot #10
+% Begin plot #11
+15 -2086 R
+0 2086 V
+% End plot #11
+% Begin plot #12
+28 -2086 R
+0 2086 V
+% End plot #12
+% Begin plot #13
+28 -2086 R
+0 2086 V
+% End plot #13
+% Begin plot #14
+14 -2086 R
+0 2086 V
+% End plot #14
+% Begin plot #15
+14 -2086 R
+0 2086 V
+% End plot #15
+% Begin plot #16
+71 -2086 R
+0 2086 V
+% End plot #16
+% Begin plot #17
+56 -2086 R
+0 2086 V
+% End plot #17
+% Begin plot #18
+14 -2086 R
+0 2086 V
+% End plot #18
+% Begin plot #19
+29 -2086 R
+0 2086 V
+% End plot #19
+% Begin plot #20
+28 -2086 R
+0 2086 V
+% End plot #20
+% Begin plot #21
+28 -2086 R
+0 2086 V
+% End plot #21
+% Begin plot #22
+42 -2086 R
+0 2086 V
+% End plot #22
+% Begin plot #23
+29 -2086 R
+0 2086 V
+% End plot #23
+% Begin plot #24
+14 -2086 R
+0 2086 V
+% End plot #24
+% Begin plot #25
+28 -2086 R
+0 2086 V
+% End plot #25
+% Begin plot #26
+14 -2086 R
+0 2086 V
+% End plot #26
+% Begin plot #27
+28 -2086 R
+0 2086 V
+% End plot #27
+% Begin plot #28
+29 -2086 R
+0 2086 V
+% End plot #28
+% Begin plot #29
+28 -2086 R
+0 2086 V
+% End plot #29
+% Begin plot #30
+14 -2086 R
+0 2086 V
+% End plot #30
+% Begin plot #31
+28 -2086 R
+0 2086 V
+% End plot #31
+% Begin plot #32
+14 -2086 R
+0 2086 V
+% End plot #32
+% Begin plot #33
+57 -2086 R
+0 2086 V
+% End plot #33
+% Begin plot #34
+14 -2086 R
+0 2086 V
+% End plot #34
+% Begin plot #35
+14 -2086 R
+0 2086 V
+% End plot #35
+% Begin plot #36
+28 -2086 R
+0 2086 V
+% End plot #36
+% Begin plot #37
+29 -2086 R
+0 2086 V
+% End plot #37
+% Begin plot #38
+28 -2086 R
+0 2086 V
+% End plot #38
+% Begin plot #39
+28 -2086 R
+0 2086 V
+% End plot #39
+% Begin plot #40
+14 -2086 R
+0 2086 V
+% End plot #40
+% Begin plot #41
+28 -2086 R
+0 2086 V
+% End plot #41
+% Begin plot #42
+15 -2086 R
+0 2086 V
+% End plot #42
+% Begin plot #43
+28 -2086 R
+0 2086 V
+% End plot #43
+% Begin plot #44
+14 -2086 R
+0 2086 V
+% End plot #44
+% Begin plot #45
+70 -2086 R
+0 2086 V
+% End plot #45
+% Begin plot #46
+43 -2086 R
+0 2086 V
+% End plot #46
+% Begin plot #47
+28 -2086 R
+0 2086 V
+% End plot #47
+% Begin plot #48
+42 -2086 R
+0 2086 V
+% End plot #48
+% Begin plot #49
+29 -2086 R
+0 2086 V
+% End plot #49
+% Begin plot #50
+14 -2086 R
+0 2086 V
+% End plot #50
+% Begin plot #51
+14 -2086 R
+0 2086 V
+% End plot #51
+% Begin plot #52
+14 -2086 R
+0 2086 V
+% End plot #52
+% Begin plot #53
+28 -2086 R
+0 2086 V
+% End plot #53
+% Begin plot #54
+85 -2086 R
+0 2086 V
+stroke 3310 4619 M
+% End plot #54
+% Begin plot #55
+28 -2086 R
+0 2086 V
+% End plot #55
+% Begin plot #56
+14 -2086 R
+0 2086 V
+% End plot #56
+% Begin plot #57
+29 -2086 R
+0 2086 V
+% End plot #57
+% Begin plot #58
+70 -2086 R
+0 2086 V
+% End plot #58
+% Begin plot #59
+28 -2086 R
+0 2086 V
+% End plot #59
+% Begin plot #60
+15 -2086 R
+0 2086 V
+% End plot #60
+% Begin plot #61
+14 -2086 R
+0 2086 V
+% End plot #61
+% Begin plot #62
+14 -2086 R
+0 2086 V
+% End plot #62
+% Begin plot #63
+28 -2086 R
+0 2086 V
+% End plot #63
+% Begin plot #64
+14 -2086 R
+0 2086 V
+% End plot #64
+% Begin plot #65
+28 -2086 R
+0 2086 V
+% End plot #65
+% Begin plot #66
+14 -2086 R
+0 2086 V
+% End plot #66
+% Begin plot #67
+29 -2086 R
+0 2086 V
+% End plot #67
+% Begin plot #68
+28 -2086 R
+0 2086 V
+% End plot #68
+% Begin plot #69
+14 -2086 R
+0 2086 V
+% End plot #69
+% Begin plot #70
+42 -2086 R
+0 2086 V
+% End plot #70
+% Begin plot #71
+29 -2086 R
+0 2086 V
+% End plot #71
+% Begin plot #72
+14 -2086 R
+0 2086 V
+% End plot #72
+% Begin plot #73
+14 -2086 R
+0 2086 V
+% End plot #73
+% Begin plot #74
+14 -2086 R
+0 2086 V
+% End plot #74
+% Begin plot #75
+28 -2086 R
+0 2086 V
+% End plot #75
+% Begin plot #76
+29 -2086 R
+0 2086 V
+% End plot #76
+% Begin plot #77
+14 -2086 R
+0 2086 V
+% End plot #77
+% Begin plot #78
+28 -2086 R
+0 2086 V
+% End plot #78
+% Begin plot #79
+14 -2086 R
+0 2086 V
+% End plot #79
+% Begin plot #80
+56 -2086 R
+0 2086 V
+% End plot #80
+% Begin plot #81
+15 -2086 R
+0 2086 V
+% End plot #81
+% Begin plot #82
+28 -2086 R
+0 2086 V
+% End plot #82
+% Begin plot #83
+28 -2086 R
+0 2086 V
+% End plot #83
+% Begin plot #84
+14 -2086 R
+0 2086 V
+% End plot #84
+% Begin plot #85
+28 -2086 R
+0 2086 V
+% End plot #85
+% Begin plot #86
+15 -2086 R
+0 2086 V
+% End plot #86
+% Begin plot #87
+28 -2086 R
+0 2086 V
+% End plot #87
+% Begin plot #88
+42 -2086 R
+0 2086 V
+% End plot #88
+% Begin plot #89
+28 -2086 R
+0 2086 V
+% End plot #89
+% Begin plot #90
+57 -2086 R
+0 2086 V
+% End plot #90
+% Begin plot #91
+70 -2086 R
+0 2086 V
+% End plot #91
+% Begin plot #92
+15 -2086 R
+0 2086 V
+% End plot #92
+% Begin plot #93
+14 -2086 R
+0 2086 V
+% End plot #93
+% Begin plot #94
+42 -2086 R
+0 2086 V
+% End plot #94
+% Begin plot #95
+28 -2086 R
+0 2086 V
+% End plot #95
+% Begin plot #96
+29 -2086 R
+0 2086 V
+% End plot #96
+% Begin plot #97
+42 -2086 R
+0 2086 V
+% End plot #97
+% Begin plot #98
+28 -2086 R
+0 2086 V
+% End plot #98
+% Begin plot #99
+14 -2086 R
+0 2086 V
+% End plot #99
+% Begin plot #100
+28 -2086 R
+0 2086 V
+% End plot #100
+% Begin plot #101
+29 -2086 R
+0 2086 V
+% End plot #101
+% Begin plot #102
+14 -2086 R
+0 2086 V
+% End plot #102
+% Begin plot #103
+14 -2086 R
+0 2086 V
+% End plot #103
+% Begin plot #104
+28 -2086 R
+0 2086 V
+% End plot #104
+% Begin plot #105
+28 -2086 R
+0 2086 V
+% End plot #105
+% Begin plot #106
+43 -2086 R
+0 2086 V
+stroke 4708 4619 M
+% End plot #106
+% Begin plot #107
+28 -2086 R
+0 2086 V
+% End plot #107
+% Begin plot #108
+28 -2086 R
+0 2086 V
+% End plot #108
+% Begin plot #109
+14 -2086 R
+0 2086 V
+% End plot #109
+% Begin plot #110
+29 -2086 R
+0 2086 V
+% End plot #110
+% Begin plot #111
+56 -2086 R
+0 2086 V
+% End plot #111
+% Begin plot #112
+14 -2086 R
+0 2086 V
+% End plot #112
+% Begin plot #113
+28 -2086 R
+0 2086 V
+% End plot #113
+% Begin plot #114
+29 -2086 R
+0 2086 V
+% End plot #114
+% Begin plot #115
+28 -2086 R
+0 2086 V
+% End plot #115
+% Begin plot #116
+28 -2086 R
+0 2086 V
+% End plot #116
+% Begin plot #117
+14 -2086 R
+0 2086 V
+% End plot #117
+% Begin plot #118
+29 -2086 R
+0 2086 V
+% End plot #118
+% Begin plot #119
+28 -2086 R
+0 2086 V
+% End plot #119
+% Begin plot #120
+28 -2086 R
+0 2086 V
+% End plot #120
+% Begin plot #121
+14 -2086 R
+0 2086 V
+% End plot #121
+% Begin plot #122
+28 -2086 R
+0 2086 V
+% End plot #122
+% Begin plot #123
+29 -2086 R
+0 2086 V
+% End plot #123
+% Begin plot #124
+14 -2086 R
+0 2086 V
+% End plot #124
+% Begin plot #125
+28 -2086 R
+0 2086 V
+% End plot #125
+% Begin plot #126
+28 -2086 R
+0 2086 V
+% End plot #126
+% Begin plot #127
+28 -2086 R
+0 2086 V
+% End plot #127
+% Begin plot #128
+43 -2086 R
+0 2086 V
+% End plot #128
+% Begin plot #129
+14 -2086 R
+0 2086 V
+% End plot #129
+% Begin plot #130
+28 -2086 R
+0 2086 V
+% End plot #130
+% Begin plot #131
+28 -2086 R
+0 2086 V
+% End plot #131
+% Begin plot #132
+14 -2086 R
+0 2086 V
+% End plot #132
+% Begin plot #133
+15 -2086 R
+0 2086 V
+% End plot #133
+% Begin plot #134
+14 -2086 R
+0 2086 V
+% End plot #134
+% Begin plot #135
+14 -2086 R
+0 2086 V
+% End plot #135
+% Begin plot #136
+28 -2086 R
+0 2086 V
+% End plot #136
+% Begin plot #137
+28 -2086 R
+0 2086 V
+% End plot #137
+% Begin plot #138
+29 -2086 R
+0 2086 V
+% End plot #138
+% Begin plot #139
+28 -2086 R
+0 2086 V
+% End plot #139
+% Begin plot #140
+14 -2086 R
+0 2086 V
+% End plot #140
+% Begin plot #141
+28 -2086 R
+0 2086 V
+% End plot #141
+% Begin plot #142
+14 -2086 R
+0 2086 V
+% End plot #142
+% Begin plot #143
+29 -2086 R
+0 2086 V
+% End plot #143
+% Begin plot #144
+14 -2086 R
+0 2086 V
+% End plot #144
+% Begin plot #145
+14 -2086 R
+0 2086 V
+% End plot #145
+% Begin plot #146
+28 -2086 R
+0 2086 V
+% End plot #146
+% Begin plot #147
+14 -2086 R
+0 2086 V
+% End plot #147
+% Begin plot #148
+14 -2086 R
+0 2086 V
+% End plot #148
+% Begin plot #149
+28 -2086 R
+0 2086 V
+% End plot #149
+% Begin plot #150
+43 -2086 R
+0 2086 V
+% End plot #150
+% Begin plot #151
+28 -2086 R
+0 2086 V
+% End plot #151
+% Begin plot #152
+57 -2086 R
+0 2086 V
+% End plot #152
+% Begin plot #153
+14 -2086 R
+0 2086 V
+% End plot #153
+% Begin plot #154
+14 -2086 R
+0 2086 V
+% End plot #154
+% Begin plot #155
+28 -2086 R
+0 2086 V
+% End plot #155
+% Begin plot #156
+14 -2086 R
+0 2086 V
+% End plot #156
+% Begin plot #157
+28 -2086 R
+0 2086 V
+% End plot #157
+% Begin plot #158
+14 -2086 R
+0 2086 V
+stroke 5978 4619 M
+% End plot #158
+% Begin plot #159
+29 -2086 R
+0 2086 V
+% End plot #159
+% Begin plot #160
+14 -2086 R
+0 2086 V
+% End plot #160
+% Begin plot #161
+28 -2086 R
+0 2086 V
+% End plot #161
+% Begin plot #162
+14 -2086 R
+0 2086 V
+% End plot #162
+% Begin plot #163
+28 -2086 R
+0 2086 V
+% End plot #163
+% Begin plot #164
+15 -2086 R
+0 2086 V
+% End plot #164
+% Begin plot #165
+28 -2086 R
+0 2086 V
+% End plot #165
+% Begin plot #166
+28 -2086 R
+0 2086 V
+% End plot #166
+% Begin plot #167
+14 -2086 R
+0 2086 V
+% End plot #167
+% Begin plot #168
+28 -2086 R
+0 2086 V
+% End plot #168
+% Begin plot #169
+43 -2086 R
+0 2086 V
+% End plot #169
+% Begin plot #170
+28 -2086 R
+0 2086 V
+% End plot #170
+% Begin plot #171
+28 -2086 R
+0 2086 V
+% End plot #171
+% Begin plot #172
+14 -2086 R
+0 2086 V
+% End plot #172
+% Begin plot #173
+29 -2086 R
+0 2086 V
+% End plot #173
+% Begin plot #174
+14 -2086 R
+0 2086 V
+% End plot #174
+% Begin plot #175
+28 -2086 R
+0 2086 V
+% End plot #175
+% Begin plot #176
+28 -2086 R
+0 2086 V
+% End plot #176
+% Begin plot #177
+14 -2086 R
+0 2086 V
+% End plot #177
+% Begin plot #178
+14 -2086 R
+0 2086 V
+% End plot #178
+% Begin plot #179
+29 -2086 R
+0 2086 V
+% End plot #179
+% Begin plot #180
+14 -2086 R
+0 2086 V
+% End plot #180
+% Begin plot #181
+28 -2086 R
+0 2086 V
+% End plot #181
+% Begin plot #182
+14 -2086 R
+0 2086 V
+% End plot #182
+% Begin plot #183
+14 -2086 R
+0 2086 V
+% End plot #183
+% Begin plot #184
+14 -2086 R
+0 2086 V
+% End plot #184
+% Begin plot #185
+stroke
+LT8
+1813 2533 M
+0 2086 V
+% End plot #185
+% Begin plot #186
+43 -2086 R
+0 2086 V
+% End plot #186
+% Begin plot #187
+28 -2086 R
+0 2086 V
+% End plot #187
+% Begin plot #188
+28 -2086 R
+0 2086 V
+% End plot #188
+% Begin plot #189
+28 -2086 R
+0 2086 V
+% End plot #189
+% Begin plot #190
+15 -2086 R
+0 2086 V
+% End plot #190
+% Begin plot #191
+14 -2086 R
+0 2086 V
+% End plot #191
+% Begin plot #192
+14 -2086 R
+0 2086 V
+% End plot #192
+% Begin plot #193
+28 -2086 R
+0 2086 V
+% End plot #193
+% Begin plot #194
+28 -2086 R
+0 2086 V
+% End plot #194
+% Begin plot #195
+43 -2086 R
+0 2086 V
+% End plot #195
+% Begin plot #196
+28 -2086 R
+0 2086 V
+% End plot #196
+% Begin plot #197
+14 -2086 R
+0 2086 V
+% End plot #197
+% Begin plot #198
+28 -2086 R
+0 2086 V
+% End plot #198
+% Begin plot #199
+14 -2086 R
+0 2086 V
+% End plot #199
+% Begin plot #200
+14 -2086 R
+0 2086 V
+% End plot #200
+% Begin plot #201
+15 -2086 R
+0 2086 V
+% End plot #201
+% Begin plot #202
+42 -2086 R
+0 2086 V
+% End plot #202
+% Begin plot #203
+42 -2086 R
+0 2086 V
+% End plot #203
+% Begin plot #204
+29 -2086 R
+0 2086 V
+% End plot #204
+% Begin plot #205
+28 -2086 R
+0 2086 V
+% End plot #205
+% Begin plot #206
+28 -2086 R
+0 2086 V
+% End plot #206
+% Begin plot #207
+42 -2086 R
+0 2086 V
+% End plot #207
+% Begin plot #208
+29 -2086 R
+0 2086 V
+% End plot #208
+% Begin plot #209
+28 -2086 R
+0 2086 V
+% End plot #209
+% Begin plot #210
+14 -2086 R
+0 2086 V
+% End plot #210
+% Begin plot #211
+28 -2086 R
+0 2086 V
+% End plot #211
+% Begin plot #212
+14 -2086 R
+0 2086 V
+% End plot #212
+% Begin plot #213
+29 -2086 R
+0 2086 V
+% End plot #213
+% Begin plot #214
+28 -2086 R
+0 2086 V
+% End plot #214
+% Begin plot #215
+28 -2086 R
+0 2086 V
+% End plot #215
+% Begin plot #216
+14 -2086 R
+0 2086 V
+% End plot #216
+% Begin plot #217
+14 -2086 R
+0 2086 V
+% End plot #217
+% Begin plot #218
+29 -2086 R
+0 2086 V
+% End plot #218
+% Begin plot #219
+42 -2086 R
+0 2086 V
+% End plot #219
+% Begin plot #220
+28 -2086 R
+0 2086 V
+% End plot #220
+% Begin plot #221
+14 -2086 R
+0 2086 V
+% End plot #221
+% Begin plot #222
+28 -2086 R
+0 2086 V
+% End plot #222
+% Begin plot #223
+29 -2086 R
+0 2086 V
+% End plot #223
+% Begin plot #224
+28 -2086 R
+0 2086 V
+% End plot #224
+% Begin plot #225
+28 -2086 R
+0 2086 V
+% End plot #225
+% Begin plot #226
+14 -2086 R
+0 2086 V
+% End plot #226
+% Begin plot #227
+14 -2086 R
+0 2086 V
+% End plot #227
+% Begin plot #228
+29 -2086 R
+0 2086 V
+% End plot #228
+% Begin plot #229
+28 -2086 R
+0 2086 V
+% End plot #229
+% Begin plot #230
+28 -2086 R
+0 2086 V
+% End plot #230
+% Begin plot #231
+14 -2086 R
+0 2086 V
+% End plot #231
+% Begin plot #232
+14 -2086 R
+0 2086 V
+% End plot #232
+% Begin plot #233
+29 -2086 R
+0 2086 V
+% End plot #233
+% Begin plot #234
+42 -2086 R
+0 2086 V
+% End plot #234
+% Begin plot #235
+42 -2086 R
+0 2086 V
+% End plot #235
+% Begin plot #236
+29 -2086 R
+0 2086 V
+% End plot #236
+% Begin plot #237
+42 -2086 R
+0 2086 V
+stroke 3183 4619 M
+% End plot #237
+% Begin plot #238
+28 -2086 R
+0 2086 V
+% End plot #238
+% Begin plot #239
+43 -2086 R
+0 2086 V
+% End plot #239
+% Begin plot #240
+28 -2086 R
+0 2086 V
+% End plot #240
+% Begin plot #241
+14 -2086 R
+0 2086 V
+% End plot #241
+% Begin plot #242
+28 -2086 R
+0 2086 V
+% End plot #242
+% Begin plot #243
+14 -2086 R
+0 2086 V
+% End plot #243
+% Begin plot #244
+28 -2086 R
+0 2086 V
+% End plot #244
+% Begin plot #245
+29 -2086 R
+0 2086 V
+% End plot #245
+% Begin plot #246
+28 -2086 R
+0 2086 V
+% End plot #246
+% Begin plot #247
+14 -2086 R
+0 2086 V
+% End plot #247
+% Begin plot #248
+28 -2086 R
+0 2086 V
+% End plot #248
+% Begin plot #249
+14 -2086 R
+0 2086 V
+% End plot #249
+% Begin plot #250
+15 -2086 R
+0 2086 V
+% End plot #250
+% Begin plot #251
+28 -2086 R
+0 2086 V
+% End plot #251
+% Begin plot #252
+14 -2086 R
+0 2086 V
+% End plot #252
+% Begin plot #253
+14 -2086 R
+0 2086 V
+% End plot #253
+% Begin plot #254
+28 -2086 R
+0 2086 V
+% End plot #254
+% Begin plot #255
+28 -2086 R
+0 2086 V
+% End plot #255
+% Begin plot #256
+15 -2086 R
+0 2086 V
+% End plot #256
+% Begin plot #257
+28 -2086 R
+0 2086 V
+% End plot #257
+% Begin plot #258
+28 -2086 R
+0 2086 V
+% End plot #258
+% Begin plot #259
+28 -2086 R
+0 2086 V
+% End plot #259
+% Begin plot #260
+29 -2086 R
+0 2086 V
+% End plot #260
+% Begin plot #261
+28 -2086 R
+0 2086 V
+% End plot #261
+% Begin plot #262
+42 -2086 R
+0 2086 V
+% End plot #262
+% Begin plot #263
+28 -2086 R
+0 2086 V
+% End plot #263
+% Begin plot #264
+29 -2086 R
+0 2086 V
+% End plot #264
+% Begin plot #265
+14 -2086 R
+0 2086 V
+% End plot #265
+% Begin plot #266
+28 -2086 R
+0 2086 V
+% End plot #266
+% Begin plot #267
+56 -2086 R
+0 2086 V
+% End plot #267
+% Begin plot #268
+29 -2086 R
+0 2086 V
+% End plot #268
+% Begin plot #269
+28 -2086 R
+0 2086 V
+% End plot #269
+% Begin plot #270
+28 -2086 R
+0 2086 V
+% End plot #270
+% Begin plot #271
+14 -2086 R
+0 2086 V
+% End plot #271
+% Begin plot #272
+14 -2086 R
+0 2086 V
+% End plot #272
+% Begin plot #273
+29 -2086 R
+0 2086 V
+% End plot #273
+% Begin plot #274
+28 -2086 R
+0 2086 V
+% End plot #274
+% Begin plot #275
+42 -2086 R
+0 2086 V
+% End plot #275
+% Begin plot #276
+28 -2086 R
+0 2086 V
+% End plot #276
+% Begin plot #277
+15 -2086 R
+0 2086 V
+% End plot #277
+% Begin plot #278
+14 -2086 R
+0 2086 V
+% End plot #278
+% Begin plot #279
+28 -2086 R
+0 2086 V
+% End plot #279
+% Begin plot #280
+14 -2086 R
+0 2086 V
+% End plot #280
+% Begin plot #281
+28 -2086 R
+0 2086 V
+% End plot #281
+% Begin plot #282
+57 -2086 R
+0 2086 V
+% End plot #282
+% Begin plot #283
+42 -2086 R
+0 2086 V
+% End plot #283
+% Begin plot #284
+28 -2086 R
+0 2086 V
+% End plot #284
+% Begin plot #285
+43 -2086 R
+0 2086 V
+% End plot #285
+% Begin plot #286
+28 -2086 R
+0 2086 V
+% End plot #286
+% Begin plot #287
+14 -2086 R
+0 2086 V
+% End plot #287
+% Begin plot #288
+28 -2086 R
+0 2086 V
+% End plot #288
+% Begin plot #289
+29 -2086 R
+0 2086 V
+stroke 4567 4619 M
+% End plot #289
+% Begin plot #290
+14 -2086 R
+0 2086 V
+% End plot #290
+% Begin plot #291
+28 -2086 R
+0 2086 V
+% End plot #291
+% Begin plot #292
+14 -2086 R
+0 2086 V
+% End plot #292
+% Begin plot #293
+28 -2086 R
+0 2086 V
+% End plot #293
+% Begin plot #294
+29 -2086 R
+0 2086 V
+% End plot #294
+% Begin plot #295
+42 -2086 R
+0 2086 V
+% End plot #295
+% Begin plot #296
+28 -2086 R
+0 2086 V
+% End plot #296
+% Begin plot #297
+28 -2086 R
+0 2086 V
+% End plot #297
+% Begin plot #298
+14 -2086 R
+0 2086 V
+% End plot #298
+% Begin plot #299
+57 -2086 R
+0 2086 V
+% End plot #299
+% Begin plot #300
+28 -2086 R
+0 2086 V
+% End plot #300
+% Begin plot #301
+14 -2086 R
+0 2086 V
+% End plot #301
+% Begin plot #302
+29 -2086 R
+0 2086 V
+% End plot #302
+% Begin plot #303
+28 -2086 R
+0 2086 V
+% End plot #303
+% Begin plot #304
+28 -2086 R
+0 2086 V
+% End plot #304
+% Begin plot #305
+28 -2086 R
+0 2086 V
+% End plot #305
+% Begin plot #306
+14 -2086 R
+0 2086 V
+% End plot #306
+% Begin plot #307
+29 -2086 R
+0 2086 V
+% End plot #307
+% Begin plot #308
+28 -2086 R
+0 2086 V
+% End plot #308
+% Begin plot #309
+28 -2086 R
+0 2086 V
+% End plot #309
+% Begin plot #310
+14 -2086 R
+0 2086 V
+% End plot #310
+% Begin plot #311
+28 -2086 R
+0 2086 V
+% End plot #311
+% Begin plot #312
+29 -2086 R
+0 2086 V
+% End plot #312
+% Begin plot #313
+14 -2086 R
+0 2086 V
+% End plot #313
+% Begin plot #314
+28 -2086 R
+0 2086 V
+% End plot #314
+% Begin plot #315
+28 -2086 R
+0 2086 V
+% End plot #315
+% Begin plot #316
+43 -2086 R
+0 2086 V
+% End plot #316
+% Begin plot #317
+28 -2086 R
+0 2086 V
+% End plot #317
+% Begin plot #318
+14 -2086 R
+0 2086 V
+% End plot #318
+% Begin plot #319
+28 -2086 R
+0 2086 V
+% End plot #319
+% Begin plot #320
+14 -2086 R
+0 2086 V
+% End plot #320
+% Begin plot #321
+14 -2086 R
+0 2086 V
+% End plot #321
+% Begin plot #322
+29 -2086 R
+0 2086 V
+% End plot #322
+% Begin plot #323
+14 -2086 R
+0 2086 V
+% End plot #323
+% Begin plot #324
+14 -2086 R
+0 2086 V
+% End plot #324
+% Begin plot #325
+28 -2086 R
+0 2086 V
+% End plot #325
+% Begin plot #326
+28 -2086 R
+0 2086 V
+% End plot #326
+% Begin plot #327
+29 -2086 R
+0 2086 V
+% End plot #327
+% Begin plot #328
+28 -2086 R
+0 2086 V
+% End plot #328
+% Begin plot #329
+14 -2086 R
+0 2086 V
+% End plot #329
+% Begin plot #330
+14 -2086 R
+0 2086 V
+% End plot #330
+% Begin plot #331
+28 -2086 R
+0 2086 V
+% End plot #331
+% Begin plot #332
+15 -2086 R
+0 2086 V
+% End plot #332
+% Begin plot #333
+28 -2086 R
+0 2086 V
+% End plot #333
+% Begin plot #334
+14 -2086 R
+0 2086 V
+% End plot #334
+% Begin plot #335
+14 -2086 R
+0 2086 V
+% End plot #335
+% Begin plot #336
+28 -2086 R
+0 2086 V
+% End plot #336
+% Begin plot #337
+14 -2086 R
+0 2086 V
+% End plot #337
+% Begin plot #338
+43 -2086 R
+0 2086 V
+% End plot #338
+% Begin plot #339
+28 -2086 R
+0 2086 V
+% End plot #339
+% Begin plot #340
+28 -2086 R
+0 2086 V
+% End plot #340
+% Begin plot #341
+14 -2086 R
+0 2086 V
+stroke 5837 4619 M
+% End plot #341
+% Begin plot #342
+14 -2086 R
+0 2086 V
+% End plot #342
+% Begin plot #343
+15 -2086 R
+0 2086 V
+% End plot #343
+% Begin plot #344
+14 -2086 R
+0 2086 V
+% End plot #344
+% Begin plot #345
+28 -2086 R
+0 2086 V
+% End plot #345
+% Begin plot #346
+14 -2086 R
+0 2086 V
+% End plot #346
+% Begin plot #347
+28 -2086 R
+0 2086 V
+% End plot #347
+% Begin plot #348
+28 -2086 R
+0 2086 V
+% End plot #348
+% Begin plot #349
+15 -2086 R
+0 2086 V
+% End plot #349
+% Begin plot #350
+14 -2086 R
+0 2086 V
+% End plot #350
+% Begin plot #351
+28 -2086 R
+0 2086 V
+% End plot #351
+% Begin plot #352
+14 -2086 R
+0 2086 V
+% End plot #352
+% Begin plot #353
+28 -2086 R
+0 2086 V
+% End plot #353
+% Begin plot #354
+14 -2086 R
+0 2086 V
+% End plot #354
+% Begin plot #355
+29 -2086 R
+0 2086 V
+% End plot #355
+% Begin plot #356
+28 -2086 R
+0 2086 V
+% End plot #356
+% Begin plot #357
+14 -2086 R
+0 2086 V
+% End plot #357
+% Begin plot #358
+28 -2086 R
+0 2086 V
+% End plot #358
+% Begin plot #359
+43 -2086 R
+0 2086 V
+% End plot #359
+% Begin plot #360
+28 -2086 R
+0 2086 V
+% End plot #360
+% Begin plot #361
+28 -2086 R
+0 2086 V
+% End plot #361
+% Begin plot #362
+14 -2086 R
+0 2086 V
+% End plot #362
+% Begin plot #363
+28 -2086 R
+0 2086 V
+% End plot #363
+% Begin plot #364
+29 -2086 R
+0 2086 V
+% End plot #364
+% Begin plot #365
+14 -2086 R
+0 2086 V
+% End plot #365
+% Begin plot #366
+28 -2086 R
+0 2086 V
+% End plot #366
+% Begin plot #367
+42 -2086 R
+0 2086 V
+% End plot #367
+% Begin plot #368
+15 -2086 R
+0 2086 V
+% End plot #368
+% Begin plot #369
+28 -2086 R
+0 2086 V
+% End plot #369
+% Begin plot #370
+14 -2086 R
+0 2086 V
+% End plot #370
+% Begin plot #371
+28 -2086 R
+0 2086 V
+% End plot #371
+% Begin plot #372
+14 -2086 R
+0 2086 V
+% End plot #372
+% Begin plot #373
+14 -2086 R
+0 2086 V
+% End plot #373
+stroke
+LTb
+938 4619 N
+938 448 L
+6051 0 V
+0 4171 V
+-6051 0 V
+Z stroke
+1.000 UP
+1.000 UL
+LTb
+stroke
+grestore
+end
+showpage
+%%Trailer
+%%DocumentFonts: Helvetica
+%%Pages: 1

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