# HG changeset patch # User bshanks@bshanks-salk.dyndns.org # Date 1239504621 25200 # Node ID 21ae2b01cc603de74f96f46b880eb2eb00d6b83a # Parent f02aa5fc0f10a5d49f2e8daacb159fe9347bf7d7 added figures --- a/MO_vs_Mtif2_jet.eps Sat Apr 11 19:39:56 2009 -0700 +++ b/MO_vs_Mtif2_jet.eps Sat Apr 11 19:50:21 2009 -0700 @@ -1,1 +1,794 @@ -../figures/MO_vs_Mtif2_jet.epsc \ No newline at end of file +%!PS-Adobe-2.0 EPSF-2.0 +%%Title: MO_vs_Mtif2_jet.epsc +%%Creator: gnuplot 4.2 patchlevel 2 +%%CreationDate: Fri Apr 3 01:34:06 2009 +%%DocumentFonts: (atend) +%%BoundingBox: 50 50 410 302 +%%EndComments +%%BeginProlog +/gnudict 256 dict def +gnudict begin +% +% The following 6 true/false flags may be edited by hand if required +% The unit line width may also be changed +% +/Color true def +/Blacktext false def +/Solid true def +/Dashlength 1 def +/Landscape false def +/Level1 false def +/Rounded false def +/TransparentPatterns false def +/gnulinewidth 5.000 def +/userlinewidth gnulinewidth 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 (MO_vs_Mtif2_jet.epsc) + /Subject (gnuplot plot) + /Creator (gnuplot 4.2 patchlevel 2 ) + /Author (Bayle Shanks,,,) +% /Producer (gnuplot) +% /Keywords () + /CreationDate (Fri Apr 3 01:34:06 2009) + /DOCINFO pdfmark +end +} ifelse +% +% Gnuplot Prolog Version 4.2 (August 2006) +% +/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 +/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 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 +/MFshow { + { dup 5 get 3 ge + { 5 get 3 eq {gsave} {grestore} ifelse } + {dup dup 0 get findfont exch 1 get scalefont setfont + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop + pop aload pop M} ifelse }ifelse }ifelse } + ifelse } + forall} bind def +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def +/MLshow { currentpoint stroke M + 0 exch R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MRshow { currentpoint stroke M + exch dup MFwidth neg 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MCshow { currentpoint stroke M + exch dup MFwidth -2 div 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/XYsave { [( ) 1 2 true false 3 ()] } bind def +/XYrestore { [( ) 1 2 true false 4 ()] } bind def +end +%%EndProlog +gnudict begin +gsave +50 50 translate +0.050 0.050 scale +0 setgray +newpath +(Helvetica) findfont 140 scalefont setfont +gsave % colour palette begin +/maxcolors 64 def +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp} + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt} + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv} + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse + } ifelse} def +/Constrain { + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def +/YIQ2RGB { + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add + exch 1.91 mul exch add Constrain 3 1 roll} def +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq { + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB} + if} ifelse} ifelse} ifelse} def +/InterpolatedColor true def +/grayindex {/gidx 0 def + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get + GrayA gidx get sub div} def +/redvalue {RedA gidx get RedA gidx 1 sub get + RedA gidx get sub dgdxval mul add} def +/greenvalue {GreenA gidx get GreenA gidx 1 sub get + GreenA gidx get sub dgdxval mul add} def +/bluevalue {BlueA gidx get BlueA gidx 1 sub get + BlueA gidx get sub dgdxval mul add} def +/interpolate { + grayindex grayv GrayA gidx get sub abs 1e-5 le + {RedA gidx get GreenA gidx get BlueA gidx get} + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 + .9524 .9683 .9841 1 ] def +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627 + .5635 .5 ] def +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 ] def +/pm3dround {maxcolors 0 gt {dup 1 ge + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def +/pm3dGamma 1.0 1.5 div def +/ColorSpace (RGB) def +Color true and { % COLOUR vs. GRAY map + InterpolatedColor { %% Interpolation vs. RGB-Formula + /g {stroke pm3dround /grayv exch def interpolate + SelectSpace setrgbcolor} bind def + }{ + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain + SelectSpace setrgbcolor} bind def + } ifelse +}{ + /g {stroke pm3dround pm3dGamma exp setgray} bind def +} ifelse +1.000 UP +1.000 UL +LTb +1.000 UL +LT0 +LTb +%%%%BeginImage +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip +InterpretLevel1 { + %% Construct a box instead of image + LTb + 876 4852 M + 5292 0 V + 0 -4429 V + -5292 0 V + 876 4852 L + 40 -110 R + (PS level 2 image) Lshow + % Read data but ignore it + /imagebuf 15239 string def + currentfile imagebuf readstring +} { +gsave +876 4852 translate +5292 -4429 scale +%%%%BeginPalette +[ /Indexed + /DeviceRGB 63 + < + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000 + > +] setcolorspace +%%%%EndPalette +<< + /ImageType 1 + /Width 135 + /Height 113 + /BitsPerComponent 8 + /ImageMatrix [ 135 0 0 113 0 0 ] + /Decode [ 0 255 ] + /DataSource currentfile /ASCII85Decode filter + /MultipleDataSources false + /Interpolate false +>> +image +} ifelse +5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D +.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5 +!D.o5!D.o5!D.o!rr<$zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRJzzzzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzz5!B#Jzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4ot]azzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzzz!!#2H!WW3#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRJzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzzzzz5!AuIzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4ot]azzzzzzzzzzzzzzzzz +zzzzzzzzzzzzzzz!!#2H!WW3#zzzzzzzzzzzzzzzzzz!!<9+"onW'zzzzzzzzzzzz!'WRHzzzzzzzz +zzzzzzzzzzz"Tnr5zzzzzzzzzzzzz5!AuJzzzzzzzzzzzzzzzzzz!!!<0"U5>7zzzzzzzzzzzz!!!! +_4ok]bzzzzz!##>4zzzzzzzzzzzz!"&u8"UP//zzzzzzzzzzzz!!#2H!"q(D2zzzzzzzzzzzz!'WRI!K4obQ_zzz(D[\t&ePWd +zz!##tW%h9*[$kF$azzzzzzzzzzzz!!#2H!!!3-#mUbF&.egAzz!#QLf(Do=S)a6G+*#TY5)a4p!4o +bQ_zz!!!!6()I`#&J>Zj('"=7z'GD)l'G1oe%M'3gzzzzzzzzzzzz!'WRH!!!65$47.P&.oNg'EA+5 +!!!!9(`4),5!BlK+/)BBn?)]9M1(`=2.(` +*u)(D[f$'+bZa&c_n3zzzzzzzzzz!!#2Hz!!!N@&J>fo()@Z%(`4,.)&X;3*$-1C+sA*K)%mJh&J#T +m*?QCE4rk_/+!)IC*?RHe+!)LE*#ot>*Zc@@)&O2.)&X;0(`*u*(Ddl%&.f9]zzzzzzzzzzz!'WRHz +!"TVQ'GVB"()Ic((`4,/)&aM8*?QCN-m^,Y)\a#)(EOeH+sK2p,9e +_+!`$X-m^/b4s_I#,UFZ\,pjrc5!D.o5!D.o4sME[$kO$azzzzzzzzzz!!#2Hz!!!TD',2/r()I`&(D +[i*)&jP9*$QaX+Y+s)-RL5j.4HZ/4t7s0-mpDk-n-Pn-n$Gh,U=W\-71&d4s_L"+sJ0P*?6":)AsD. +'bh;p%h/sW&.]9azzzzzzzzzz!'WRHz!!!TD'GM8s().Ju()Ii+*$$"?-RU2d*^2bO5!D.o5!CGG.O +lnt.Olhq.Oceq-mp;e,U=Z_-7:/g4sqU$+sJ*O*ZZ1<)&F&&',2,m%hB-[%M'0gzzzzzzzzzz5!ArH +z!"]_U'GM2o',)#o'c7i.*$$.J,:>Z=/LW,#4tS9K.k3#!.P!#".Olnt.4HYn-RL,c,paia-RgH-4s +_L$,9\3R*ZZ.:(`!i$'GD)l&.f?`%hK.k2nn,pX`],U"9R+q'+tlf% +h9$X%Lis[%Lrs_)&Wql%fcS0zzz!'WRHz!!!E9$kEm_()@`))B0V8+!W$p4t8-?1c@,U=[".5!>32`NcV3&WWL0J4n,.4 +HYn-mpAi-n$Pp.P!##/1`A:4teK=.k<(t-mpAj-RgJn-m^)_+s7pH)]BV3(`*u)().Gr&eGTa%LrsX +%1Wp\&J5Wf'+u&t)?9a;zz!!!!_4obQ_z!"95C%h]Nk()\&2)]g1K,UP]=/i#7C3&rrX2)I$@/hAM& +.4HYo.4H\q.4Zo"/1`tK5!CSM/1`;%.Ocep-n-Sp.k<,#.4-;a+)&X5*'GM2n&eYfj +&ebrn'c%T#(E=D:*[2OC(`=24*ZZCHz!!#2Hzz'GM/p'c.W&(`OJ=*umHj-n6_u/ho(91G^d?0.nh. +/1`>'/M0.M/1W2!.46Ml-n-Vq.kE5&.Om&'0.nn20JYC<0JG15/M&:t,UFWV*ZQ+:(`*o$'GD)l&eY +il'GVB#()Rr3+!DgQ+94tA-5.4?Sl-n$Mm.4Qku/M&M+/MJh30ekF<0ekC;0eb74/1Dtp,U+I6.k3"t-n-Pm-n-Sr/hJ_0/het71,1L<0etL=1,1L<0eb43.k2nm+Wh^E)Aj8,( +)7Mt',)#m'GVB"(`OM<,9eB[,pXTT*?H@J,9e6P+TMKB!!!!_4obQ_z4r?I'*$6:H+<_sS,!I1q-7^ +Vt/MAe40ek@8/hAP).k<)!4tA-6.k<,".4Hbu/M8V00/54:1,C^B1,:U?0ekC;0ekC:0/"n..4?Gc+ +u(Dn&0)]g.I-71&c+WqmM+X&$S,U4NY,6.]D!!#2Hz!!!!_*BlY0+s\BZ-71 +#b4sD@&.4m/*0JG480JG16/1iG)/Ls"8/1rJ+/1iD(/1iM.0/>7<1GgmD1G^gB0etI<0ekC:0JG16/ +hAM%-6scZ+<;@=)&a;-(D[c%(Dmr+)B'P:+s\H_-mpAe,9\?X,:"N[,pX`\z!'WRHz!!!!_4rbUf,U +Ffd-mq2-.k*#"/het70f(O=0/,(5/h\e00Kq0E0ek=80J5"1/hf"81G^gD1c.!E1,C[@0ek@90J>(4 +/hS_-.k2qo,U=TX+!)FA)B'J1(`=/-)&O82*$6CL,Ub&h-RU2e-7:/e,9nEY,U4NYz5!ArHz!!!rW) +B^4M-RgJn.R#@70.nt20JkUA1c$mB1,:R<1,:RJ1,CX@1GU[>0eb=:1,C^A1,:U?1,:R=1,:R=0JG. +4/hJY+/1W2"-n$Gh,9e9S+3)B9b<+=&6^-n6Yo.4?Sm-RL,`+sA0S+sA02!!!!_4o +bQ_z!!!cR*?QOR-n6]14teTE1,:U@1,LmJ2Dd6I1GgjD2*NlS2)R3I1GU[>0ekC;0ekC;0JG180JG4 +90ek@90.nh..k3"t.4H\p.4?Pk,pXZX+!)ID*?6":)]Te:*?H@L-7C;m.k3"u.4?Sj,U=QV+X&!O+W +hd+!!#2Hzz'bqN%+!DjT-n-W00JP:;2)dHS3B/uZ2`EZR2`EWY2)[?M2)I-G1,:O<0eY450.nk00/" +t30/#"50J>"1.kE/".Ocep-n-Vq.Oc_m,pXWW+1,V$P4?Yhj4Ztng3&``R2*NoT0etL=0/" +q0/1iG)/1`>(/M/S,/hSb./1`8#-n-Sn-7:2h-n-Vq.Olnu.Ocbl,U4KV+!2UJ+WqpP,UF`_-n$Mn. +4HYm-7'r^+s%jK+WqmM+!D[K!!!!_4obQ_z!##hT'GhW/+X/-p/1iD.1H%6T4?GYe3]AuU2)I-R1,( +F90J4t1/M/P*/M/P*/M/P*/M8V,/M&G&.OZ\m-mg8f-7:2j.Olnt.kE2#.46Dd+sA'P+<_mO+sJ6X, +pt&f-n6\q.4?Pi,9nBU+sA!L+<_mN+!;[K!!#2Hzz&J5Te',_i6+$Mk@.k<>12*!]Z4$#A^3&WTM1G +D!H0.nh./1`>'/1`A(/1iD(/1`;%.P!&#.OZ\m,pjl`,paia-R^Am.P!##/1W.u-7'o]+X&!P+sJ3U +,:+Z`-RU8h-RL2g-7'l^+sA$N*ZZ=E+.kE2#.Olnu.kE5&/1`;%.k)nr.4HVm,U4NY+sJ3U,pXc`-n6`!/M&D&.OZYk,pX]Z ++sS9U,9nHZ,pjrc-7:,e,pX`^,U4KV+WqjJ*ZlFF+[3&icO0ebdT/Lr>$.4Qbq.Olr!.kf,9nEU+g,9e6P*ZcCG+sSB\-RU5g-n-Mi,:"Q^-m +g>m.4H_p,9@mi4obQ_z!"'&A%Ls$_',V`5,T],o-7LDp.kE2#-pAt(,U4KV+WqmL+!2XM+sS?X,:"H +V+*#fk9)&F,)()7Jr',)&o'c%T&)B9\9*$HFI-7C8j.4Qhu.k2tr +,9\-M*??(<)]K_8)B0V6)]Th=*Zc=B+)AsD0(Ddl&'c%Q"'GV;t)&O8/*ZuUO,:"Q] +-7:/f-n$Mn.46Ji,p49N*ZZ4>)]BS3(`4)+(`F81*#p"@*ZZ7@*$-4G,:"Q],U=Z]+X%m,!!!!_4ob +Q_z!!!0.$4IIX)Bp1J,a+sA'M*?6":)&X8-(Ddi&(Ddo))AjD5*?H4E +,9nK[,paib-RL/f-n$Gj,:"KX+*ZZ1=*$-4G+sA-T+WqmK*?P +7]!!#2Hzz"9f#;%1j*j+s&$W,!ID).kWM11,1sH/h8G#,pXZY+WqgI*?6%;)AsD1)&a>0)B9_;*?H: +E+!W$V,U=W\,UFfb-7:,f-R0iW+<_jL*??+>)]9J1(_mc"'GM8r'c.]))AsJ5)]BV7*ZlLJ*ZcCD*? +#b6z!'WRHzz"U>>F'GV?%+!<$Y4t%s50/,+80ebdC/1Dto,U4KW+sJ-P+4*?H:@)B0S1 +(_mhez5!ArHz!!!!D%U)&=8;+0F!!!!_4obQ_z!!!6/$4[[b)BL%F,UP](/M/V/0etLJ0eb42.4?Sm,paf],9nBU+WqmM* +Zc@D*Zc@D*?Q@F+<_jL+!;[M+X%pK*ZlLG*uu@B*#oq<*??+=(`*u''G1oh&.fBa&.fBa&.fEc&ebu +q()7Pt&eGTd$k3^W%0-A.!!#2Hzz!!!<4%MBTs+X/9Z-9`k1/h\n61-RlV0J>".-n$Jl,pX`\,9n?S ++E[$k!FM$4@7Bz!'WRHzz!!ruB&K)T5-n?Vl4t80<0/54<1-REH0.nh+.4HYl,U=TZ+sA +*O++!;RE*?6";)B'J1(`3o!&eGQa%hB3_&.fBa&.fBa& +.fB`%hT9^$k*OP#mq"H$31&+z5!ArHzz!!s)I(EF\H.4Zbp4t\KB1,:X@4u"`E/hJS&-mp;d,9e9T+ +!2OD*#]b7)]BV4)&aD3)B'P6)]Th;*#ot>*$$%A*ZQ.>*#]_5)&*?H7D*Zc@D*??.>)]K_6)&X8,(_[Ml%hB0[%1NaW%hB3_&.fBa&.fBa +%hB-[%Ls!Y$k*OR%1ERO$NL/,z!'WRHzz!!!94%hop(,Ub8n.P*/&/j;H_1HmQK0J>"--n$Ji,U=TY ++s.mK*#on9)B'M5)]Te:+!2UJ+!2RH+!)ID*#on9)As;+()7Dm%hB-Z$k3XT%1NgY%hK9`&.fBa&J, +Kb%hB0\%hB*X$k<[T%LEFAzz5!ArHzz"pbSH&JuN6-7^Jl.Olr"0Kq6J1G^a>0JG(-.4HYk,pjl_,9 +\0N*ZQ.>*?H1@*??1C+H]$k*OQ$k3XT%M'']&.oKd&J>Zf&J5Qc +&.]9^%LrsX$k3RN#nI"9z!!!!_4obQ_z!!!!'#R_+S()e>B.4?Jf-n$Mp/M8\20etF:0.e_).Ocbn- +RL,c,9e6Q+)]9J/(D[\u&.f?_%1EXR$OdFP%1NdW&.]Zf&eYf +i&J5Td&.f?^%LrpV%13CO&-)\1z!!#2Hzz!!!3-$P!^^)BL.N,pOQX-712m/1`D-0JG+3/1W5#-mg; +g-7'o],9e9S+WqmM+!2RH+!2OG*Zc=B*#]S0(DRVu'+tic%1NaT$k*OQ%1NaU%1Wp\&.fEc',)#m', +)#l&ebli&.]<`%LigS$4.+Pzz!'WRHzz!!``9%Ls'e)^?RO+X&$U-7C;m.kE5'0.ne+.4?Vl,U=Z[, +9e9S+X%sO+!;XH+!)FC*ZZ7?*#]b6()%Ar'+kce%h9$X%1EXR%1NaU%1WgW&.fBb&eYil',2)o'GD/ +o'+tlh&J,H`%LigP#n@OIzz5!ArHzz#6tSF%M'6j+!D^H+!DjU-R^Dm.k<,#.k2tr-RC#_,9e9Q+!) +OH*?Q=D*??+?*#]_7)B'G0(D[_u&J5Td%h9'Y%1NaU%1WgV%LrsY%Ls!]&J5Zi&ekum'GM5q'GM2n& +eP]f%hB-[%L`UM%KHJ/z!!!!_4obQ_z!!!!(#7CnK%2'Ep+!;RE+!N$Z-n-Vq.k)nr-mpAh,9e]j',)&o'GM5q',)&n&e +Ycg&.fB`%hB!T$4[%9zz!'WRHzz#6kDA%1*:F%29a")&jVA,pjuh.k3"u.46Jh,9n?S*Zc@C)]K_8) +]K\6)B'J1(`*u*()7Mt',)#l&J5Td&.fBb&J>Zg&J>Zf'+tli&eYfi',)&o'GM5q'GD,n',(uk&J5T +d&J,Ka%h'!W&eY0Ezz5!ArHz!!!!'"pP>>$3peC&Jc<()BL%F-R^Gp.kNA'.4-;b+X%pK*uu@A)]K_ +8)]K\7)AsD2)&X8-()7Pu'GM/m'+toj&J>`n(DIPs(DRZ!',(uk&ebol'GM5q'GM5q',)#l&eYcg&J +,Kc&.f?^%1Wg[&c_n3z!!!!_4obQ_z!!`]4"U55<#RUtL'GVK&+!2UP/1iG*0.\P#,U=Z]+*#oq<*#fk:)B'P6)AsD0()Ic%().Gs'bqGt'c%Z*)AsJ3(D[]!'GD,n',)&o'bh>r'GM8r'GM2o' ++tlh&J,Nc%h]B^$k!XIzz!!#2Hzz#6tG9"U52:#n7CX()[o,*?c[W.P!#".4?Jg-RBrZ,9n?Q*uu@C +*??.@*$$"<*#fh8)]]h9)Aa2,(`*r*(`=/.(`OG7*#ok6(DR]"'GD,o'GVAu'GM8s'c%Q"'bqDr&eY +cg&J5Td&.T0Z#S$h7zz!'WRHz!!!!("pY;7"pkMB%Ls$`(`+)2+7+X/0X,pai_,9nEX+X&!P+!;XI+*ZZ7B*ZlOK+r'GM +2n&J5Tb&.T-Lzz!!!!_4obQ_z!!!!*#RC\A#n@R[',_W)*?,t?+<`!U,U=TZ,9eq',;2q'GD +,l%hB3]zzz!'WRHzz!!!!+$O[CS%2'Bl(`+8;*??1D+sJ6V+sS9U,:"KY,U=W\,U=Z^,palb-n?bt- +n-Sq.OZ\m-RL5h-RU5g-mpAh,paf\+!D^G)]KV2(Ddl((Ddi&()7Q!'GM2o',(um()7Ms'+tif%hAX +?zzz5!ArHzz!!!B7$k*[Z'G_W,*ZuRG)]^"C+sS?X,9\3S,9e?X,U=W],pai`-7C;m.k`k'GD,n'bV5o&/#Te&.K$Jzzz!!#2Hzzz! +"'&A%M9Bm*$-7I,9Rj@)B'V;+!2RI+X/-V,9nEX,U=W\,pald.4Ql#/h\k20/"q1/hJY+/1`>&.k<, +#.k)np-7'o_+WqdB(D[`"'GD)l&J5Te&J>Qe&/#Qe%hK0]&J,E\$k!%8zzz!'WRHzzz!!s&C%h]a!+ +=&3X*[2@7()Ri)*$$%@+!;[L+X/-V,:"N[,pald.4Qi"0.nn20/"q1/hJ\./M/P+/M&G'.OZYk,pX` +[*uc%5'b_8n&.f<]%M&sU$OdFQ%hB0[%1`s\&.T*Uzzzz5!ArHzzz!"')F'Gqo8,UFfd+rh:1'bh>r +'c%`/*?H7E+X&$P+sS +*??.B+X&!Q,UOld-n?_r.4Qhu/1`>'.kE5&/1`>&.k)no,pXZX*#oh3&eP`d$k*LN!!!!+$OmLQ$O[ +:L$4@1L%1EUO#mpY4zzz!!#2Hzzzz$4RLY)''tJ,pac[+;b\(&.fBb&ebup()Ii,)B0Y8*ZuOK,9\< +Y-RgDi.OHSo.4Qet.Olqu.Olkr-70r^+$4.%F#RCeE$4.%Hzzzz!' +WRHzzzz!"fe\*?ZLL+sJ0N)]9A)',(ri&ebol'bqH!'G_N'*$$"?*[2gS-RU,^+X&-Y.OZ_n.4HYn. +4-Ag+sJ-L)]05#&.f<\$OQk6zz$4$kA#7(P>#7(SA#R:S7zzzz5!ArHzzzz!"g%d*[)XK*ZQ+7'c@` +"'GD/o%Lrs\&.oEa',2/q()Ri+*Zc7?+!;RD+!2UM+X/9Z,pal^+sJ0P*Z>k1((q2i%1N^Gzzz#6k> +9"pP89"pYA<#64`(zzz!!!!_4obQ_zzzz!"Keb*??+<(E45+',D,l&eGTa%1N[R$OR:N%h0*`&eYfi +'c%W))B'D1)AaD5*#p"C+!2OF)BBb6((q5m&eGN_zzz!!!!&"U,)7"pP89"pP52zzzz!!#2Hzzzzz% +hfct)AsD1)&Eu"&e>Qc%hT9Z#mq"G#mq"J$O[FS%hB3a'+kii',2,q',D8u)&jD4*#]_6(Ddo%zzzz +zz"U,&5"U,)7"pFu,zzzz!'WRHzzzzz!!!`M().N"()@Mo&.T?e&/,N_$4-tD#6tM?#RC\B#n.4J%1 +3US%1Wm[&.oNg'GqQ#()@Pp'EA+5zzzzz!!!!&"U5,6"U,&6zzzzz5!ArHzzzzz!!!ZH'G1oe$k3[U +$Om[X%hfHa$Om@L$O6qB#6tM?#6tJ>$4$qE$4@4M%1EaU%1s0c'+b]Tzzzzzz!!!!&"U"r3"U+l+zz +zz!!!!_4obQ_zzzzz!"]_R%L`^S$OR7K$4@+J$kNp[%h&pV%1E[T%1ELM#7:_:#RLe;z$k*ORzzzzz +zzz!!!!&!sAc2"TSN&zzzz!!#2Hzzzzzz%1WjW#7(\E#RCYA#m^eF$NL/,z!!!!.zzzzzzzzzzzzz! +!!-("9\l.zzzzz!'WRHzzzzz!!!!-#m^b@#6tJ="pYA="U+l+zzzzzzzzzzzzzzzzzzzzzzz5!ArHz +zzzz!!!<2#6b88#6t55#6b86"98E%zzzzzzzzzzzzzzzzzzzzzz!!!!_5!D.o5!D.o5!D.o5!D.o5! +D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o +5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.~> +InterpretLevel1 not { + grestore +} if +grestore +%%%%EndImage +1.000 UL +LTb +1.000 UP +1.000 UL +LTb +stroke +grestore +end +showpage +%%Trailer +%%DocumentFonts: Helvetica --- a/MO_vs_Wwc1_jet.eps Sat Apr 11 19:39:56 2009 -0700 +++ b/MO_vs_Wwc1_jet.eps Sat Apr 11 19:50:21 2009 -0700 @@ -1,1 +1,794 @@ -../figures/MO_vs_Wwc1_jet.epsc \ No newline at end of file +%!PS-Adobe-2.0 EPSF-2.0 +%%Title: MO_vs_Wwc1_jet.epsc +%%Creator: gnuplot 4.2 patchlevel 2 +%%CreationDate: Fri Apr 3 01:34:02 2009 +%%DocumentFonts: (atend) +%%BoundingBox: 50 50 410 302 +%%EndComments +%%BeginProlog +/gnudict 256 dict def +gnudict begin +% +% The following 6 true/false flags may be edited by hand if required +% The unit line width may also be changed +% +/Color true def +/Blacktext false def +/Solid true def +/Dashlength 1 def +/Landscape false def +/Level1 false def +/Rounded false def +/TransparentPatterns false def +/gnulinewidth 5.000 def +/userlinewidth gnulinewidth 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 (MO_vs_Wwc1_jet.epsc) + /Subject (gnuplot plot) + /Creator (gnuplot 4.2 patchlevel 2 ) + /Author (Bayle Shanks,,,) +% /Producer (gnuplot) +% /Keywords () + /CreationDate (Fri Apr 3 01:34:02 2009) + /DOCINFO pdfmark +end +} ifelse +% +% Gnuplot Prolog Version 4.2 (August 2006) +% +/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 +/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 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 +/MFshow { + { dup 5 get 3 ge + { 5 get 3 eq {gsave} {grestore} ifelse } + {dup dup 0 get findfont exch 1 get scalefont setfont + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop + pop aload pop M} ifelse }ifelse }ifelse } + ifelse } + forall} bind def +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def +/MLshow { currentpoint stroke M + 0 exch R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MRshow { currentpoint stroke M + exch dup MFwidth neg 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MCshow { currentpoint stroke M + exch dup MFwidth -2 div 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/XYsave { [( ) 1 2 true false 3 ()] } bind def +/XYrestore { [( ) 1 2 true false 4 ()] } bind def +end +%%EndProlog +gnudict begin +gsave +50 50 translate +0.050 0.050 scale +0 setgray +newpath +(Helvetica) findfont 140 scalefont setfont +gsave % colour palette begin +/maxcolors 64 def +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp} + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt} + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv} + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse + } ifelse} def +/Constrain { + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def +/YIQ2RGB { + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add + exch 1.91 mul exch add Constrain 3 1 roll} def +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq { + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB} + if} ifelse} ifelse} ifelse} def +/InterpolatedColor true def +/grayindex {/gidx 0 def + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get + GrayA gidx get sub div} def +/redvalue {RedA gidx get RedA gidx 1 sub get + RedA gidx get sub dgdxval mul add} def +/greenvalue {GreenA gidx get GreenA gidx 1 sub get + GreenA gidx get sub dgdxval mul add} def +/bluevalue {BlueA gidx get BlueA gidx 1 sub get + BlueA gidx get sub dgdxval mul add} def +/interpolate { + grayindex grayv GrayA gidx get sub abs 1e-5 le + {RedA gidx get GreenA gidx get BlueA gidx get} + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 + .9524 .9683 .9841 1 ] def +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627 + .5635 .5 ] def +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 ] def +/pm3dround {maxcolors 0 gt {dup 1 ge + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def +/pm3dGamma 1.0 1.5 div def +/ColorSpace (RGB) def +Color true and { % COLOUR vs. GRAY map + InterpolatedColor { %% Interpolation vs. RGB-Formula + /g {stroke pm3dround /grayv exch def interpolate + SelectSpace setrgbcolor} bind def + }{ + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain + SelectSpace setrgbcolor} bind def + } ifelse +}{ + /g {stroke pm3dround pm3dGamma exp setgray} bind def +} ifelse +1.000 UP +1.000 UL +LTb +1.000 UL +LT0 +LTb +%%%%BeginImage +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip +InterpretLevel1 { + %% Construct a box instead of image + LTb + 876 4852 M + 5292 0 V + 0 -4429 V + -5292 0 V + 876 4852 L + 40 -110 R + (PS level 2 image) Lshow + % Read data but ignore it + /imagebuf 15207 string def + currentfile imagebuf readstring +} { +gsave +876 4852 translate +5292 -4429 scale +%%%%BeginPalette +[ /Indexed + /DeviceRGB 63 + < + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000 + > +] setcolorspace +%%%%EndPalette +<< + /ImageType 1 + /Width 135 + /Height 113 + /BitsPerComponent 8 + /ImageMatrix [ 135 0 0 113 0 0 ] + /Decode [ 0 255 ] + /DataSource currentfile /ASCII85Decode filter + /MultipleDataSources false + /Interpolate false +>> +image +} ifelse +5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D +.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5 +!D.o5!D.o5!D.o!WW3#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRIzzzzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzz5!AuIzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzz!!**&"98E%zzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzz +zzz!s/T.zzzzzzzzzzzzz5!ArHzzzzzzzzzzzzzzzzzz!!!3*!sAr2zzzzzzzzzzzz!!!!_4obQ_zz +zzz!#tt=zzzzzzzzzzzz!!`Z0!sel,zzzzzzzzzzzz!!#2Hzzzzz!!!!?+7%hAX?zzzzzz +zzzzzz5!ArJ!<<0)zzzz,paf_,pb_Tzz4obQ_zzz!#64`)#sX:zzz%h&dN#6k>8%fcS0zzzzzzzzzz +z!!!!_4obQc!sAc6$31&+zz!!!!C,U=Z_5!D.1!!!!;)a6GL4obQ_zzz)]K\5)&O/-zz!#-"U$jm:H +#6tSAzzzzzzzzzzzz!!#2H!!!-)#m^kM)&E8Qzz!$id3,:,N&.6]p>*>f\7*BkN.4obQ_zz!!!!9)B +9_8(`=22)uos=z'b_)g%13CH"pP>?zzzzzzzzzzzz!'WRH!!!68$OdL[&f)9#)uos=!!!!H-RC&b5! +CDZ-mTcI(Ch,r(d9#`*WQ0?zz!#HFh)B0V6)B'S8)ZTjL5,paKC'+P3X)B^1E*rl9@z4obRH(E"23)B9Y4)&j +P7)?:Wl(Dmr$&.]6Z$47(F#7(\H%0-A.zzzzzzzzzz!!!!_4obQ_!!!fM',V]0*#p"C,pOT[,pt&h. +P!&6/M/P',9[m7#R1VO*[E$V,9oB95!D.o5!D.o+!D^G*ZQ1?*?H1=)&X8-(_[Mo%h/pT$OR4H#R:S +>$31&+zzzzzzzzzz!!#2Hz!!!fP)B0eB+!)OK,:=ie-RpSr/1`;%/hAS"+VYV"&eH',-R^>g4sVF<, +U"?S+f5!CAB-RCr$+sA*O*ZZ1;(_m_u&ePWa +$k*LO$47(G#R:P&/1W8'4tA'1-RU/b4s +;'k*?6"7().Dp&.]6[$k*LN$4-qA"pP57zzzzzzzzzz!!#2Hz!!!`M+!`6a/M&D&/1`A*/1rM*.kiS +0*\8p-/hJb1/hJY=4t8!3.k7"9\i2zzzzzzzzzz5!ArHz!"fqc+t+ij/ +1iG+0/,(60/#"6/hfIQ/2&_54u+fU/hS\+.kE5&/M/S-0/"t2/M&D$-mp>f,U4Hr4s(ge*#fe6'b_, +i%hB-Z%1ERL"pP25"9Sc0zzzzzzzzz!!!!_4obQ_z&JlE-,Uk/n/1rP.0JP::1,C[>1-RHG1,1L>1G +U[=0.eb-/M/M*/h\k20/"q0/1W.t-7'r_+s9&l+!)ID)]9P0'b_/j%hB-Y$OI(D"U,#3"9\i2"U,)1 +zzzzzzzz!!#2Hzz&f;Z2,U=ff/1iM/1,(I>2)R6M4uYG[2)[3H1c$m@0J4t1/hJY-0/"t20.nh-.Oc +\j,U=QW5!C)3+!2OD)B'G0'bV)i%h9$V$4$kA"U,#3"9\i2"U5/8#QOi)zzzzzzz!'WRHz!!!!2'H% +i4,pk&j/M8_30JYFA2E3l\3B9)Z3B&iS1bpg@0eY+1/M/S-0.nk0/M&D%-RL,b,9n?T4s1sj+!)FC* +#]_2'+tid%LiaN#6tG;"U"r3"U,&5"pP;<$OQk6zzzzzzz5!ArHz!"fhW(E=D<,:=lj/hf"71,LjH2 +a08`3]];^3]T/Y1c$jA0.nh./M/S-/hJY*.k2tq,pX`\+sA'm4s1ph+!)ID*#fb1&eGQ`$OR.F#6tG +:"U,&5"pG29#6tJ=#mgS3zzzzzz!!!!_4obQ_z&.fKi)BL"H-7UJt0JG4;2DmBV3'',`4Zkhg3]T&S +1GCL9/hJY,/M8Y-/M&A$.46Df,U4KV+zzzzz!!#2Hz!!!!1&/,m"*ZcLN-n6i$0JG:@1c7HW4?Pbi4Zkee3&NNI0J>+4/M/P+ +/M/P*.k)kp-7'r`,9e9R4s1si+!2RH*Zc@C)&Eqt%L`^Q$4$k@"U,&5"U5/9#6tJ>#RC_C$4.(I#RC +\@"pP58$31&+zzz!'WRHz!!!WE',DK-+X8<^/1`;)1,C^M4uYJa4Ztqk4Zb_c2)I*C0J>(3/M/P+/1 +`>%.4?Pj,pX]Z+Wrrk+!2RH+!)LF*??(:'G(`a%L`[O#6k>8"U,&6"pP;;#7(SA#mptF#mq"G#R1M; +"UG>?$31&+zzz5!ArHz!!!WH(`a_A,:+]e.k9#m +U_C#ljr*zz!!!!_4obQ_z!#64b*$?IP-RgMp.4d)*0JG[S2EEl^4?bnk4$#5U1GLR:0/"q1/hJV).k +)ko-6tc=5!C)1)]Tb8)B9_:*?6%<(`!bt&J,?X#RCV<"U,&5"pP;;#6tM@$47+I$47+I$4."F#6k;: +"U,29"U>8;zz!!#2Hzz)AX86,9nK^-n6\q.4Zu'5!Ce[2`EcZ4Ztqh3B/lP1,1I90/"q1/M&A$.6]p +Z4sE05+!)C>)&O50)B'P7)&#RLhF$O[:K$O[=L#RC\A#6tG:"U +>29"U,,8zz!'WRHz!!!!;(`=D>,pt,k.Olkr.P!&6/het:3&s)`4ZbY`2Dd3F0eb:70.eb>5!D.o,p +YZ!+WqgI)]9G+'c%Q$(`=,*',(uk&eYT]#m^b@#6k>9"pP;;#7(SA$47.K$O[:K$O[=K#mgkB#6tG: +"U,#4"pG27zz5!ArHz!!"&U(*F_F-7C;m.OZYn.4RM4/h\q:2E*]Y3ArcP0ekC:0J>"1/Lr>%4t%a' +,9e9R*?5q6()7Gq'GM8r&.oNd&JGce%giXM#R:S="pP89#6tJ=#RCbE$O[=M$O[=M$O[:J#m^eA"pP +56"U"r2#6b87z!!!!_4obQ_z!$2mo*?laV-n$Sp-mp?*4tA08/MJn81c@9N1c$m?0.nh//M&D&.R#: +0-7'r_+W_UB)ANkt'+tuo'bCre%LrsX%13FJ#m^eA#6tJ>#6tJ=#6tM@#mgqH$O[=M$O[=M$OR1H#R +:S="U,&5"9\o4"Tno4z!!#2Hzz(`4&-+:=1c.$E0J>%1/1`>&.k3_H-m +pAg,pONR)]BM0&eGQa',(lc$k3[V%LW[N#R:S>#7(S@#RC\A#RC\A#RC_C#mq%J$O[=M$O[=L$47(F +#6tG:"U529"9\i2"9\l.z!'WRHz!!!!_'c7r5,:"N]-7:/f4sqa..k<2)0JYF>1,1I8/M&G(.k3#44 +t%g,-7'r_+WVI?)&Er"%M'!Y%gr^O$47(I#6kA:"pP8:#7(SA#mgnD#RC\A#mgnF$47.K$OdCN$OR4 +I$4$nB#6k>9"U,/8"9\i2"9SW(z5!ArHz!'V)\()e/8+XA"U,&5"U52:#RLhF$47+H#m^eB#mgnF$47.K$O[ +=M$4."F#RCY?"pP89"U,#3"U"r2!rr<$!!!!_4obQ_z4s)s+)&jV=+sJ3U+[.+s,paoh.P!,)/h\k1 +/hAP(.Olkr4t.m.-RU/`+s7mD()7Pp&.AsT$4$nC#mgkA"U,&5"U,&6"pP>=#mq%K$O[:J#mgkC#RL +eE$47.J$47(G#mgkC#6tJ<"pP88"9Sc0"9\f/!rr<$!!#2Hz!!!!_)Ep>'*$-4F+X/$O4sM9u,U4T` +.P35(/M/M)/1W2".OdP1.4?Sj-6aTT*>oY.'FkT\$OI+G"pP88"U,&5"U,&6"pP89#7(VC$OdFP$jm +:I#m^eB#mgnF$47+I#mgnD#RC\@#6tG;"pP56"9S`.!s8W-z!'WRHz!!!!_4r>1X*ZlLI+#6tG;"p>&3!s8W-!s8W,z5!ArHz!!!iQ(`XS=+X%sM+$L +bh+<_mQ,UFcc-n$Mm-7:/h-RL3)-RL2b+#6kA:"U"o/!WiH*!WiE'!!!!_4obQ_z!!!lT*$6 +:I,9\3o4s1sk+X&$S,UF]],pjrb-7'ua,X*J",9S'K*>oV,'bUub#mgkB"pP57"9\i1"U,&5#RC\A$ +47+J$O[@P%1NaU$k*LN#m^eB#RCbE$OdCN$OR1H#RC\@#6tJ="pP56!s8T+!WiE)!W`<%!!#2Hzz(D +du0+!DjS,:"Kt+sA*Q+sS#n77M$k!FO$k3XU%LrsZ%LrpV$OR4I#RC_D$OmOS%1N^R$4."E#6tJ="pP56"9\f/!s8T+!W` +<&!WW3#5!ArHz!!!rV)BU.K-7:/g-U&h)-RU>m-7C>i,pai_,U=Z[+[-th)]BP-&e>BY$47(G#7(P> +#6kA:"pG/9#RLnJ%L`aU&.]6]%LrsY%LrsY%LrpU$O[:J$471N%1NaU$k!FM#RC\@#6tG;"U,&3!s8 +`/"9JW+!WiB(!!!!_4obQ_z!$3$t*[2jW-n$N..4Qht/1iG)/M/D%-n$Dh-71!%+s7mE)&#6k +A9"9\i0!s8W.!s8T+!"pP58"U,#3"9S`.!sA].!WiE)!8"pP57"U,#4"9\i0"9S`.!s8T,"9:VLzz*Zc=C+seTa.4Ql".m> +O;0JG490J>"0.k*YG-6s]T*ZGq5()%>n&eYik'GM2p',(ul',)&o()If))AsG1)&O,&',(rh&.]9^% +hB0^&.fB`%1EXQ$OR4I#mgkB"pP57"pP8:"pP88"pY>9"9\i1"U"r1!s8W."?o!Lz!!!!@*?6(D,UX +rf.P!tJ6<0JG160.e_).6](),9e0M*?#b3'bqGu(D[c$'c%Q$'bhAs'c%Q#(Ddr+)&X;0)&3eu& +ePZd%Ls!\&.fBb&.f?\$O[:K#m^eB#6k>9"U,)7#6tJ=#6tM?#mUY<"U>8:"p>)4"9Sc/5!ArHz!!! +rT)]g.J-71,k/1`874t\KA0JG.4/M&A8-mg2b+s7pI)]9M1(Dn#-(`4)+(Ddl(()@Z$()Ic((`4,.) +&X;.'bV/n&J,H_%M''\&.fEb%h9$V$4-tD#6kA9"U,&5"pP;<#RL_A#n%%G#7(P?$4$nC"pP89"9\i +k4obQ_z!#$"_*$HOQ,qCMt.k3_7/h\k30J>(2/3YO3-6scZ+W_[F)B0S4)B'J2)B'J1(`+#*(D[c&( +Ddo*(`4&+(Dml$&eYfg%h9'[%hB3_&.oKb%1ERL#6kA9"U"r2"9eu6#71\C$471N%LWOJ#mq%H#RLe +C#7(M:"9:VLzz&ePft+!DgQ.4d&%5!CGK/2/b3/h\h/4t7s.,pOQU+!)FB)]K_7)B'M4)AsD0(`*u) +()@]&()@]%()7Pu'b_2l&J,Ka%h9*]&.fBa&.]6Z#m^b?"U"r2"9\i2"U52;$471O&.]9^%LEIL$4$ +tG#mgnD#RCS:!'WRHz!!!!,%MTa#+WqsT.4Zhs4t/'8/h\n40J5O>.OQSg+sA'M*#oq:)]BV5)B'M4 +)Aj8+(Ddf%'c%Q!'bqDs'+tok&J5Qc&.]9^%h9*\%hB0]%LidO#6k>7"9\i1"9eu7#RChH$OmUX&.K +!S$4I:L#mgtL$k!@I#6b)-5!ArHz!!!?5'G_N(*$-.I-n$E+-Rp`#/ho(7/j:a5-RBu]+&JZ*%*ZZ7C+X'$5,Ut8o0JG.D4tA$.-7'iX ++!2OD*#on:)]BV5)Aa,'',2,o'+tlh&J5Wg&J5Te&J5Td&.f<]$k*OQ%1N^S$k!CJ"pG/5"9\i1"9e +u7#mq(L%1NdX%hB'V$OR4J$k!FN$jm@L$4."=!!#2Hzz":5DF&eu9)*?6%=)Eo;e,:"Qd/1iD:-mp> +e+s7sK*ZZ4?)]K\5)Aj>-'G;&k&eYcf&.]<`&.oKd&J5Te&J,Kb%1E[S$k*OQ$k!FM#R1J;"U,&4"9 +\i2"pYG@$OdFR%1WmZ%1*#fh7)&O/*'b_5o&eGTd&J,H`%hB0]%hK9`&.fEc&.]6Y$k*OQ$O[=L$4-tB"U +,&5"9\i2"U52:#RLhF$k*RS%1`pY$k*LP$k3XT$k*RR$OdFN$31&+5!ArHz!!!0-#R_+S&f)?()B0V +Z)B0_>+X/-p4sM6p+"pP88"pYA;#7(S?#RLbC#mgqG$O[@O$k3XU%1EUQ%1WjY%hB0]%LrpWz!'WRHzz# +71bM',(uo(Dn/14rG7X)BBk?*[!Wf*#fb4(`+#*'bh>r',(ri&.f?^%1EXQ$47.K$O[=N$O[=M$O[= +M$OR.G#mU\?#6tJ="pP;;#7(VA#mgnE#mgnE#mgqG$O[@O%1WjX$k!IP%1WmZ%hB-Z%L`dHz5!ArHz +!!!!(#n.@Y()%H"()@cO)&aD3)B0Y94rkU](Ddf$'GV>t',)#l&J#B^%LrpV$OR4J$47+I$47.J$4@ +1J$47(G#6tJ>"pP>=#RC\@#mgkD$4.%H$47+H#mgnE#mgnE$O[=N$OmOR$OdFQ%LrsY%1N[R$Od"8! +!!!_4obQ_z!!!<3$kEsc()@]&(Do=Q)B'M5)]BVY)AsA-'GD)m'GV;p&eYcf%LrpV$k!FM#mgnE#RL +eD#mptE#RLbC#m^b@#6tJ=#R:S>#RC_E$O[:L%LigS$OR1H#mgnE#mgnE$47.K$O[=N$k3XS$k!FO# +mq%I#ljr*!!#2Hzz!!!?7%h]Tm)&O2+(HrTP(E+20)Ep>%()@Vu&eYik'+tlg&.]6[$k*IN$47(F#R +CY?#R:V@#RCY@#RC\A#6tJ="pbM@#6tJ>#mq+O%1NaW%L`^Q$47(G#mgnE#mgnE#mq(K$4.%J$OI%C +#6tJ<#6tM7z!'WRHzz!"')D&/,is)&X5)4qnbJ(`*u)'g +"pP57"pP;;#6tJ=#6tJ=#6tJ=$OR+E#RCbF%1Nj[%hB3^$k!CL#mgnE#RLeD#mgnE#mgnD#RUeC"U, +&4"9\o5"onW'z5!ArHzz!!s&E%hocq()@Jq4qeMC'bh;o4qS;:&.]9]%h9$V$k!CM#RC\?#6b;9"pG +/6"U,&6"pYA<#6tJ=#6tM?#7(SD$4."F$4I=P%h]Hc&.]6Z$OR1I#mgnE#mgnD#mgnC#7(M<"U,#2! +s8W-!sA`,z!!!!_4obQ_zz"pbYK%MKNi&e>K_4q8/:&J5Qb4q8#2$k3UQ$jm=K#m^eA"pP57"U,&5" +9\i1"U,)7#6tJ=#6tJ>#RUkD$OdFN$O[=N%Lis]&ePZc%1EUP$47+H#mgkC#RCY@#6tJ;"U,#3"9S` +-!s/Q-!sAT(z!!#2Hzz!!!!'"pk\F%hK3^$k3XS5!BGd%R(@d4q.r0$k!FM$4."E#R:P<"U,&4"9\i +1"9\i2"U52:#7(SA#mgtH$OR4N%LidT%1WjZ%MBBd&J,H]$O[@M#mpqD#RC\?"pP57"U,#3"9\i0!W +iE)!WrK*!WW3#z!'WRHzz!!!-)"pbPE$OdLQ$k*OQ%6cs>%R(@4%LrsW$O[=L#mgkC#6kA9"U,#3"9 +\i2"U,&6#RLhE#mgqG$O[=M$O[CQ%1NgY%hK)4!s8W-!s8W-"9S`.! +s8W-!s/K*"98E%z!!#2Hzz!!!'%"9eu7#n.:S&J#?_&/#`o(Dmo&()I]$()@St&ePT_%13FL#RLeE$ +4I7N$k*IO$k*UT%Ls!Z%hK?b&J>`j&eblj&eP]e&J5Qa$k*LN$OI(D#R:M;"9\f/!s8W-!s8W-!s8W +-!s8T+!W`?*zz!'WRHzz!!33)"pYD?%MBBe%hKBf'c%T&)&aA1(`=,+()@Vt&J,H^$k!FN$OdIQ%h9 +'[%Ls![%M'']&.oKe',;2q'GV;r'GD,n&ePZe&J#]g&J5Wg',2,q()7Q"'bqGt',)#l&J5Tf%1EUP$O[7F"pP57"U"r2"9\f/!s8W-!WrN,!WiE)!W` +9%!rr<$z!!!!_4obQ_z!!!!$!sT#;$Om[]'bqH!(Dn&/)B0Y9*?6";)]0A,'bh5k%h9$X%1NdX&.oN +f'+tun'GM2o',)&o'bqN#()@Z$()@W!'GD)l'+tfa$k*LM#mLS<"pG/6"U,#3"9\i1!s8W-!s8T+!W +iE)!3)]Kb;*?6%>*?,q9)&r'+k]a$OdCJ#6kA:"pG/6"pP57"U5,6"U,&4"9S`.!s8T+!WiH*! +Wi?%zz5!ArHz!!!!%"9f/C%M'-b(E",/)&jP8*$-.B*ZlLG*ZH"9().An&.T-Y%1NdW%hK?c',2,p' +GM5p',)&o'bqN$(Dmr)(Ddi$',(uj%LiaP$OI%C"pP88"pP89"pP89"pP58"U,&4"9\f/!s/N*!WiE +)!WW3#z!!!!_4obQ_z!!NN1#7M.S&JGin(`4/0*#ot?+!;XI+WqjJ)]K_6'G;)k%LijU$k:"pG/5"9S`-!Wr +K)!<$4[RW&eu/u)&aA3*$-1F+sA*Q+!)FC*?,b.'GM/i%LigU%1WjX&.fEd&e +brn',)#m',2,q()@]&(D[c$'G:rf%L`^P$k*IK#R:P<"pYD=#6tJ>#6tJ="pP89"U,#3!s8W,!W`<& +!!*'"zz!'WRHz!!!!)#71_F%M'*b'bqK#)AsJ7*ZcCH+H]$k*OQ%1NaW&.fBb +&eYfj&eYfj',2,q()@]%()7Mr&J5N^$k*LQ$jd4G"pP;<#RC\A#RC\@#6tJ<"pG/6"U"r2!s8T+!]h&eYik'GM8t'c%Q#'b_/i%h9$X%1N^Q$47%D#7(S@#RC\A#6tJ=#6k>8"U,#3"9\i0!WiE(!W`<% +zz!!!!_4obQ_z!!!!0%Lrs[&eu2u(E+/0)]BV4(D[c$'GD)l&J,H_%1N[R$OR4J$4@4L$k*UV%hK9a +&J>]i',)#m'GV>t'GV;q&ePWa%1NaU%1]h&ebol',)&n'+toi&.]9]%1EXR$OR1H#RC\A#RC\A#6tJ="pG/6"9\i0!sJf2"9S`-!r'b_/l%hK3[%1EUP$OR4J#mgkC#mgqH$O[@P&.fBb&J>]h&eY +fi&eYij&J5Qb%h9$W$k*OP$47%E#RC\A#R:S>#6tG;"U,#3!sA]0"pP56!s8T*!#6kA9"U,)7"pG,4"U##4!sA]-!WW3#zzz!!#2Hzzz!#$"[()Ro.*#f +_0&.f<\%Ls![%h9$X%1NaU$k!FN$47(G#RC\A#RLhF$kZf&J5Te&J,Kb&.]6\%LrpW$ +k*LM#m^eA#6tG;"pG/7"pP26"9\f0!s8T,"9JT(zzzz!'WRHzzz!"ot\()\&0)AWqr%M&sU$OdCN$k +*OQ$k*OQ$O[=L$47(G#RC\A#mgnG%1E[V&.fEc&J5Te&J5Te&.fBa%h9'Z%LrsX$jm:I#RCY?"pP57 +"U,&4"9Sc0"9S`-!WrN,!s&B%zzzz5!ArHzzz!#$"^)&aA/'bV&i%LiaO$4."E#RLkH$O[=M$O[=L$ +4."E#RLeD#mgqI$k*UU%hTBc&J5Te&J,Kb&.fB`%LrsY%LrmU$OI(E#6tG:"U"r2"9\i1"9\l2!s/N +)!WrN+!<<*"zzz!!!!_4obQ_zzz!"ot])B'A(&J,K`%13=H#RCY?#6tM?#mq%I$47+I#mgnE#RC\B# +n%+K$k3[X&J5Te&J5Qc&.fBa&.]9]%LrpW$k*LM#RC\?"U,&4!!!!%"U5,6"9\i1!s/K)!s/K'zzzz +!!#2Hzzzz&el&r'b_,i&.]3Z$jm7H#6tG;"pYA<#7(VB$47+H#mgkC#RC\B$OdFP%1NgZ&J5Te&.fB +a&.]9^%hB-[%1NaT$4$nC#R1G9"U"f*z!!NN/"9Sc.!WiE)!W`9$zzzz!'WRHzzzz!#64_&.]6\%1E +XQ$OR1H#RCY?#6tJ<#7(SA#RLeD#RC\A#RC_D$k*OQ%1NgZ&J5Qc&.f?_%hB0]%LrpW$k!@I#RC\?" +pFu,zz"U"o0!s8T*!WiE(zzzzz5!ArHzzzz!#6.Y%LrpW$jm:J#mgnD#RC\A"pG/7"pY>;#RC\A#RC +\A#RLeE$OdFP%LrsZ%hB3^%hB0]%h9'Y%1N^Q$OI+F#6tG5zzz"9S]-!s&E'!WiB'zzzz!!!!_4obQ +_zzzz!"f_O%1EXP$4."F#mgkC#R:S="U,&5"U,)7#6tJ=#6tJ=#RLeE$OdFQ%1NdW%LrsZ%LrsY%1N +aT$OR4I#mgkCzzz!!!!$!WiE)!W`<'!<<*"zzzz!!#2Hzzzzz%LigT$k!FM#m^hC#RC\@#6tJ<"U,& +5"U5/8"pP;;#6tJ=#RC_D$4@7N$k*OR%1WgW%LijV$k*OPzzzzzz!WiE(!#6tM>#6tJ>"pY>;#6kA:"pP89"pP +89#6tJ>#mgqG$47.J$4@4M$k!CBzzzzzz!!!!"!WW3$!<<*"zzzz!!!!_4obQ_zzzzz!!ru=#R1J<# +6tJ=#6kA;#7(S@#RC\A#6tJ<"pP89"pP83#6tM7z$47+Izzzzzzzz!!!!#!!!$#zzzzz!!#2Hzzzzz +z#RLeC"pP;;#6kA:"pP;;#QOi)z!!!!'zzzzzzzzzzzzz!!!'$!"pP89"pP89"U+l+zzzzzzzzzzzzzzzzzzzzzzz5!ArHzzzzz!!!3-#6kA:"pY,4"pG/6"TSN&zzz +zzzzzzzzzzzzzzzzzzz!!!!_5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D. +o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5! +D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.~> +InterpretLevel1 not { + grestore +} if +grestore +%%%%EndImage +1.000 UL +LTb +1.000 UP +1.000 UL +LTb +stroke +grestore +end +showpage +%%Trailer +%%DocumentFonts: Helvetica --- a/MO_vs_Wwc1_plus_Mtif2_jet.eps Sat Apr 11 19:39:56 2009 -0700 +++ b/MO_vs_Wwc1_plus_Mtif2_jet.eps Sat Apr 11 19:50:21 2009 -0700 @@ -1,1 +1,794 @@ -../figures/MO_vs_Wwc1_plus_Mtif2_jet.epsc \ No newline at end of file +%!PS-Adobe-2.0 EPSF-2.0 +%%Title: MO_vs_Wwc1_plus_Mtif2_jet.epsc +%%Creator: gnuplot 4.2 patchlevel 2 +%%CreationDate: Fri Apr 3 01:36:24 2009 +%%DocumentFonts: (atend) +%%BoundingBox: 50 50 410 302 +%%EndComments +%%BeginProlog +/gnudict 256 dict def +gnudict begin +% +% The following 6 true/false flags may be edited by hand if required +% The unit line width may also be changed +% +/Color true def +/Blacktext false def +/Solid true def +/Dashlength 1 def +/Landscape false def +/Level1 false def +/Rounded false def +/TransparentPatterns false def +/gnulinewidth 5.000 def +/userlinewidth gnulinewidth 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 (MO_vs_Wwc1_plus_Mtif2_jet.epsc) + /Subject (gnuplot plot) + /Creator (gnuplot 4.2 patchlevel 2 ) + /Author (Bayle Shanks,,,) +% /Producer (gnuplot) +% /Keywords () + /CreationDate (Fri Apr 3 01:36:24 2009) + /DOCINFO pdfmark +end +} ifelse +% +% Gnuplot Prolog Version 4.2 (August 2006) +% +/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 +/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 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 +/MFshow { + { dup 5 get 3 ge + { 5 get 3 eq {gsave} {grestore} ifelse } + {dup dup 0 get findfont exch 1 get scalefont setfont + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop + pop aload pop M} ifelse }ifelse }ifelse } + ifelse } + forall} bind def +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def +/MLshow { currentpoint stroke M + 0 exch R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MRshow { currentpoint stroke M + exch dup MFwidth neg 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MCshow { currentpoint stroke M + exch dup MFwidth -2 div 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/XYsave { [( ) 1 2 true false 3 ()] } bind def +/XYrestore { [( ) 1 2 true false 4 ()] } bind def +end +%%EndProlog +gnudict begin +gsave +50 50 translate +0.050 0.050 scale +0 setgray +newpath +(Helvetica) findfont 140 scalefont setfont +gsave % colour palette begin +/maxcolors 64 def +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp} + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt} + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv} + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse + } ifelse} def +/Constrain { + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def +/YIQ2RGB { + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add + exch 1.91 mul exch add Constrain 3 1 roll} def +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq { + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB} + if} ifelse} ifelse} ifelse} def +/InterpolatedColor true def +/grayindex {/gidx 0 def + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get + GrayA gidx get sub div} def +/redvalue {RedA gidx get RedA gidx 1 sub get + RedA gidx get sub dgdxval mul add} def +/greenvalue {GreenA gidx get GreenA gidx 1 sub get + GreenA gidx get sub dgdxval mul add} def +/bluevalue {BlueA gidx get BlueA gidx 1 sub get + BlueA gidx get sub dgdxval mul add} def +/interpolate { + grayindex grayv GrayA gidx get sub abs 1e-5 le + {RedA gidx get GreenA gidx get BlueA gidx get} + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 + .9524 .9683 .9841 1 ] def +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627 + .5635 .5 ] def +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 ] def +/pm3dround {maxcolors 0 gt {dup 1 ge + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def +/pm3dGamma 1.0 1.5 div def +/ColorSpace (RGB) def +Color true and { % COLOUR vs. GRAY map + InterpolatedColor { %% Interpolation vs. RGB-Formula + /g {stroke pm3dround /grayv exch def interpolate + SelectSpace setrgbcolor} bind def + }{ + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain + SelectSpace setrgbcolor} bind def + } ifelse +}{ + /g {stroke pm3dround pm3dGamma exp setgray} bind def +} ifelse +1.000 UP +1.000 UL +LTb +1.000 UL +LT0 +LTb +%%%%BeginImage +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip +InterpretLevel1 { + %% Construct a box instead of image + LTb + 876 4852 M + 5292 0 V + 0 -4429 V + -5292 0 V + 876 4852 L + 40 -110 R + (PS level 2 image) Lshow + % Read data but ignore it + /imagebuf 15239 string def + currentfile imagebuf readstring +} { +gsave +876 4852 translate +5292 -4429 scale +%%%%BeginPalette +[ /Indexed + /DeviceRGB 63 + < + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000 + > +] setcolorspace +%%%%EndPalette +<< + /ImageType 1 + /Width 135 + /Height 113 + /BitsPerComponent 8 + /ImageMatrix [ 135 0 0 113 0 0 ] + /Decode [ 0 255 ] + /DataSource currentfile /ASCII85Decode filter + /MultipleDataSources false + /Interpolate false +>> +image +} ifelse +5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D +.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5 +!D.o5!D.o5!D.o!WW3#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRIzzzzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzz5!AuIzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4okW`zzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzzz!!#2H!<<*"zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRIzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzzzzz5!AuIzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4okW`zzzzzzzzzzzzzzzzz +zzzzzzzzzzzzzzz!!#2H!<<*"zzzzzzzzzzzzzzzzzz!!30("TSN&zzzzzzzzzzzz!'WRHzzzzzzzz +zzzzzzzzzzz"9J`1zzzzzzzzzzzzz5!ArHzzzzzzzzzzzzzzzzzz!!!9."9o56zzzzzzzzzzzz!!!! +_4obT`zzzzz!#Yb:zzzzzzzzzzzz!!if4"UP//zzzzzzzzzzzz!!#2H!!!$"zzzz!!!!;)]ShXzzzz +zzzzzzz!!!!+#m^\;"UY50zzzzzzzzzzzz!'WRI!'Dzzzzzzzzzzzz5!ArK!W`B-zzzz+!2RH+m&Io9Y$4@=Tzzzzzzzzzzzz!'WRH!!!67$O[CW&el)t)#sX: +!!!!B+WqmM5!C2T-6jQJ)%dW%)*SuY)ZTj5)uplp(`4)*'bh;o&.f?_%1a!`'*&"4zzzzzzzzzz!!!!_4obQ_!!!]H&JZ0$)B'P +8+p/1N(t4t.p1.4Q_p.Olnt5!D.o5!D.o4sVBt+s.jI)]9J/(DRVu',)#j&.]3Y$47.Jzzzzzzz +zzz!!!!_4obQ_!!!!5()n;;+X/-T+sJ3V,:"N]-mgAk.kE8'/M&P,/M/P*.k3_4.k3&".k<,#/1W8& +4t7s.-RU8g4sVBt+WqjH)]9J/()7Ms'+tlf%h&dO#n%.Mzzzzzzzzzz!!#2Hz!!!]K)BL"E,9nBW,9 +nK\,pjue,qCQ"+YG?1/1`D+/hJY=4tJ38.kj/hJS%*^2bO5!D.o5!CSN/M +/P*/M/M*/hSb//M&A$.4?Sm-RU5f4s_Bs+(30/"q20/"q1/hS_,.k<%t-n$Jl-mh,),pOWY+?,U=TY+o0/#"C1cI +EU4?Pbh4$#;Y2)6m?0.eb,/1`>&.k<)!.Olkr.4Qbq-n%8--RL/d,U4KV+<;@;(`!f#',(uj&.f?^% +LijV%1N^S$k!FN$471A%1NaHzzzzz!!#2Hz!!!!1&.oZp)]Kh?+X8<\-R^N"/h]CF3BB8b5!;"i3Ar +`M0eb:6/M/M).kE5%.k3"u.Ocer.Olkr4t.p.-RL,b,9e%1/1`>'/1W8%.k3"u.Olns.4IG0.46Ji-7'o^,9nBU*uc+9(`*o%&ePZc%hB0\%LrsX%1N^S$k* +OQ$OdIQ$k*UR$k*IQ&c_n3zzz5!ArHz!!!NA'Gqc/*?ZLN,pale/hJ\>1,_-S5!D.n4Zb\`2)6j>/h +S_-/M&G(/1`;%.k3"t.Occ04t.j+-71#a,U=W\,9e9R*uc+:(_m\s&J,Ka%hB0]%h9'Z%LijV%1N^R +$k*RS%1EXR%h0'_&c_n3zz!!!!_4obQ_z!"okV(E4>9+X86Y,:=rl/M0.M1c[T[4[)"l4$#8V1GLR9 +/hS_./hJY,/1`;%.OmVG5!CDC,paf_,:"N[,U=W\,9e6P*ZQ%6'bq>n&.fBa%hB0]%hB-[%LijV%1N +aV%1WjZ%L`UO$47:U%M99dzz!!#2Hzz'bM/t)]Kh@+sSBZ,Ub/o5!C_X2E*ZZ4Ztqh3B/lP1,1I90/ +"t2/hS_-/Nu?^4t/ZD-RU2c,U4NY+sS*'GD&j&J5Qc&.fB`%hB-[%LrpX%h9*[ +%M0*[&.T*V$k3^Z$P*mbzz!'WRHz!!!!6',29%*?QFK,UOc^-RgQ0/het92`No^4?GP_2`*2/h\t;2E3cZ3B&iR1,:U>0ek +@90J4t14tJ35-n$Gj,pac\+sJ-O+2)dKR2)I*C0e +b770J>%3/Nta:.Olkq-RC#`,9\0P+WqmM++0f1^E2E!EK1,1F8 +/hSb./hT=O/1W2!-mp>f,9nBV+t',;2p&.oE_&J>]Vz!'WRHz!!!!_'c@u4+<_pR,UFc_4sqa./1iM01,LjG1c$m +@0.nk0/M/P<4tJ68.4HYm-6sf\,9e6Q*ZlFF+!2OF*Zc@E*?6%=*#on:)AsD1(D[`!&eYcf&.fB`%h +B0^&.fEc&J5Wh&el&q()@Z#&J5Zi'+tlg&eG$Cz5!ArHz!'V,](`XV?+X/-V,U=["-7:5m/MAh61Gg +mD1,(@6/hJY+/3YU9.k<,!-mp>g,9nEW+sA'N+!)IE*Zc@D*Zc=A*#oq<*#on:)]BS2()7Ms&ePZd& +.]9^%hB3_&.oKd&ebro()7T$()7Jr&J>`j'bh8n'*&"4!!!!_4obQ_z4rlg,*$-7I+sS?Z,Wd&.fBb&J>Zg&eYfk()@]'(`4&('bhDt'GM5q'bh>qz!'WRHz!!!!_4rYLb+s +\H]-7(i&-RU;k.P!,)0JP780J>(3/hS_./j:m?/M&G&.4?Pj,pac[+Zg&eYfi',22t(Dmu+(Ddi'()@Z#',)#n'GD,nz5!ArHz!!!rW) +BU+J,pt#d-9`e*.Olnt/1rS/0JG.5/hSb//hSb?/hSb-/1W.t-RL/d,9\0N*uu@B*#on;*#oq;)]Kb +9*#fh9)]K_8)]K_6(`*u(().Gr&eP`h&ebol',2,p'c.Z()&aA0(`4),()@Vu'+tul&eYiX!!!!_4o +bQ_z!!!lU*Zu[R-RU9*4t.s3.k<,%/M8\00J>(4/hSb//j:m?/hAM&.46De,U4HT*Zc=B*#on;)]K_ +8)]Te9*#fh9)]K_8)]K_9*#on:)&X5+'bh;p',)#m'GM5q'bqK#(`=20)AsD1(`4&('GM2m&eYfh&e +P]U!!#2Hzz(Ddu/+(40/"qA/hJV).k3"q,pXZY+WVXE*#fe7)]K +\6)B'P7)]Kb:)]K_8)]K_8*#ot>*??(<)&O,)'bh;p',2/q()7T#()If*)&aD2)&O2-(DRVt&eYcg& +eYcg&/"sC!'WRHz!!!!7(Dn#6,UOof-n7D3/1iM.1,1R>0ekF<0JG.500VQO.k<%u-n$Ad+WhdG*#f +h8)B'M4)B'M4)]Te:*#oq;)]K_8)]Kb;*??1A*?6":)&O,)'bh>s'c.Z'(`+#+(`4,.)&X8.(`*r&' +GD,m&J5Te&J5Tc&c_n35!ArHz!!!lQ(E=M@-7:5k.R#C9/hf(<1Gq'H1G^d@0JG.4/Nt^8-n$Gg+s7 +pI*#oq;)B0S5)]BY6)B'M5)]Kb:*#fh:*#oq<*#ot>*??.@*?6"9(`4&)'bqN$(`4),)&X;0)&X;0) +&O2,()7Pt'+kli'+kfh&J>Wf!!!!_4obQ_z!#cRg)]g+J-7:3*/1rP/0f1aG2`%B/1N +%p-6j]X+d+sA'M*Zc=B*??.?*#fh9)]K\7)]Kb:*??.?*??.@*??.@*?H7C*Zc=A)]BP0(Ddo*(`4)- +)&aA1)AsA/(Ddl((DRVu',(uk&J,Qf&eYcg&J5TT!'WRHz!!!!<'c.].+<`$W-n@J80.o"82`N`T2D +m?J0eY134t8!/,U4KV+!2RG*Zc=C*??.?)]K_8)B'P6)]Th<*??.@*Zc=B*?H7D+!)IE*?6%<)AsD0 +(`=/-)&X;0)AsD1(`4)+()@W#'bh>q'+tlh&J>Zg&eP]f&JG-E5!ArHz!!!oR(Dn,4+!DjU.4m_:0f +([G3&``Q2)R0E/hB1M.OQPg+sA'O+!2OF*Zc@D*ZZ4?*#fh8)B0V8*??.A*Zc@D*Zc@D*ZcCF*Zc=B +*?6%<)B'M4)AsD1)&X>2)&X8,(D[c%'bqGu'GM2o&eYfh&J>]h&eP`g&eY1.4obQ_z!#?=d(`F>6+! +i9a/L`k81,LmL3]K#T1GUX:5!CJF-7'l\+WqjK*Zc@D*Zc@D*??+>)]K\6)]Th<*??1B+!2OF*Zc@D +*Zc@D*ZZ7A*??.?*#]_6)&X;0)&X8-(Ddi%'bhAt'c%N!'GM2p'+toj&eYfj',(uk'EC<\zz()@W#( +`OM<+seZh.m>I91,LpK2DmUR/1Dqm,U+BT+*ZcCF+!2R +G*Zc=B*??.A*Zc=B*?6%>*#fe6)&X;/(`*r&'GM2p'bqH"()@Z#'c%Mt'+trm'bh>q'GD)n&3`8Xz! +!!!7'bhB#)]g%C+sn`c4t/!90JPC?1GUX:/NtX6-7'o^+sA'N+!)IE+!2RH+!)FC*#on:)B0V7*#p" +@*ZlIG+!2RG*??+?*$$(A*ZZ7A*??.>)]BS3(`4&)'GD,n',))r(Ddi'(Ddr+(`*l#'c.Z&(`!o''b +V/j5!ArHz!!!`H'GhW+*?H:I.4HT-4tJ<=0JP:90.e_=.4?Mi,U4HU+!2OF*ZlLI+!;[J*ZZ4?*#fh +9)]Kb:*$$(A+!2RH+!)ID*#oq;*$-.B*??1A*?6%;)AsA.'bqAp&eYfj'bqK$(`4&+)&jG1'c.Z')& +F//(`4)+'G;$B4obQ_z!"]\T()\&4*[3*# +]S-(`F;0(`=51)B'D*&cb*Zzz%h90e)&jS;,:G#l5!CDJ/MJn5/h\h/4tA*2-RL,a+X&!N+!2RH+)&O,('G;#j&J5Tf&ebuq(`=52* +#fe7)Aa5.)Aj>1)B'P5)B'>&!'WRHz!!!!,%1s9l*?H:H-S$Vp4t/'90JG480eY^B/Lr>!-7'o]+Wq +mL+!2OF+!2RG*ZQ(9)B'G1(`F8/)&aA2)&X>2)&jJ4)B0V8*?Q@F*Zc=B*?5t6().Dp&J5Qc&.oNh' +bqN%)&aG4)AsD.()[u,)&O83*#ok8)%uuM5!ArHz!!!?5&eu3#)]^"I.k2o1.4d,+0JYF>00Us=/1N +%p,pOTV+*??+=)]BS0' ++tlh&.fBa&.fEd',2/s(D[f()&X5+()@]&)&X;1)AsG3)]9Im!!#2Hzz!sf2C&eu<,+!;[L+?h/$.k +E;/1c.!P0J"_'-mp;c,9\0O*Zc:?*#fk8(_mf#'bh;o&eYik',2/r()Ic'(`F80)]K_8*#oq=*#on9 +().Dp&ePZd&.fBa&.oQh',;5u()@]&(D[c%()Ro-)&aD3)B'M4(DQoM!'WRHz!!!!%":5GF&Jc<,+< +VmO4sVL(.4d))0g73A.k2qo,U+BS+2)&X>2)B'G0()@Z#'+toi&J5Te&.fBa%hK9a&eYfk'GV>u()@Su'c%T&)&X;0)&O2+()? +lM!!#2Hzz"U58@%M9)B'J1(Ddi&'bqDs'GV>t'c%Q +$(Dn#-)&X8.)&aD2)&X8.(_mc!'GM2o&eYfh&eP]e&.]9^%hB3_&/#Wi'GM8s'bh>s()If*(Ddo)(D +IMtz!'WRHzz#7(\M'GV?$*$$=J4sD6u-7C;m.4RM/,pXZW+!)IE*?6";)]BS2(D[c%'bqGu'bqGu() +@Z%(Dmu+(Dmu+)&X5,(_mc!',)#l',)#m&ebok&J5Qc%hB-\%M''\&.oHb&ekuo',)&p()If&'c%Ms +'G1uYz5!ArHz!!!!'#n.@Z(`"&3*?64d,:"Q^-RU>l4t%d)+sA'N*Zc@C*#on9)AsA.(Ddi&'bqGu' +GV>u()@]&()Ri((Ddl('GD2s',)#m',)#l',2,o',(uk&J5Na%LrsX%LrpW%hB-\%hTHf&eYil'GM/ +n&J5K`%M8[@!!!!_4obQ_z!!!91$kF!f)&jS:+!<`k,palb-R^B,-RL)_+u()7Ms',2,o'GD,n',)#n'bh>q'GD)j&.T0[%1NaU%1NaU%1NdX%hB6 +a&eYfg%h9'[$OdIR$ig8-!!#2Hzz!!!?7%hfct*ZlOH+?gqo,UOic-U'^@,U4KU*ZcCF*?6%<)]BS1 +(Ddf%'bqDr'GD,m'+trl',(ul',)&o'+tok',2/q&eYfj',)&p'bh>q&ePZb%1NaU%1NaU%1NaU%1N +jZ%Lrs[%h&dP$47+G#mgq=z!'WRHzz!"')E&f2K.+sS3P4s2'q,palb,sES!+sA'N*?H7A)]BS3(`! +o&().Gr&eblj&J5Qc&.oNf&eP`h&eYfi&eYfi()@Ps',)#m'GM8s'bh8n%h9$X%1NaU%1NaU%1NaU% +1NaT$k#7(P7z!!!!_4obQ_zz#RV.X'cS2;+<2CC4s(sn,9nBU4s1pg*??(;)Aj8,()7P +t&eYcg&.f?_%hB0]&.fBb&J5Wg&ebol',2,o'bqGt'GM5q'GM5q'+toi%LijV%1NaU%1NaU$k3US$k +!IN$47+I#m^bA#R:S?#6t5/z!!#2Hzz!!!!)#n@R])&sV=)]Tn?5!C,5+[.&54s(je*#]_5(`*u''b +qAp&J5Qb%hB0]&.]<`&J>`i',2)p'GM8s'bh>s()7Mt'GM5q'GD,l&J,K_%1NaU%1NaU%1EXR$k!FN +$O[:K#mgqE#6tJ>#R:P=#64`(z!'WRHzz!!!3/$P*me(`OP8*$$(?*^2bO+[.%m+t'bqGu()7Q!'GV>s'GM5p',(uk&J5Tc%LrpV$k3XT%1NaT$k*LO$OR +4J$47+H$47%E#RLbC#mCM5zz5!ArHzz"9o,=$P4!h)BBb8*#oq=+$Lhk+sJ0R+<_jI*#on7(`=))() +.Gq&eP]f&J>]h&eYim()@]&()@]%'bqGu'bh>r'GD,m&eP]e%hB-Z%1EXS%1N^S$k*OQ$O[=M$O[:K +$47+I#mgnE#RL_>"UY50z!!!!_4obQ_z!!!!%"pbPE%h]Wq*#oh6)]Tk?+X/*T,:"HW+sJ0O+!)C?) +Aj;.'bqDs'GD/p'bh>q'GVB!()Ic'()@Z$'bqGu'GM2o&eP]f%hK9_%1N^S$k*RS$k*OQ$k!FN$O[= +M$47.J$47(G#mgkC#R1J>$31&+z!!#2Hzz!!!-)#RUqL&f)?)*#]Y4*$$1H+sSr'GD)k&.fB`%hB0\%1N^S$k*RR$k*OQ$k*LO$O +[=M$O[=L$4.%H#m^eA"pP;>zz!'WRHzz!!EE1$4@:S'cS)2)&XA6+!;^N,U=W\,pac[+X%sK)]K_6) +&O/+(Ddl((`4),(Ddl((Ddl((Ddl'()7Q!'GM2o&eP]f&.]9^&.]6[%1NaU$k*OQ$k*OQ$k*OQ$k!I +P$O[:K$47(G#m^b>"UPM9zz5!ArHzz"U,/=$OmX^)B0S3)B9b?+X&$S,U=W\,U4KV+r',(uk&J5Td&.fBa%LijV%1N^S$k*OQ$k*OQ$k*OQ$k*LO$ +47+I#mgnD#R:J:#ljr*z!!!!_4obQ_z!!!!&"UPMD%1j6k)]K\6*$-7I+s\EZ,pX`],9\3P*?6"9(` +4#('c%Q#(Ddo*(`4&*(D[c%()7T"'c%Mu'GM2o',(uk&eP]g&ePWa%LrsX%1EXR$k3UR%1NaT$k*OQ +$k!FM$47+H#mgkD"pG5=zz!!#2Hzz!!NN1#n%+L%hfcu)&XA7+!MmR,:"N\,U4NX+WqjH)]9J/()7Q +!'c%Q$(Dmu+(Ddl(()@Z#'bqGu'bqDs'GM5q'GD,n'+toj&.]9^%LigT$k*OR%1NaU%1NaT$k*OQ$O +[:K$47(G#mge?"pk80zz!'WRHzz"U,)<%1EUQ&Jc<()B0\>+sJ6X,pXc_,pOTW+1)AsD0(`4)-)&X;1)AsD2)&O/)'bh;p&eGTa%LimZ&.f?`&.]9^%hB0\%LijV$ +k*LO$OR1H#7:\@#QOi)zz5!ArHzz$47+J%1j*d'c%W))B9_<+!;^L+2)]K_8)]BV4(`*r&'GM2m&J5N`%M00_%hK9`%hB0]%h9'Z%1N^S$k* +LO$47+G#m^b9zz!!!!_4obQ_z!!!!.$k*OR%MKTl()e)0*?6%>*??1A*?6%=)]BS3(`4)+(Ddi&()@ +Z%(Dn#-)B0V8)]Te9)]K_8)]Kb:*#oq;)]KY3(D[`#'bV,k&.]<`&.fBa&.f?_%hB0\%LijV%1EXS$ +k!FN$4-tD#64`(zz!!#2Hzz!!!!.%1WpZ&/Guq)B'V;*ZQ.?*#oq;)]BV5)&X;/(`*u)(D[f'(Ddl) +)&aG5*#oq=*??.?*#oq<*$$%?*??+>)]BV4(`*r''G;#j&.fBa&.fBa%hB0]%LrsX%1EXQ$OmOS$k! +FM#RC_Bzzz!'WRHzz!!!!/%hK?e&JZ-#)AjJ9)B'M5*?6";)B'J1)&X8.(`4),(Ddl((Dn#-)B9_;* +?H7D+!)IE*??1B*Zc@D*ZZ4?)]BS2()I`#',(ri&.fBa&.f?_%h9'Y%1N^S$k*LQ%LrpV$O[7I#mgS +3zzz5!ArHzz!!!N?&.oTj(`485*#oq9(Dn#.)]Th:)Aj;.(`4),(`4&+(Ddl)(`=52*#ot?+!2RH+< +VdK+!2RH*Zc@D*ZZ4>)]K\5(`4#'&ePZe&.f?`%hB-[%1N^S%1NaU$k*UU%13*?H:E+!;[K+''bqN%(`*u)(`4,.(`4),(`*u)(Ddo+)&aJ7*ZlLI+<_mO+X%sN+(E!hs&J>]h'bqH!()Ic'(Ddo*(`*u)(Ddo+)B'P8+!)LH+<_mO+WqpN+zzzz5!ArHzzz!"TVT(E+;7*ZZ7A)&<_n&.]9^ +%hKEi'bqH!(Ddl'()I`&(Dn#.)&aG8*??1C+m%LijS#mgkB!!!!(#RUkE#RC +Y@#6tG<#R:P<"U+l+zzz!!#2Hzzzz%hTHi(`=83*#fb4(D7/e$k*LP$k3[W%hTEe&ebrm'GV>t()7W +&)B0S5*#fn>*ZcCF*ZcCE*Zc=B)]KY4(D[c$&Io6Z$jd1F#R:>0z!!if7#6kD:"U,,8"pG/6zzzz!' +WRHzzzz!#-+a(Dmu,(`4&('G:oe%LrmU%1NaU%hB0^%hKK_%LigTzzz!!!!&"9\i1"9\i1"9S`+zzzz!!#2Hzzzzz% +hTHg',)#l&ePWa%L`dT$OdCL#7(S?#7(SB#mgtI$O[@P%LimY%hK"pYA<#6tJ>#RUnD$O +I4L$k3XU%M'*^&JG`h&eY`c&-)\1zzzzz!!!!$!sA].!s8W-zzzzz5!ArHzzzzz!!!N?%h9$V$47.K +$4@:N$OmLQ#mpnD#mU\?"pYA<#6tJ>#m^eC$47.L$k*UR$kEj[&.T0Mzzzzzz!!!!$"9JW,!s8N'zz +zz!!!!_4obQ_zzzzz!"BDI$jm:J$4."F#mgkE$4RCP$jm@L$47+I$4-qD#7(P7#RC_:z$k!FOzzzzz +zzz!!!!$!WiH+!rr<$zzzz!!#2Hzzzzzz$OdFO#6tPA#RCY@#R:VB$31&+z!!!!+zzzzzzzzzzzzz! +!!*&!WrN)zzzzz!'WRHzzzzz!!!!+#mgkB#6tJ="pYA<"U+l+zzzzzzzzzzzzzzzzzzzzzzz5!ArHz +zzzz!!!90#6kA;#6t55#6b;8"TSN&zzzzzzzzzzzzzzzzzzzzzz!!!!_5!D.o5!D.o5!D.o5!D.o5! +D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o +5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.~> +InterpretLevel1 not { + grestore +} if +grestore +%%%%EndImage +1.000 UL +LTb +1.000 UP +1.000 UL +LTb +stroke +grestore +end +showpage +%%Trailer +%%DocumentFonts: Helvetica --- a/singlegene_AUD_gr_top_1_2856_jet.eps Sat Apr 11 19:39:56 2009 -0700 +++ b/singlegene_AUD_gr_top_1_2856_jet.eps Sat Apr 11 19:50:21 2009 -0700 @@ -1,1 +1,719 @@ -../figures/singlegene_AUD_gr_top_1_2856_jet.epcs \ No newline at end of file +%!PS-Adobe-2.0 EPSF-2.0 +%%Title: singlegene_AUD_gr_top_1_2856_jet.epcs +%%Creator: gnuplot 4.2 patchlevel 2 +%%CreationDate: Tue Apr 7 15:00:28 2009 +%%DocumentFonts: (atend) +%%BoundingBox: 50 50 410 302 +%%EndComments +%%BeginProlog +/gnudict 256 dict def +gnudict begin +% +% The following 6 true/false flags may be edited by hand if required +% The unit line width may also be changed +% +/Color true def +/Blacktext false def +/Solid true def +/Dashlength 1 def +/Landscape false def +/Level1 false def +/Rounded false def +/TransparentPatterns false def +/gnulinewidth 5.000 def +/userlinewidth gnulinewidth 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 (singlegene_AUD_gr_top_1_2856_jet.epcs) + /Subject (gnuplot plot) + /Creator (gnuplot 4.2 patchlevel 2 ) + /Author (Bayle Shanks,,,) +% /Producer (gnuplot) +% /Keywords () + /CreationDate (Tue Apr 7 15:00:28 2009) + /DOCINFO pdfmark +end +} ifelse +% +% Gnuplot Prolog Version 4.2 (August 2006) +% +/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 +/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 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 +/MFshow { + { dup 5 get 3 ge + { 5 get 3 eq {gsave} {grestore} ifelse } + {dup dup 0 get findfont exch 1 get scalefont setfont + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop + pop aload pop M} ifelse }ifelse }ifelse } + ifelse } + forall} bind def +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def +/MLshow { currentpoint stroke M + 0 exch R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MRshow { currentpoint stroke M + exch dup MFwidth neg 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MCshow { currentpoint stroke M + exch dup MFwidth -2 div 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/XYsave { [( ) 1 2 true false 3 ()] } bind def +/XYrestore { [( ) 1 2 true false 4 ()] } bind def +end +%%EndProlog +gnudict begin +gsave +50 50 translate +0.050 0.050 scale +0 setgray +newpath +(Helvetica) findfont 140 scalefont setfont +gsave % colour palette begin +/maxcolors 64 def +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp} + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt} + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv} + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse + } ifelse} def +/Constrain { + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def +/YIQ2RGB { + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add + exch 1.91 mul exch add Constrain 3 1 roll} def +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq { + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB} + if} ifelse} ifelse} ifelse} def +/InterpolatedColor true def +/grayindex {/gidx 0 def + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get + GrayA gidx get sub div} def +/redvalue {RedA gidx get RedA gidx 1 sub get + RedA gidx get sub dgdxval mul add} def +/greenvalue {GreenA gidx get GreenA gidx 1 sub get + GreenA gidx get sub dgdxval mul add} def +/bluevalue {BlueA gidx get BlueA gidx 1 sub get + BlueA gidx get sub dgdxval mul add} def +/interpolate { + grayindex grayv GrayA gidx get sub abs 1e-5 le + {RedA gidx get GreenA gidx get BlueA gidx get} + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 + .9524 .9683 .9841 1 ] def +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627 + .5635 .5 ] def +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 ] def +/pm3dround {maxcolors 0 gt {dup 1 ge + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def +/pm3dGamma 1.0 1.5 div def +/ColorSpace (RGB) def +Color true and { % COLOUR vs. GRAY map + InterpolatedColor { %% Interpolation vs. RGB-Formula + /g {stroke pm3dround /grayv exch def interpolate + SelectSpace setrgbcolor} bind def + }{ + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain + SelectSpace setrgbcolor} bind def + } ifelse +}{ + /g {stroke pm3dround pm3dGamma exp setgray} bind def +} ifelse +1.000 UP +1.000 UL +LTb +1.000 UL +LT0 +LTb +%%%%BeginImage +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip +InterpretLevel1 { + %% Construct a box instead of image + LTb + 876 4852 M + 5292 0 V + 0 -4429 V + -5292 0 V + 876 4852 L + 40 -110 R + (PS level 2 image) Lshow + % Read data but ignore it + /imagebuf 9256 string def + currentfile imagebuf readstring +} { +gsave +876 4852 translate +5292 -4429 scale +%%%%BeginPalette +[ /Indexed + /DeviceRGB 63 + < + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000 + > +] setcolorspace +%%%%EndPalette +<< + /ImageType 1 + /Width 135 + /Height 113 + /BitsPerComponent 8 + /ImageMatrix [ 135 0 0 113 0 0 ] + /Decode [ 0 255 ] + /DataSource currentfile /ASCII85Decode filter + /MultipleDataSources false + /Interpolate false +>> +image +} ifelse +5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D +.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5 +!D.o5!D.o5!D.o!WW3#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRIzzzzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzz5!B#Jzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4okW`zzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzz!!!!#!<<*"zzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzz +zzz!!!'%zzzzzzzzzzzzz5!ArHzzzzzzzzzzzzzzzzzzz!!**#zzzzzzzzzzzz!!!!_4obQ_zzzzz! +"&]+zzzzzzzzzzzz!!**#!!*'"zzzzzzzzzzzz!!#2Hzzzzz!!!!&"9\])zzzzzzzzzzz!!!!"!<<* +"!!*'"zzzzzzzzzzzz!'WRHzzzzz!!!'$!WW3#zzzzzzzzzzz!!33&zzzzzzzzzzzzzz5!ArHzzzzz +!!!!"!/ne!r +r<$zzzzzzzzzzzzzzzz!'WRHzz!!*3)!<<*"zzzzz!!!!"!<<*"zz!"feh/Li%b&J#$I!<<*"zzzzz +zzzzzzzzzzz5!ArHzz!rrQ+!!*'"zzzzz!!!!"!WW3#zz'GhiB/KPT<&IJXB!<<*"zzzzzzzzzzzzz +zz!!!!_4obQ_zzz!<<*#!<<*"zzz!<<*"z!!*'"!!!TM!!!H@)]g:N'bh/e"p4r/!<<*"zzzzzzzzz +zzzzzz!!#2Hzzzzzzzz!!!$#zz!!**(":5AE%L`j_)BB7t%LNID!WiE'zzzzzzzzzzzzzzzz!'WRHz +zzzzzzzzzz!!!!"!<`K2#RUtP%1&4"U"l-zz!!!$#!WiB&zzzzzzzz!!!!_4obQ_zzzzz +zzzzzzzzz!!*0*"pY54"9o):#RCY?#6b86!s/K'z!!!$#!WiH+!s/K(zzzzzzzz!!#2Hzzzzzzzzzz +zzzzz!<#6tM?"p>&3!s8T+!<<*"!!!$$!sJl6#RC\?!s/K'zzzzzzzz5!ArHzz!!!$ +#!<<*"zzzzzzzzzz!!!$#!s8Z2#7(P>#6tD7!s/N*!WiB'z!#R(D7"9SZ*zzz!!!!" +!"Te`+zzzz!!!$#!#2"pYG@$4$k?"9JT(zzzzz +zzz!'WRHzzzzz!"U"r3 +"U>8:"pG,3!WW3#zzzzzzzz5!ArHzzzzz!!!!"!!!$"!<`Q3#mq%L$k!IN#RCY="9JT(zzzz!!!$$! +W`<'!s8W."9f#7#6b55"9\i1"U,&5"9SZ*zzzzzzzz!!!!_4obQ_zzzzz!!**$!7!s&B%z!!**$zz!!!'%!:#7:kK%1&J>Wc&el)q%giRI#RC +Y;!<<*"zzz!!!!"!;Izzzzzzzzzzzzzzzz!9"TeZ(z!!!!#!W`<%!!!$#!WrT3$47.L$O@%E"pG28!s/H&!!!$#!' +WRHzzzzzzzzzzzzzzz!!!$$!X&]6$4[UX$P!X[&/#C8$NgG3!s8W,!<<*"z!sA]0!sA],!W`E,":#5 +A$k!FM$OdCK"pP87!s&B%!!*'"5!ArHzzzzzzzzz!&2":#/<$OdFP$OdFQ%1:`!!!$#!<<*"!;<$5"!g(E4;0((q,g%1N[P$47+I#mg +qG$47+H"pG,2!<<*"z!'WRHzzzzzzzzzzzzzzzz!^8e35!D.3!sAi4":,5r&If'V!s/W1#71hM'GhW +*)]KY1'bLrf%h/pT#m^bA#RLbB#RCY"pY;8!s/N*!W`9 +$zz!!#2Hzzzzzzzzzzzzzzz!!33)4q%f.%M&mU'd4V6'eLg]4r>%O)]^"7',)#s)&jP3'+kfc$4$nF +$4$kA#mUV<"p4o/!"U,#2!s/K(zzzz5!ArHzzzzzzzz!!!!"!!W`9$zzzzzz!'WRHzzzzzzzz!!!!"!WrN,!s/ +K(z!!!!"!!*-'!sAck%h]j%,pk&j/h8M'/hK%@3&j)c3]B)X0I%PN&J,6S#RLY>#Qk85!WrH'zzzzz +zz5!ArHzzzzzzzz!!!!#!WrN,!WiB&z!!!$"!WrN-"[5*^(EOkP/M8\-/1`>+/i#1C4?Peh3%lg/)A +NYg$3g_A$NgJ4!!&3"U+o,zzzzzzzzz!!!!_4obQ_z!!!!"!<<*"zzzzzzzzzz!="p"](zzzzzzzzzz!!#2Hzz!WiE(!<<*"zzzzzzzzz!!! +!#!sAl<',DN-,:5T'.4Q_k,9\9S)\s,O%gr[K$O?n;!<<*"zzzzzzzzzz!'WRHz!!!!"!W`<%zzzzz +zzzzz!!!$%":5GH'c@r8,(HrB<$OR1K$3UJ4zzzzzzzzzzz5!ArHzz!!*'"zzzzz +zzzzz!]h&eY]b%hK9a&J,EY"9JQ'zzzzzzzzz +z!!#2Hzzzzzzzzzz!!!!"!AD%1E^X&.oKd&J,Hb&J5Wf&.&OC"9 +SZ*zzzzzzzzzz5!ArHzzzzzzzzzz!!**%!"T +e`,!WiE(!W`9$zzzzzzz!!!!_4obQ_zzzzzzzzzz!"U"f*z!!*'"zzzzzzz!'WRHzzzzzzzzzz!!!!"!0zz!Wi?%zzzzzzz5!ArHzzzzzzzzzzz!< +E3%!zzz"9AK&zzzzzz!!!!_4obQ_z +zzzzzzzzz!!!!"! +InterpretLevel1 not { + grestore +} if +grestore +%%%%EndImage +1.000 UL +LTb +1.000 UP +1.000 UL +LTb +stroke +grestore +end +showpage +%%Trailer +%%DocumentFonts: Helvetica --- a/singlegene_AUD_gr_top_2_420_jet.eps Sat Apr 11 19:39:56 2009 -0700 +++ b/singlegene_AUD_gr_top_2_420_jet.eps Sat Apr 11 19:50:21 2009 -0700 @@ -1,1 +1,731 @@ -../figures/singlegene_AUD_gr_top_2_420_jet.epcs \ No newline at end of file +%!PS-Adobe-2.0 EPSF-2.0 +%%Title: singlegene_AUD_gr_top_2_420_jet.epcs +%%Creator: gnuplot 4.2 patchlevel 2 +%%CreationDate: Tue Apr 7 15:00:34 2009 +%%DocumentFonts: (atend) +%%BoundingBox: 50 50 410 302 +%%EndComments +%%BeginProlog +/gnudict 256 dict def +gnudict begin +% +% The following 6 true/false flags may be edited by hand if required +% The unit line width may also be changed +% +/Color true def +/Blacktext false def +/Solid true def +/Dashlength 1 def +/Landscape false def +/Level1 false def +/Rounded false def +/TransparentPatterns false def +/gnulinewidth 5.000 def +/userlinewidth gnulinewidth 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 (singlegene_AUD_gr_top_2_420_jet.epcs) + /Subject (gnuplot plot) + /Creator (gnuplot 4.2 patchlevel 2 ) + /Author (Bayle Shanks,,,) +% /Producer (gnuplot) +% /Keywords () + /CreationDate (Tue Apr 7 15:00:34 2009) + /DOCINFO pdfmark +end +} ifelse +% +% Gnuplot Prolog Version 4.2 (August 2006) +% +/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 +/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 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 +/MFshow { + { dup 5 get 3 ge + { 5 get 3 eq {gsave} {grestore} ifelse } + {dup dup 0 get findfont exch 1 get scalefont setfont + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop + pop aload pop M} ifelse }ifelse }ifelse } + ifelse } + forall} bind def +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def +/MLshow { currentpoint stroke M + 0 exch R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MRshow { currentpoint stroke M + exch dup MFwidth neg 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MCshow { currentpoint stroke M + exch dup MFwidth -2 div 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/XYsave { [( ) 1 2 true false 3 ()] } bind def +/XYrestore { [( ) 1 2 true false 4 ()] } bind def +end +%%EndProlog +gnudict begin +gsave +50 50 translate +0.050 0.050 scale +0 setgray +newpath +(Helvetica) findfont 140 scalefont setfont +gsave % colour palette begin +/maxcolors 64 def +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp} + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt} + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv} + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse + } ifelse} def +/Constrain { + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def +/YIQ2RGB { + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add + exch 1.91 mul exch add Constrain 3 1 roll} def +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq { + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB} + if} ifelse} ifelse} ifelse} def +/InterpolatedColor true def +/grayindex {/gidx 0 def + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get + GrayA gidx get sub div} def +/redvalue {RedA gidx get RedA gidx 1 sub get + RedA gidx get sub dgdxval mul add} def +/greenvalue {GreenA gidx get GreenA gidx 1 sub get + GreenA gidx get sub dgdxval mul add} def +/bluevalue {BlueA gidx get BlueA gidx 1 sub get + BlueA gidx get sub dgdxval mul add} def +/interpolate { + grayindex grayv GrayA gidx get sub abs 1e-5 le + {RedA gidx get GreenA gidx get BlueA gidx get} + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 + .9524 .9683 .9841 1 ] def +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627 + .5635 .5 ] def +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 ] def +/pm3dround {maxcolors 0 gt {dup 1 ge + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def +/pm3dGamma 1.0 1.5 div def +/ColorSpace (RGB) def +Color true and { % COLOUR vs. GRAY map + InterpolatedColor { %% Interpolation vs. RGB-Formula + /g {stroke pm3dround /grayv exch def interpolate + SelectSpace setrgbcolor} bind def + }{ + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain + SelectSpace setrgbcolor} bind def + } ifelse +}{ + /g {stroke pm3dround pm3dGamma exp setgray} bind def +} ifelse +1.000 UP +1.000 UL +LTb +1.000 UL +LT0 +LTb +%%%%BeginImage +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip +InterpretLevel1 { + %% Construct a box instead of image + LTb + 876 4852 M + 5292 0 V + 0 -4429 V + -5292 0 V + 876 4852 L + 40 -110 R + (PS level 2 image) Lshow + % Read data but ignore it + /imagebuf 10216 string def + currentfile imagebuf readstring +} { +gsave +876 4852 translate +5292 -4429 scale +%%%%BeginPalette +[ /Indexed + /DeviceRGB 63 + < + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000 + > +] setcolorspace +%%%%EndPalette +<< + /ImageType 1 + /Width 135 + /Height 113 + /BitsPerComponent 8 + /ImageMatrix [ 135 0 0 113 0 0 ] + /Decode [ 0 255 ] + /DataSource currentfile /ASCII85Decode filter + /MultipleDataSources false + /Interpolate false +>> +image +} ifelse +5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D +.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5 +!D.o5!D.o5!D.ozzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzz5!ArHzzzzzzzzzzzzz!!!$#!<<*"zzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzz!:"U +"o/zzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzz!!!$#!W`?(!WiE)!s8Z/"9\i1"9S`.!sJl5"pP87!s +/K'zzzzzzzzzz!!#2Hzzzzzzzzzzzzzz!!!$#!5:#6k>7"9S],!WiE)!WiE)!;Izzzzzzzzzzzzzzzzzz!!!$#!<<-$!#7(VB#R:S="p>#0!WiH*!s8W.!s/H&5!ArHzzzzzzzzzzzzzzzzz!!!! +"!"pG/6"U,)7"Tni.!WiE)!s/N*!WW3#5!ArHzzzz +zzzzzz!!!!"!8"9S`."9\l3"pY>9"U,&4"9er4"9\i1!s/K(!WiE(!"U,&5"U,&5"9\i0!s/K(!W`<%zzz!!!!_4obQ_zz!!**$!6!s +A`1#7(S@#m^_>"pG/6"U,&5"9\f/!WiB'!<<*"zzz!!#2Hzzz!"U"r2"9\i1"9\c.!WiE(!<<*"zzz!'WRHzz!!!!"!WrN+!sA`1"U5/9"pbJ@$47(G#RC\A#R:S? +"pG/5"U,#4"9\i0!s/N*!WiH+!sCdl"pt\I$jmad(`!c"'+R2i#mU\@#mLP;#6tSD$k*FJ#6tD8"9\ +i1"9\i1!s8W,!WiB&zzzz5!ArHzz!!**%"U"r2"pP><#RCbD#mq%K$k!IN$47+I#mq"I#6tM=#6kA; +"pP56!WrN-"U5,75!B5X&J5Qa',r)<)BBn9'c0%A#RC_B"pP;<#n%+L$47%D"pG,4"9\i0"9\i0!Wi +E)!"9\f/!s8T,!WiE)!#6k +A;#X/_,&/Z92-n7,00eXk)/LiqJ)\ikt&/,?S#7(VB#mgqD"pP/3!s8T+!WiE)!WiE(!s'bqAq'G(ie%h&n24 +qA;E)^cpX1,UmJ1Gh$O/gr2%/13V!'c.\t"U,)7"U529!s8W,!W`<&!#1"9S],!"U,)9#n%.S',)&p()Ic((`4)+'bh8n&J,R=( +)eAE,UkZ54$#Mg4$>SZ-mpDj5!BVp(C^NN"9er4!s8W-!WiE)!#m^eB#RCY>"pYA=$4IIX&JGin()If)(`4&('GD,m&el*F5!C +DB.lKLN3&s)^3&WE:,pjp%)B0A,#6b87"U,#2!s8T+!WiB'!#R:S>#RCbE#mptF#m^bA#RC_C$kEm]&ebup()If)(Ddf#'GD/q() +Ic+-9`b+2*3`V2`N]P2DQg.,'O"U"o0!s8W,!WiB'!8#71\C#m^hE$OR7L$OI+G#R:S?#n%4R&J>]h'c%Q$(Ddl)(Ddl)(Ddi%(E=SE4 +sVO72)R9J1GLR9.OZW-,omX4$OmIH!s8W-!W`?(!`m'c%Q"()Ic'(`*r''c%Q%*?ZU +k,UbH)1c@-E0eb4/-RCr"(_[;c&.&IB!s8T+!:#RC_A$4-tG$OdCM$47(H$O[:M&.f<`',),r'GV;s'c.Z'(D[`#()R +r/+#RCY?#RLhG$O[=M$47+J$OmUX%h9-a',;2p'GM8t(Ddo*)&O2-)B'S9+XB6#/h\ +t50.ee,.3p$"(_RAi()%2b#6b/0!#R1M<#6tJ>#mgnE#n%.O&.fBa&JGcj'bh>s'G_E"(Dmu+)&X;0)B0Y>+[.;*/h\k0.k2q +l,8"U"r2"9\i5#mh"N%hB0\&.T'.469&4rG+O(Ddh +t%LrdH!W`<&!!**$!1 +!#RC_A"U,#2!WiB +'!WiK/#7:eE$4$qD#7:eE#R_"L%h9![%i#iq'GhW))]p1d,9nK\,!J1S*?#_/'G1oh%LrjR!s/N)!< +E3%!#6k>7!s/N*!s/N*!WrQ/#R:S +="pG/6"U>8;#RUnI$OR7M'+trj&eu/u)B9YZ5!D.o)BB_4((h&d%L`dU%13:B!s/N*!.S()@Mo$O[:K$k<^S"pG)2!WiE)!#mq%L$k<^X%hB*Z' ++tif&JPok%h9'U#mq%K%1NXL"U"o0!s/N*!WiE)!W`<&!&3!s8W-!s8T+!#6tJ +>#RLhG$O[=M$O[:K$4.%G#mghA#6tM>#6k/.zz!s8Q)!#RC\A$4@4L$O[=M$OR4J$47(F#R:S?#6tJ6zzz!s&B%z!! +!!"!<<*"zzz!!!!_4obQ_zzzz!!ic1!s/H&zzzz! +InterpretLevel1 not { + grestore +} if +grestore +%%%%EndImage +1.000 UL +LTb +1.000 UP +1.000 UL +LTb +stroke +grestore +end +showpage +%%Trailer +%%DocumentFonts: Helvetica --- a/singlegene_AUD_gr_top_3_2072_jet.eps Sat Apr 11 19:39:56 2009 -0700 +++ b/singlegene_AUD_gr_top_3_2072_jet.eps Sat Apr 11 19:50:21 2009 -0700 @@ -1,1 +1,713 @@ -../figures/singlegene_AUD_gr_top_3_2072_jet.epcs \ No newline at end of file +%!PS-Adobe-2.0 EPSF-2.0 +%%Title: singlegene_AUD_gr_top_3_2072_jet.epcs +%%Creator: gnuplot 4.2 patchlevel 2 +%%CreationDate: Tue Apr 7 15:00:40 2009 +%%DocumentFonts: (atend) +%%BoundingBox: 50 50 410 302 +%%EndComments +%%BeginProlog +/gnudict 256 dict def +gnudict begin +% +% The following 6 true/false flags may be edited by hand if required +% The unit line width may also be changed +% +/Color true def +/Blacktext false def +/Solid true def +/Dashlength 1 def +/Landscape false def +/Level1 false def +/Rounded false def +/TransparentPatterns false def +/gnulinewidth 5.000 def +/userlinewidth gnulinewidth 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 (singlegene_AUD_gr_top_3_2072_jet.epcs) + /Subject (gnuplot plot) + /Creator (gnuplot 4.2 patchlevel 2 ) + /Author (Bayle Shanks,,,) +% /Producer (gnuplot) +% /Keywords () + /CreationDate (Tue Apr 7 15:00:40 2009) + /DOCINFO pdfmark +end +} ifelse +% +% Gnuplot Prolog Version 4.2 (August 2006) +% +/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 +/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 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 +/MFshow { + { dup 5 get 3 ge + { 5 get 3 eq {gsave} {grestore} ifelse } + {dup dup 0 get findfont exch 1 get scalefont setfont + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop + pop aload pop M} ifelse }ifelse }ifelse } + ifelse } + forall} bind def +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def +/MLshow { currentpoint stroke M + 0 exch R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MRshow { currentpoint stroke M + exch dup MFwidth neg 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MCshow { currentpoint stroke M + exch dup MFwidth -2 div 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/XYsave { [( ) 1 2 true false 3 ()] } bind def +/XYrestore { [( ) 1 2 true false 4 ()] } bind def +end +%%EndProlog +gnudict begin +gsave +50 50 translate +0.050 0.050 scale +0 setgray +newpath +(Helvetica) findfont 140 scalefont setfont +gsave % colour palette begin +/maxcolors 64 def +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp} + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt} + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv} + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse + } ifelse} def +/Constrain { + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def +/YIQ2RGB { + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add + exch 1.91 mul exch add Constrain 3 1 roll} def +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq { + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB} + if} ifelse} ifelse} ifelse} def +/InterpolatedColor true def +/grayindex {/gidx 0 def + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get + GrayA gidx get sub div} def +/redvalue {RedA gidx get RedA gidx 1 sub get + RedA gidx get sub dgdxval mul add} def +/greenvalue {GreenA gidx get GreenA gidx 1 sub get + GreenA gidx get sub dgdxval mul add} def +/bluevalue {BlueA gidx get BlueA gidx 1 sub get + BlueA gidx get sub dgdxval mul add} def +/interpolate { + grayindex grayv GrayA gidx get sub abs 1e-5 le + {RedA gidx get GreenA gidx get BlueA gidx get} + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 + .9524 .9683 .9841 1 ] def +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627 + .5635 .5 ] def +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 ] def +/pm3dround {maxcolors 0 gt {dup 1 ge + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def +/pm3dGamma 1.0 1.5 div def +/ColorSpace (RGB) def +Color true and { % COLOUR vs. GRAY map + InterpolatedColor { %% Interpolation vs. RGB-Formula + /g {stroke pm3dround /grayv exch def interpolate + SelectSpace setrgbcolor} bind def + }{ + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain + SelectSpace setrgbcolor} bind def + } ifelse +}{ + /g {stroke pm3dround pm3dGamma exp setgray} bind def +} ifelse +1.000 UP +1.000 UL +LTb +1.000 UL +LT0 +LTb +%%%%BeginImage +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip +InterpretLevel1 { + %% Construct a box instead of image + LTb + 876 4852 M + 5292 0 V + 0 -4429 V + -5292 0 V + 876 4852 L + 40 -110 R + (PS level 2 image) Lshow + % Read data but ignore it + /imagebuf 8810 string def + currentfile imagebuf readstring +} { +gsave +876 4852 translate +5292 -4429 scale +%%%%BeginPalette +[ /Indexed + /DeviceRGB 63 + < + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000 + > +] setcolorspace +%%%%EndPalette +<< + /ImageType 1 + /Width 135 + /Height 113 + /BitsPerComponent 8 + /ImageMatrix [ 135 0 0 113 0 0 ] + /Decode [ 0 255 ] + /DataSource currentfile /ASCII85Decode filter + /MultipleDataSources false + /Interpolate false +>> +image +} ifelse +5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D +.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5 +!D.o5!D.o5!D.ozzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_!!!!"!<<*"zzzzzzzzzzzzzzzzz +zzzzzzzzzzzzz!!#2Hz!#/!<<*"!"9JT)!!!!"!8"U"o0!W`<%zzzzzzzzzzzzzz5!ArHzzzzz!!!$%!s +Ji4"U+u1!4zzzzzzzzzzzzz5!ArHz!! +!'$!"Te])zzzzzzzzzzzz!!!!_4obQ_z!!30&!WiE( +!<<*"zzzzzzzzzzzz!!!!"!8!s&E&zzzzzzz!!#2Hzzzzzzzzzzzzzzzz!!*-&#mgkB$ +k!LQ$4$k?"9S`-!W`<&!4!<<*"zzzzzz!!!!_4obQ_zzzzzzzzzzzzzzz!!36 +-"pteI&J5Q`%hK9^%LN@@!WrT4#6tJ<"pYME%1N[P#6b21zzzzzzz!!#2Hzzzzzzzzzzzzzzzz!sJo +6$O[OZ&e,?[%M96^%L`LC#R^tH#mLV>#RLqL%LidP"p=u.zzzzzzz!'WRHzzzzzzzzzzzzzzz!!!$$ +"U#/C%20?c%LrjV&J#B_&ISjP%LrmS#R1M>$4ICS%1EOJ!W`9$zzzzzzz5!ArHzzzzzzzzzzzzzzz! +!*-("U>JD%hT?c&e#9^%h0$]%h&dQ%1N^O"pYD?$OdIQ#mUS7!<<*"zzzzzz!!!!_4obQ_zzzzzzzz +zzzzzzz!'c7o($O +[7D"9\f/!s8W-!W`<&zzzzzz!!!!_4obQ_zzzzzzzzzzzzzz!+D/M/P,/1Eb- ++rqL9(`F>##m^e>"9S]-!X&T,!W`<%zzzzzz!!#2Hzzzzzzzzzzzzzz!!!$#!X8r@$l10>.k`S15!C +SO0/"q/.R#15-6*g:(`F7t#R:M9!s/N*!WiE)!W`<&!!*'"zzzzz!'WRHzzzzzzzzzzzzzz!%3/hnt63&s/d4#o>`4#\H*()%8k"Tnf,!<<*"!!!!"!#1!WW3#z!Jna!WiB'zzzzzzzzzz5!ArHzzzz!!*'"!!!$$!WrN-" +9o):#mgqF#R:M9"9JT(z!!!!"!8:"U,#2!WiB'zzz!!**%"9\l24p(li"U,)8$4d^b*[<$r.4$&X(DRJc!Wi?%zzzzzzzzzz +5!ArHzzzzzz!!!$#!WrQ/"pP57!s8T+!W`9$zz!!!!"!Y'bq/Y!<<*"zzzzzzzzz!!!!_4obQ_zzzzzz!!!' +&"9eu6"U"l-zzzzzz!%Kc_3zzzzzzzzzz!!#2Hzzzzzz!<<*# +!V)&e,'Jzzzzzzzzzzz5!Ar +Hzzzzz!;=#6b22!<<*"zzzz!!!$$!sJo9$P!gc(E+87*ZlLA() +7Mr'+kQV!s&B%zzzzzzzzzz!!#2Hzzzzz!!*-("U"l.!WiH,"U529"9S]+zzzzz!zzzzzzzzzzz!'WRHzzzzz!<`T3"9no.!WiE*"U,#2!W`9$zzzz!!!!"!Wr +T1#R_1V'GVH()]K_7)&3hu&.]6Z#6Ou,zzzzzzzzzzz5!ArHzzzz!!!$$"9o,:#6Y&.!WiE)!WiE(z +zzzz!!*-&!s])>%M98"U,)6#7:eG$OI(=zzzzzz!!!!#!!ri1!<`B&zzzz!!!!_4obQ_zzzzzzzzzz!!!!"! +InterpretLevel1 not { + grestore +} if +grestore +%%%%EndImage +1.000 UL +LTb +1.000 UP +1.000 UL +LTb +stroke +grestore +end +showpage +%%Trailer +%%DocumentFonts: Helvetica --- a/singlegene_AUD_gr_top_4_2075_jet.eps Sat Apr 11 19:39:56 2009 -0700 +++ b/singlegene_AUD_gr_top_4_2075_jet.eps Sat Apr 11 19:50:21 2009 -0700 @@ -1,1 +1,713 @@ -../figures/singlegene_AUD_gr_top_4_2075_jet.epcs \ No newline at end of file +%!PS-Adobe-2.0 EPSF-2.0 +%%Title: singlegene_AUD_gr_top_4_2075_jet.epcs +%%Creator: gnuplot 4.2 patchlevel 2 +%%CreationDate: Tue Apr 7 15:00:47 2009 +%%DocumentFonts: (atend) +%%BoundingBox: 50 50 410 302 +%%EndComments +%%BeginProlog +/gnudict 256 dict def +gnudict begin +% +% The following 6 true/false flags may be edited by hand if required +% The unit line width may also be changed +% +/Color true def +/Blacktext false def +/Solid true def +/Dashlength 1 def +/Landscape false def +/Level1 false def +/Rounded false def +/TransparentPatterns false def +/gnulinewidth 5.000 def +/userlinewidth gnulinewidth 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 (singlegene_AUD_gr_top_4_2075_jet.epcs) + /Subject (gnuplot plot) + /Creator (gnuplot 4.2 patchlevel 2 ) + /Author (Bayle Shanks,,,) +% /Producer (gnuplot) +% /Keywords () + /CreationDate (Tue Apr 7 15:00:47 2009) + /DOCINFO pdfmark +end +} ifelse +% +% Gnuplot Prolog Version 4.2 (August 2006) +% +/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 +/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 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 +/MFshow { + { dup 5 get 3 ge + { 5 get 3 eq {gsave} {grestore} ifelse } + {dup dup 0 get findfont exch 1 get scalefont setfont + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop + pop aload pop M} ifelse }ifelse }ifelse } + ifelse } + forall} bind def +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def +/MLshow { currentpoint stroke M + 0 exch R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MRshow { currentpoint stroke M + exch dup MFwidth neg 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MCshow { currentpoint stroke M + exch dup MFwidth -2 div 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/XYsave { [( ) 1 2 true false 3 ()] } bind def +/XYrestore { [( ) 1 2 true false 4 ()] } bind def +end +%%EndProlog +gnudict begin +gsave +50 50 translate +0.050 0.050 scale +0 setgray +newpath +(Helvetica) findfont 140 scalefont setfont +gsave % colour palette begin +/maxcolors 64 def +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp} + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt} + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv} + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse + } ifelse} def +/Constrain { + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def +/YIQ2RGB { + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add + exch 1.91 mul exch add Constrain 3 1 roll} def +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq { + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB} + if} ifelse} ifelse} ifelse} def +/InterpolatedColor true def +/grayindex {/gidx 0 def + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get + GrayA gidx get sub div} def +/redvalue {RedA gidx get RedA gidx 1 sub get + RedA gidx get sub dgdxval mul add} def +/greenvalue {GreenA gidx get GreenA gidx 1 sub get + GreenA gidx get sub dgdxval mul add} def +/bluevalue {BlueA gidx get BlueA gidx 1 sub get + BlueA gidx get sub dgdxval mul add} def +/interpolate { + grayindex grayv GrayA gidx get sub abs 1e-5 le + {RedA gidx get GreenA gidx get BlueA gidx get} + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 + .9524 .9683 .9841 1 ] def +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627 + .5635 .5 ] def +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 ] def +/pm3dround {maxcolors 0 gt {dup 1 ge + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def +/pm3dGamma 1.0 1.5 div def +/ColorSpace (RGB) def +Color true and { % COLOUR vs. GRAY map + InterpolatedColor { %% Interpolation vs. RGB-Formula + /g {stroke pm3dround /grayv exch def interpolate + SelectSpace setrgbcolor} bind def + }{ + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain + SelectSpace setrgbcolor} bind def + } ifelse +}{ + /g {stroke pm3dround pm3dGamma exp setgray} bind def +} ifelse +1.000 UP +1.000 UL +LTb +1.000 UL +LT0 +LTb +%%%%BeginImage +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip +InterpretLevel1 { + %% Construct a box instead of image + LTb + 876 4852 M + 5292 0 V + 0 -4429 V + -5292 0 V + 876 4852 L + 40 -110 R + (PS level 2 image) Lshow + % Read data but ignore it + /imagebuf 8810 string def + currentfile imagebuf readstring +} { +gsave +876 4852 translate +5292 -4429 scale +%%%%BeginPalette +[ /Indexed + /DeviceRGB 63 + < + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000 + > +] setcolorspace +%%%%EndPalette +<< + /ImageType 1 + /Width 135 + /Height 113 + /BitsPerComponent 8 + /ImageMatrix [ 135 0 0 113 0 0 ] + /Decode [ 0 255 ] + /DataSource currentfile /ASCII85Decode filter + /MultipleDataSources false + /Interpolate false +>> +image +} ifelse +5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D +.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5 +!D.o5!D.o5!D.ozzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_!!!!"!<<*"zzzzzzzzzzzzzzzzz +zzzzzzzzzzzzz!!#2Hz!#/!<<*"!"9JT)!!!!"!8"U"o0!W`<%zzzzzzzzzzzzzz5!ArHzzzzz!!!$%!s +Ji4"U+u1!4zzzzzzzzzzzzz5!ArHz!! +!'$!"Te])zzzzzzzzzzzz!!!!_4obQ_z!!30&!WiE( +!<<*"zzzzzzzzzzzz!!!!"!8!s&E&zzzzzzz!!#2Hzzzzzzzzzzzzzzzz!!*-&#mgkB$ +k!LQ$4$k?"9S`-!W`<&!4!<<*"zzzzzz!!!!_4obQ_zzzzzzzzzzzzzzz!!36 +-"pteI&J5Q`%hK9^%LN@@!WrT4#6tJ<"pYME%1N[P#6b21zzzzzzz!!#2Hzzzzzzzzzzzzzzzz!sJo +6$O[OZ&e,?[%M96^%L`LC#R^tH#mLV>#RLqL%LidP"p=u.zzzzzzz!'WRHzzzzzzzzzzzzzzz!!!$$ +"U#/C%20?c%LrjV&J#B_&ISjP%LrmS#R1M>$4ICS%1EOJ!W`9$zzzzzzz5!ArHzzzzzzzzzzzzzzz! +!*-("U>JD%hT?c&e#9^%h0$]%h&dQ%1N^O"pYD?$OdIQ#mUS7!<<*"zzzzzz!!!!_4obQ_zzzzzzzz +zzzzzzz!'c7o($O +[7D"9\f/!s8W-!W`<&zzzzzz!!!!_4obQ_zzzzzzzzzzzzzz!+D/M/P,/1Eb- ++rqL9(`F>##m^e>"9S]-!X&T,!W`<%zzzzzz!!#2Hzzzzzzzzzzzzzz!!!$#!X8r@$l10>.k`S15!C +SO0/"q/.R#15-6*g:(`F7t#R:M9!s/N*!WiE)!W`<&!!*'"zzzzz!'WRHzzzzzzzzzzzzzz!%3/hnt63&s/d4#o>`4#\H*()%8k"Tnf,!<<*"!!!!"!#1!WW3#z!Jna!WiB'zzzzzzzzzz5!ArHzzzz!!*'"!!!$$!WrN-" +9o):#mgqF#R:M9"9JT(z!!!!"!8:"U,#2!WiB'zzz!!**%"9\l24p(li"U,)8$4d^b*[<$r.4$&X(DRJc!Wi?%zzzzzzzzzz +5!ArHzzzzzz!!!$#!WrQ/"pP57!s8T+!W`9$zz!!!!"!Y'bq/Y!<<*"zzzzzzzzz!!!!_4obQ_zzzzzz!!!' +&"9eu6"U"l-zzzzzz!%Kc_3zzzzzzzzzz!!#2Hzzzzzz!<<*# +!V)&e,'Jzzzzzzzzzzz5!Ar +Hzzzzz!;=#6b22!<<*"zzzz!!!$$!sJo9$P!gc(E+87*ZlLA() +7Mr'+kQV!s&B%zzzzzzzzzz!!#2Hzzzzz!!*-("U"l.!WiH,"U529"9S]+zzzzz!zzzzzzzzzzz!'WRHzzzzz!<`T3"9no.!WiE*"U,#2!W`9$zzzz!!!!"!Wr +T1#R_1V'GVH()]K_7)&3hu&.]6Z#6Ou,zzzzzzzzzzz5!ArHzzzz!!!$$"9o,:#6Y&.!WiE)!WiE(z +zzzz!!*-&!s])>%M98"U,)6#7:eG$OI(=zzzzzz!!!!#!!ri1!<`B&zzzz!!!!_4obQ_zzzzzzzzzz!!!!"! +InterpretLevel1 not { + grestore +} if +grestore +%%%%EndImage +1.000 UL +LTb +1.000 UP +1.000 UL +LTb +stroke +grestore +end +showpage +%%Trailer +%%DocumentFonts: Helvetica --- a/singlegene_AUD_gr_top_5_932_jet.eps Sat Apr 11 19:39:56 2009 -0700 +++ b/singlegene_AUD_gr_top_5_932_jet.eps Sat Apr 11 19:50:21 2009 -0700 @@ -1,1 +1,740 @@ -../figures/singlegene_AUD_gr_top_5_932_jet.epcs \ No newline at end of file +%!PS-Adobe-2.0 EPSF-2.0 +%%Title: singlegene_AUD_gr_top_5_932_jet.epcs +%%Creator: gnuplot 4.2 patchlevel 2 +%%CreationDate: Tue Apr 7 15:00:53 2009 +%%DocumentFonts: (atend) +%%BoundingBox: 50 50 410 302 +%%EndComments +%%BeginProlog +/gnudict 256 dict def +gnudict begin +% +% The following 6 true/false flags may be edited by hand if required +% The unit line width may also be changed +% +/Color true def +/Blacktext false def +/Solid true def +/Dashlength 1 def +/Landscape false def +/Level1 false def +/Rounded false def +/TransparentPatterns false def +/gnulinewidth 5.000 def +/userlinewidth gnulinewidth 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 (singlegene_AUD_gr_top_5_932_jet.epcs) + /Subject (gnuplot plot) + /Creator (gnuplot 4.2 patchlevel 2 ) + /Author (Bayle Shanks,,,) +% /Producer (gnuplot) +% /Keywords () + /CreationDate (Tue Apr 7 15:00:53 2009) + /DOCINFO pdfmark +end +} ifelse +% +% Gnuplot Prolog Version 4.2 (August 2006) +% +/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 +/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 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 +/MFshow { + { dup 5 get 3 ge + { 5 get 3 eq {gsave} {grestore} ifelse } + {dup dup 0 get findfont exch 1 get scalefont setfont + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop + pop aload pop M} ifelse }ifelse }ifelse } + ifelse } + forall} bind def +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def +/MLshow { currentpoint stroke M + 0 exch R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MRshow { currentpoint stroke M + exch dup MFwidth neg 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MCshow { currentpoint stroke M + exch dup MFwidth -2 div 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/XYsave { [( ) 1 2 true false 3 ()] } bind def +/XYrestore { [( ) 1 2 true false 4 ()] } bind def +end +%%EndProlog +gnudict begin +gsave +50 50 translate +0.050 0.050 scale +0 setgray +newpath +(Helvetica) findfont 140 scalefont setfont +gsave % colour palette begin +/maxcolors 64 def +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp} + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt} + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv} + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse + } ifelse} def +/Constrain { + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def +/YIQ2RGB { + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add + exch 1.91 mul exch add Constrain 3 1 roll} def +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq { + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB} + if} ifelse} ifelse} ifelse} def +/InterpolatedColor true def +/grayindex {/gidx 0 def + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get + GrayA gidx get sub div} def +/redvalue {RedA gidx get RedA gidx 1 sub get + RedA gidx get sub dgdxval mul add} def +/greenvalue {GreenA gidx get GreenA gidx 1 sub get + GreenA gidx get sub dgdxval mul add} def +/bluevalue {BlueA gidx get BlueA gidx 1 sub get + BlueA gidx get sub dgdxval mul add} def +/interpolate { + grayindex grayv GrayA gidx get sub abs 1e-5 le + {RedA gidx get GreenA gidx get BlueA gidx get} + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 + .9524 .9683 .9841 1 ] def +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627 + .5635 .5 ] def +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 ] def +/pm3dround {maxcolors 0 gt {dup 1 ge + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def +/pm3dGamma 1.0 1.5 div def +/ColorSpace (RGB) def +Color true and { % COLOUR vs. GRAY map + InterpolatedColor { %% Interpolation vs. RGB-Formula + /g {stroke pm3dround /grayv exch def interpolate + SelectSpace setrgbcolor} bind def + }{ + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain + SelectSpace setrgbcolor} bind def + } ifelse +}{ + /g {stroke pm3dround pm3dGamma exp setgray} bind def +} ifelse +1.000 UP +1.000 UL +LTb +1.000 UL +LT0 +LTb +%%%%BeginImage +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip +InterpretLevel1 { + %% Construct a box instead of image + LTb + 876 4852 M + 5292 0 V + 0 -4429 V + -5292 0 V + 876 4852 L + 40 -110 R + (PS level 2 image) Lshow + % Read data but ignore it + /imagebuf 10957 string def + currentfile imagebuf readstring +} { +gsave +876 4852 translate +5292 -4429 scale +%%%%BeginPalette +[ /Indexed + /DeviceRGB 63 + < + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000 + > +] setcolorspace +%%%%EndPalette +<< + /ImageType 1 + /Width 135 + /Height 113 + /BitsPerComponent 8 + /ImageMatrix [ 135 0 0 113 0 0 ] + /Decode [ 0 255 ] + /DataSource currentfile /ASCII85Decode filter + /MultipleDataSources false + /Interpolate false +>> +image +} ifelse +5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D +.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5 +!D.o5!D.o5!D.ozzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzz!!!!"zzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzz!<<-$ +zzzzzzzzzzzzz5!ArHzzzzzzzzzzzzzzzzzz!!!*%!<`Q+zzzzzzzzzzzz!!!!_4obT`zzzzz!"&]+ +zzzzzzzzzzzz!!<9'!X8W)zzzzzzzzzzzz!!#2H!!!$"zzzz!!!!+#mgS3zzzzzzzzzzz!!!!%!s/K +(!s\f+zzzzzzzzzzzz!'WRH!!**#zzzz!!!?4#QOi)zzzzzzzzzzz!!WQ/"9\f/#71A1zzzzzzzzzz +zz5!ArH!!**$zzzz$4-tC#6t5/zzzzzz!!EH."TSN&zzz#mU\>"U"u6#ljr*zzzzzzzzzzz!!!!_4o +bQ_!"Tn`)!!!!"!#R_+T%0-nK%M''[%LrsY%LigS#7 +LnG$31&+zzzzzzzzzz!!!!_4obQ_!!!$#!WrT2$OdCM#m^eB#R1J:"U"o0!WiE)!WrK+"U529"9JW, +!s8N'!!!-)!!!3,"pP8:$OI1L%i#fk&.f?^%h0!Y%LrsX%1E[R#mLV>$31&+zzzzzzzzzz!!#2Hz!! +!$$!sAf6$4@1I#R(D9"U,&4!s8W,!$P!UT',;?#)]08&&.K$V%1NaU%1NaT$O[7G"pG)2zzzzzzzzz +zz5!ArHz!&2!sA`0"9JZ+!H]%1N^R$4@1H!s/K(!C%hTEi*@*!^-mg/^)]9G-&.T-Y% +1N^R$OR+B!s8Q)!<<-&zzzzzzzzz!!!!_4obQ_z!)&.]3Y$OR.E"pP57!s/K(!<<*"zzzzzzzzz5! +ArHz!!*'"zzzzzzzzzz!,:+W^+s7mG)]'/$'GM)f%1;>$4@4M%M'$Z%hB0[$k*XX'+u&p'bqGt',(uk&eGQ^$OR1F"pG)1!<<*"z +z!!!$#!$O[:M%1NaU%1NaT$k*OQ$k*XZ',2,p'GM/k&.f<\$OR1H#R:M:"9JT(zz!!!!"!7!s/K'zz!!**$!l%LNCC"9\l3"U5/7"Tnf,zzzzzzzz!'WRHzzzzzzzzz!!!$#!W`? +(!s8]3#RUnI$k*OQ%1E[T%1NaT%M99d(*">9+!2RG*#]V-'+kfd$O?n="9\l3"pP88"9JT(zzzzzzz +z5!ArHzzzzzzzz!!!!"!6!W`9$zzzzzzz!!!!_4obQ_zzzzzzzz!!!$#!WiH,"9f#8#RLhF$4.(J$O[=M$k +*OQ%1Wj['GMN,)'0kA*ZQ+;(Ddc!&Io6X$3p_<"U52:"p>#/!<<*"zzzzzzz!!#2Hzzzzzzzzz!!!$ +#!WrQ."U5/:#7(VA#RLeD#mq"H$OdIR%M9?f)B9Y7*Zc=B)]BV2'bV/l&If0V#6k>8"U5/7"9S]+zz +zzzzzz!'WRHzzzzzzzzz!!!$$!X&W/"pG28#7(S?#7(SA$47+J$k*RT&/#Wm(`=85*#p"@*#TJ(&/# +`l$P!XQ#6k>9"pG,4!W`9$zzzzzzzz5!ArHzzzzzzzzz!!*-&!sJf1"pP>=#6tP?#RLeE$47+K$k;"U"r3"9\l3#7(V +C$P![Y'+u0&)^6IH)_*-_.P`i$jR"?"9\i0!s/N)zzzzzzzz5!ArHzzzzzzzz!!!$"! +WiE)!sJi3"pG/5"9\i1"9er5#71_G%M06c&f2N++!;XR0e4b(/M8_0+r1_$',(rb"pG/5"9S`.!WiB +'zzzzzzz!!!!_4obQ_zzzzzzzz!!**%!WiH+!sAc1"9\i1"9Sc1"U,)9#n%.O&/#Ti(`FJC.O?i/0J +P:=0.eOj'+PH`',(o`"9eo1!s8T+!W`<%zzzzzzz!!#2Hzzzzzzzzz!!**$!W`<'!!<<)"9Sc0"9\l +3"pYD@$OdOX&eZ$%+XSm$0KhQU3'BDb0e=C`&e>Kc&e>6N"9\f/!WrK*!W`<%zzzzzzz!'WRHzzzzz +zzz!!!!"!$k1FPF<+<)@E+$LY]'G1ri&e>K +["p>#1!s8T+!W`9$zzzzzzz!'WRHzzzzzzzzzzz!!**&!s8Z0"U529#Rq:T&/6$&)([9g.jlo"5!C2 +/*$lmV4rbCQ&J>`k$k*II!s8W,!s/N*!<<*"zzzzzzz5!ArHzzzzzzzzzzz!1^,UF[!*Z5_,&eu2o#mgeoS*'bqDg#6b85!WiH+!WiB +'zzzzzzz!!#2Hzzzzzzzzzzz!!!$#!WrN-"9o,;#n.7P%hTEh()7]'(_mi%5!Bl'*$#q;*BkSl+;be +*&J5QX"Tnf-!WiH*!W`<&zzzzzzz!'WRHzzzzzzzzzzz!!!$$!WrQ/#7(VC$4I@S&J5Wj'L"]E5!D. +H(`OD5*$-4d-71#a*u,=r&.f-N!s/N*!WiE)!W`<&zzzzzzz5!ArHzzzzzzzzzzz!!**%!sAc4#71\ +D$O[FU&.oX@4r>%N4r>(Q*Zc7>+[/(8,U4QZ*#&km%g`=>!WiE)!WiE(!<<-#zzzzzz!!!!_4obQ_z +zzzzzzzzzz!B'bqK"(De)7*#fhD,X*M",9nEN&e,3W#mCA3!WiE)!W` +<%zzzzzzz!!#2Hzzzzzzzzzzz!!!!"!W`?*"U,,9#RLhE%M'*`4qnbJ()@Z&)Bg4B*$umV4sq[&,9n +9?$4.%E!s/N)!!**$zzzzzzzz!'WRHzzzzzzzzzzz!!!!"!-RL#]+s.C)#R1G8!#R(;1zzzzzz!! +!!"!<<*"zz!'WRHzzzzzzzzzzzz!$4RG.',;?%*$$+E+seN^,pb)m/M0.M.OQc",o-pp" +9JQ'!!*'"zzzzzzzzz5!ArHzzzzzzzzzzz!!!!"!WrQ.#7:eG%R*&j()Ii-*ZlOL,:"T`-n?c"0f)! +I/1N7t'at9K!<<*"!<<*"zzzzzzzz!!!!_4obQ_zzz!!!$#!!!$#!!**$!o1,C^A0g7-:.OuYS#Qt20!<<*"zz +zzzz!!!$"zz!'WRHzzz!!!$#!W`?'!WiE)!W`<&!B.j,?-"9JW*zzzzz!!!!"!8=$k*Y15!Bc!(E+A7)]KnH,q(E%0J+k?.kN2#'at/()e89+t>2u/j;!B-PdI4$jQe5 +zzzz!!!!"!:#mid&$OmX^'c7Z(*ZQ(74rFnC%h]Wr'FG0Lzzzzz!zzzzzz!!!!"!!** +$zzz!'WRHzz!!!!"zzzzz!!!$$!WiE)!WiE)! +InterpretLevel1 not { + grestore +} if +grestore +%%%%EndImage +1.000 UL +LTb +1.000 UP +1.000 UL +LTb +stroke +grestore +end +showpage +%%Trailer +%%DocumentFonts: Helvetica --- a/singlegene_AUD_lr_top_1_3386_jet.eps Sat Apr 11 19:39:56 2009 -0700 +++ b/singlegene_AUD_lr_top_1_3386_jet.eps Sat Apr 11 19:50:21 2009 -0700 @@ -1,1 +1,794 @@ -../figures/singlegene_AUD_lr_top_1_3386_jet.epcs \ No newline at end of file +%!PS-Adobe-2.0 EPSF-2.0 +%%Title: singlegene_AUD_lr_top_1_3386_jet.epcs +%%Creator: gnuplot 4.2 patchlevel 2 +%%CreationDate: Tue Apr 7 15:00:24 2009 +%%DocumentFonts: (atend) +%%BoundingBox: 50 50 410 302 +%%EndComments +%%BeginProlog +/gnudict 256 dict def +gnudict begin +% +% The following 6 true/false flags may be edited by hand if required +% The unit line width may also be changed +% +/Color true def +/Blacktext false def +/Solid true def +/Dashlength 1 def +/Landscape false def +/Level1 false def +/Rounded false def +/TransparentPatterns false def +/gnulinewidth 5.000 def +/userlinewidth gnulinewidth 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 (singlegene_AUD_lr_top_1_3386_jet.epcs) + /Subject (gnuplot plot) + /Creator (gnuplot 4.2 patchlevel 2 ) + /Author (Bayle Shanks,,,) +% /Producer (gnuplot) +% /Keywords () + /CreationDate (Tue Apr 7 15:00:24 2009) + /DOCINFO pdfmark +end +} ifelse +% +% Gnuplot Prolog Version 4.2 (August 2006) +% +/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 +/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 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 +/MFshow { + { dup 5 get 3 ge + { 5 get 3 eq {gsave} {grestore} ifelse } + {dup dup 0 get findfont exch 1 get scalefont setfont + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop + pop aload pop M} ifelse }ifelse }ifelse } + ifelse } + forall} bind def +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def +/MLshow { currentpoint stroke M + 0 exch R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MRshow { currentpoint stroke M + exch dup MFwidth neg 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MCshow { currentpoint stroke M + exch dup MFwidth -2 div 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/XYsave { [( ) 1 2 true false 3 ()] } bind def +/XYrestore { [( ) 1 2 true false 4 ()] } bind def +end +%%EndProlog +gnudict begin +gsave +50 50 translate +0.050 0.050 scale +0 setgray +newpath +(Helvetica) findfont 140 scalefont setfont +gsave % colour palette begin +/maxcolors 64 def +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp} + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt} + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv} + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse + } ifelse} def +/Constrain { + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def +/YIQ2RGB { + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add + exch 1.91 mul exch add Constrain 3 1 roll} def +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq { + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB} + if} ifelse} ifelse} ifelse} def +/InterpolatedColor true def +/grayindex {/gidx 0 def + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get + GrayA gidx get sub div} def +/redvalue {RedA gidx get RedA gidx 1 sub get + RedA gidx get sub dgdxval mul add} def +/greenvalue {GreenA gidx get GreenA gidx 1 sub get + GreenA gidx get sub dgdxval mul add} def +/bluevalue {BlueA gidx get BlueA gidx 1 sub get + BlueA gidx get sub dgdxval mul add} def +/interpolate { + grayindex grayv GrayA gidx get sub abs 1e-5 le + {RedA gidx get GreenA gidx get BlueA gidx get} + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 + .9524 .9683 .9841 1 ] def +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627 + .5635 .5 ] def +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 ] def +/pm3dround {maxcolors 0 gt {dup 1 ge + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def +/pm3dGamma 1.0 1.5 div def +/ColorSpace (RGB) def +Color true and { % COLOUR vs. GRAY map + InterpolatedColor { %% Interpolation vs. RGB-Formula + /g {stroke pm3dround /grayv exch def interpolate + SelectSpace setrgbcolor} bind def + }{ + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain + SelectSpace setrgbcolor} bind def + } ifelse +}{ + /g {stroke pm3dround pm3dGamma exp setgray} bind def +} ifelse +1.000 UP +1.000 UL +LTb +1.000 UL +LT0 +LTb +%%%%BeginImage +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip +InterpretLevel1 { + %% Construct a box instead of image + LTb + 876 4852 M + 5292 0 V + 0 -4429 V + -5292 0 V + 876 4852 L + 40 -110 R + (PS level 2 image) Lshow + % Read data but ignore it + /imagebuf 15215 string def + currentfile imagebuf readstring +} { +gsave +876 4852 translate +5292 -4429 scale +%%%%BeginPalette +[ /Indexed + /DeviceRGB 63 + < + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000 + > +] setcolorspace +%%%%EndPalette +<< + /ImageType 1 + /Width 135 + /Height 113 + /BitsPerComponent 8 + /ImageMatrix [ 135 0 0 113 0 0 ] + /Decode [ 0 255 ] + /DataSource currentfile /ASCII85Decode filter + /MultipleDataSources false + /Interpolate false +>> +image +} ifelse +5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D +.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5 +!D.o5!D.o5!D.o!rr<$zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRJzzzzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzz5!B#Jzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4ot]azzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzzz!!#2H!<<*"zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRIzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzzzzz5!AuIzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4okW`zzzzzzzzzzzzzzzzz +zzzzzzzzzzzzzzz!!#2H!<<*"zzzzzzzzzzzzzzzzzz!!<9,"TSN&zzzzzzzzzzzz!'WRHzzzzzzzz +zzzzzzzzzzz"U#&8zzzzzzzzzzzzz5!ArHzzzzzzzzzzzzzzzzzz!!!<0"U>J:zzzzzzzzzzzz!!!! +_4obT`zzzzz!##>4zzzzzzzzzzzz!!ro8"UY50zzzzzzzzzzzz!!#2H!!!$"zzzz!!!!2&J>'Dzzzz +zzzzzzz!!!!,$4-n?"Ub;1zzzzzzzzzzzz!'WRH!!30$zzzz!!!TC&HDe2zzzzzzzzzzz!"B>E$3pb +=&.\a@zzzzzzzzzzzz5!ArJ!W`?*zzzz&J,Kc&J5!Czzzzzz!"okS%KHJ/zzz&.T*U#R:P<%fcS0zz +zzzzzzzzz!!!!_4obQc"9Sc1"TSN&zz!!!!5&e>Nb&J>'D!!!!+$O[LXzzzz',(oe%1EURzz!"okT% +L`[M#6kJ?zzzzzzzzzzzz!!#2H!!!-)"pG/8#mpY4zz!#$%\&ePZe&ePWb$OI.J$P3m^zzz!!!!3'+ +tle$k3XV&-)\1z'+tie%13CH"U52;zzzzzzzzzzzz!'WRH!!!0."pP;>$OR:N$ig8-!!!!3&el#o'+ +tli&J#6T#mCP?$OdUZ&c_n3zz!#$"Z&J,H`%hB3_&-)\1!#$"[&ePT_$4-tB"pbMEzzzzzzzzzzzz5 +!ArH!!!91#6kMC$OdIQ%1`F=!#$"Y',)#m'+toi%hB$Q#6Y/9%1j*a&c_n3zz'GV>r&ePWa%hK'D!!!]I!!!fN(Ddf!'G;&l',2,o'+trl'+tlf%h&jS$OR4H#RCY?%0- +A.zzzzzzzzzz!!#2Hz!!!91#mq%L%Lrs\&eYil'G;&n',2,o'+toi%g`UM$47:T&.fEd&ebrn'bqK" +(E",/)&O8/(D[c$'bh>p&eYfh&J,H^%1EUP$47+I#7(VEzzzzzzzzzzz!'WRHz!!ii:$4@7P%Ls!\& +eYlm'GM5q'GV;q&eY`e%h/pX%hTs'GM5o&eY`e&J5Qc%hB6a&ebuq +()Ic()B'S9*??.A*?H4@*#]\3(DIMr'+kcd%h9'Z%1WmX%M0*Y$OdIPzzzzzzzzzz!!!!_4obQ_!!! +!*#mq%J$k3[V%hK9b',2,q'bhAs'G1uk&ebol&ebol&eYfj'GVB"(`F;3*??1B*ZlFE+!)IC)]9J/( +D[`!&eP]e%hK9_%hK9`&.]0W$O[7Izzzzzzzzzz!!#2Hz!!!?6$k*OR%Lrs[&.fHf',;5r'G_Du$PF +*c&eYil',)#m',2)o'c%T')B9_;*ZcCF+!2RH*ZZ7>)&X8-()@W"',(uk&J5Tf&ebok&.K!S$4-nBz +zzzzzzzzz!'WRHz!!!B8%1NaV%h9*\&J>`j'bh>s()7Mq$4@F[&ekun',2,p',2/r(Dn&0*??1B*Zl +FE*Zc=B*#ok7)&O/+()@Z$'bqAq',2)o',2,n%L`[N#mU_Czzzzzzzzzz5!ArHz!"02F%Ls![%hB0^ +&JGfl'GM8t'c%Pu&JGin'bqGu'GM5q'GVB"(`F>5*?H7C*Zc=C*??+>)]BV4(`4&+(Ddl('bqDs'GM +8r'GM/k$k*FK#6b;:zzzzzzzzz!!!!_4obQ_z$P!XW&.fB`&.oNf'GM8s()I`%()I`"'bqH!()@Z#' +bqGu()If*)B9b<*Zc=B*??.?)]K_7)AsD0)&O2.(`4,,(D[c$'bqGt&eGQ_$OR1F"U,&7#RCe]i',2,q()7T$)&X8/)&O5.(Ddi'(Ddl(()@Z&(`4,/)]Tk<*??+?*#fe7)& +X;0)&X;1)&aD3)&X8/(D[`$'bh>p&Io6Z$47"B"pP;<$4@7N%fcS0zzzzzzz!'WRHz!!!!-%M03b', +2)o'GV>u'c.]*)]K\8)B'M4)AsD1(`+#+(Ddo+)&aG5)]K_9*#on:)AsD0(`=2/)&X>3)]K_8)]BS1 +().Gr'+tfc%1EUP#R:S?#RLeE$OdFS&e=sBzzzzzzz5!ArHz!"9;G&/#Th'GV>u()Ic&(`=83)]Tn? +)]K_7)]K_8)B'M5)&X;0)B'P5)B'P5)]BV4(`4),)&X>2)B'P6*#on9)&F))'+kce%LrpW%1EUN#RL +eE$k!LR%1N[Q&.egAzzzzzz!!!!_4obQ_z$k*RT&JGfm'c%Q#(Ddo+)]K_9*?H4@*ZQ1@*??+>*#ot +<)B'M4)B'M4)B'M4)&X8.(`=2/)&X>3)]K_9)B'J2(DRPp%hB0[%LijT$47(G$4@4M%LrpW%L`dT%1 +E^H(Ddkfzzzzz!!#2Hz!!!!,$OdOV&eYlm'bqK"(Dn#/)B0Y:+WqjK+WhdK+q+'EA+5zzz!'WRHz!!!B7$4I@T&eYll'bh>u(`=20*#p"C+<_pQ,9e0(`!l$&J>Ta$k!CL$O[=M$O[@O%1NdW%hK6^%h9$X%M''^%hTKk()\&,)&X/ +/+ohTCzzz5!ArHz!!!?5$P!XX&.oKe&el&r(`4)-)]^%F,U=T[,9nEW+X%sN+!2OD*?6";)]K_7)]B +V4(`*r)(Dmo$'G_Ds'+toh&.K$V$OR4K$O[@N$k3XT%Ls!\&.fB`%hB-\&/#Qc&/,lt)Aj8/*?61G, +6.]Dzz!!!!_4obQ_z!"0,@$kZf%hT?a%h9'Y$k*LO$47+J%Ls$]%hK)'9nAzz!!#2Hzz$jmCP%LrsY%LrsX%M'*_&JZ&s)AsP;+sJ6U+sS9S+p&J>Wc&.]9]%LrsY%1E[T$k*LO$OdLV&.oNf',(uk&eYcg&.fBa&J5Zk(`!u,*$64C+fkBzz5!ArHz!!!Q=$kEjZ&.T3[%1Wp[%h9'Z%M'*c'c%c-)&3u(',MN%)&s'GD,m&eYfh&J5Wh()@c*)B9e?+fm&eP]c%h9*_&.T-[%1WgU$k3 +XR$O[=M$O[=N$k!CL$4I=R%hB0]&/,`o(Dmr(()@]'(D[`#'GD)l&eYfj'GVB#(`F>4*?ZLJ+sS*ZlIF*ZZ7?)AsA.()7Mt'GM8t'c%T&)&jP9*Z +uXO,UFcc-70o\+X&$R,9n?T+ohTC!!!!_4obQ_z!#6._()[u.(`4&)()7T"'c.W!'GM,k&.]<^%1E[ +S$OI.I#mq"I$k*RS$k3[V%hB-]%1a!\&/#Wj&ePfn)B'P7*Zc@F+sA*O*ZZ4>)As>-(D[`#()@Z%(D +n#.)]]tA+!DjS,pjud+sA-S+sJ3U,pX`],QIfE!!#2Hzz(`4).)]KY4(`*r((D[f&()If((DIMq&eP +`g%M''Z%LW^S%1WgX%M0-]%hK9`&/#Qg&JGci()@Z&(Dn&1)]g%C+X&!Q+sA'N*ZQ+<)Aj8+()@Z%( +Ddl))&aD4*$$+E+sS?[,pai^+sJ9X,UFca-71&dz!'WRHzz(`=83*#fe6(D[f((`4)+(`=2/(D[]!& +ebok&J5Nb&J,Nc&J>Wf&eP`f&J>Zh',;5s'bqN%)&aD2*#p"A+!DdP+sSt'c%Q#(Ddl((`4,.)B9_:+!2UI+sA*R,UF``-71#a,9\ +-M*#ok8)&O2-(`4),)&X;1)]Tk?+X/0W-71#b-6sla-RU8f-6soa,pX`9!!#2Hzz)B'S9+!2OE)]Th +8)&X;1)B0V8*#fb6(`4)+(D[`#'bqGu'bhAu'bqH!()Ic((`4)-)&aG5*#p"B+<_sS,9eBZ,palb-7 +'o^,9\-L*#fe7)&X8.(`4,.)B0Y:*$-4H,:"Q]-7'ra,pai`,pac\,:+T\,:*)]Kb8)B'M2(`4&)(D[f&()@]%()@]'(Dn#-)&XA3)]Th;+<_mP+seK[,p +aia-7:,d,U4NX+WhaF*#fe7)&O2.)&jM8*ZZ=F+<_mQ,UF]^,pai`,pXc^,U+HX,:"KW,QIfE5!ArH +z!!!uX)BL"D+!2OF*ZQ+?*ZcFI*ZuXI*?H4A*?H:B*$#n8)]9J0)&O5/)&aA2)B'M4*#oq<*??.D+s +SB[-7'rc-RU8h-RL,b,9nEW+h,pOTY,UOic-n$Gh.0)Oqzz*#ok9*?H:E+<_pQ+X/-W-n$Pp.Ocbo +-RL,c,pX]Z+X%sO+*#]b;*ZlFF+!;[J+X/-X +,pk&h-R^;f,pX`]+sJ0R+1(`=//)&X8.(`4,/)&X>2)]Kb<+!2 +UL+sJ3U,:"N\,pai`,pt)g-RU8g,pai`,pala,pai`,paia,pjl]+XA?X,pXZ[-7'uc-RBu[*<88ez +z*#fqA+X/-U+s.jH*[;mR+sJ0Q*Zc:?)AsA0(`*r(()7Q"()@]&(Ddl)(`+#*(D[f'(Dn#,(`=20)] +TqB+!DjS+sS?Y,paod-RL/e-RgGl-RL/e-7:/h-RL/d,pX`\+sS9S*ZlCD*[;mT,U=QY,pjl_,9n$-mg2 +`+<;IB)AsD0(`!l%(E+;8+(]XO95!ArHz!!!E<&JQ#u)B9b@+*#]\2(Dm,P!!#2Hzz%1X!c(`4&-*$$"; +*#g"A+X&$S,9nEY,U+HW+*?QCI+X83V+sA'M*?6(>)]KV2(`*r'()7Pu'GV;s(Ddi')]K_:-U'^X5!D.\/MAk50JkUM2 +E!HN2)6j1*#oq=*?H=G+X&!O*Zc@C*#oq;)B'J1(Dmu*()@Z$(Ddl)(Ddo-*$-=g4t/$84t\NE2`%0.k2kl,9e9R+!;[K+X/*T+X/'P*ul.9)&aG5)]9J/()7Ms&eb6F!!!!_4obQ_z!! +!QA'G_N()&O5.)B'M6*$$%?+!2UJ+WqmL*??.@*#on9)AsD0)&aA2(`F81)Aj;/)]KnB,Ubi01c$pB +1,LpK2E!HM1d3]O1,:R9/1W2!-RC#^+X%sN+X&$T,:"NZ,9n(80.SFt,pai^,:"KY,:"KY,9nEW+sJ0P*??+>)]0>*'bqDq',MA`z!! +!!_4obQ_zz&JQ*$*#ot@+<_mS-7:&b-71&e-R^Ak-mg5e-7LDo/1`>)0.nq30JG+1/hSb/0J>+D1,C +aE2)R9M2E!HO2`EWN4u4rK0etL:/1;hk,U=TZ,9nEY,9nEX+sJ-R*Zc@@(`4//().Dq'b_5q'GUTJz +!!#2Hzz!!!!2'cJ&6*Zu[P,U=]a-RU;j-n$Jl-n-So-n$Jm.P!#$/M8_20JP::0ekC:0J>+60g7?J1 +GgsH2)[BO2`W1G^[6,U+BS+WqmM+*??(:().Q"'+tlg%hB6iz +z!'WRHzz!"]\[+!;aT/MSt6/hf%:1c7*H1c.'H1c$g>0JP:80/"t3/hJY,/M8_21c.*M3&s&a3]fDc +4$5Sd4$,Md4?P_g4ZbV_5!C_W1G1(#+sA-S++/het3/h\k10/"q1/M/S-0JPFB3&s#]4$5Yh4 +?bhf3BK2\3&ilV3&ilW3'KMc3B&T?.46Db+WqpO+XA6U,9nEX+X/'R+'/M/V00JYLC2)[ES4#o;\4uYDZ +2`EZR2E!HQ3&s#`3]AfL/M/Iu+sA*Q+sS?X,9nHZ,pjoa,pai]*uu=:((h#c$jdIT&.egAzz5!ArHz +!!!!0&J?-.+WD=>+<`!T+s\H].OZbr.P*/&.k<,#/1`>'/M&G(.kE5%/1iM-0JbOC2E3ZS2E*NX2E! +KQ2`EWR2`NcX4$#Pb2`36?0.J1k+X&!Q+sS'/h\h//M&D'.k<,#/M/P.0JYIB1c.'I2E!` +X3&ilX3]]8^4$5Sg3AiTI1bp[4-R9cU+'.k2kk+WhU9&ISsR"UY50zz!'WRH +z!!!!7',D;t)BB_:*?6(A+WqsS,pt)i.k<,#.Olnu/1W5%/M/P+/1`>&.k(/hSe20etOA2)[BP3'K> +_3BB5a4?GSf4ukPZ2)I'?.k;nc*#on<*Zc@D+<_pU-S$o+1,1O<0J=k$*#KG$&e5?Nzz!!!!_4obQ_ +z!!!!?*??.?)]g(A+!DdN,9nEY,9eEZ,pjrd-R^Dm-n6\s.k'/1iG+0/,(71,LjH2`EZS4u +kVa3BB5`3^,J[2D[-F1G(1-,ommC)&aD5*??.C+XABb/MJt91,:U?0InFj)AWtu&-)\1zz!!#2Hzz! +!!!@+!2OC*$67E+<_pS,pX]\,pX]\,UFcb-R^Aj-n$Mo.P!&$/1iG*/M8Y/0/51:1,LjG2E*QY2`E] +U3'KMi3&`]L0J4n,-n$>d)B'G0(`F>4*$$+F,Ut>s0JP:;0etL=/L`"c'bhAqzzz!'WRHzz!!!!A+< +MXH*?cOJ+sJ9X,9e?X-71&d,UFfc-mpAi-RU>l.P!#"/1iG*/M/S-0JG480f(UB1c7'Q5!D.o1,UjC +1G(().jZGe,p43F()7T#(`=52*?ZOQ.4Zu'0eb:81Ggm@.O?&O(DZuNzzz5!ArHzz!!",a+X%pO+X& +$R,U=WZ+k-R^Al.Ocbo-RU8i-n6Yp.4H_s.k3##.kN;(/1W/!/M&>".P*,"-RU>d++X&-Z/1iS21GLX=/h\h'*YoChzzz!!#2Hzzz!$EC-+X&$S,U=Z],9n9Q+<_sU +-R^Dm.4Qes-n$Gj-n$Jl-mpAj-n$Jm-n6\q-n-Sm-R^5f-R0la,pac[+)&Ukzzz!!!!_4obQ_zzz!$EF0-71#a+sJ6U,9@^F*uu@A*?H7D+)]K_8(`4#''GM2o',)&o!!!!6'c%W+*$$%B+snT`.4$,W(DQoMzzz!!#2 +Hzzzz++p&J,Nc&J,Ne&J,Kb&eYil'GD)l&eG]h&eYim'bqG +u'G_Dt'G;#k&eYcgzzz!!!!0%h]Nh'c@c))&3_`zzzz!!#2Hzzzzz,pjrc-6si\+WhaH*?6%<(`=)& +&ebif&.f?_%h9*\%hB0^&J,Nd&J5Td%hK6_&J>Zh'GD,o',)&lzzzzzz%1j'a'G;/r'bLEGzzzz!'W +RHzzzzz!!";k,9e9R*uuCB*#fh8)&Eu&'+b`d%LimW$k!FO$k<^T%LipY%LrsY%LrsY%hT?a&.oH`& +HDe2zzzzz!!!!/%Ls'_&J5Tgzzzzz5!ArHzzzzz!!"8h+Wh^B)&aJ6)&aD1()I`$',1ri&Io6Y$O[@ +O$O[@O%1EXS$k*OQ$k*RQ$k +o\2)AsD0(D[`%()@W"'GD,m&J5Qc&.]0Z$P!RF$k*RFz$k!FOzzzzzzzz!!!!-%1WjY&-)\1zzzz!! +#2Hzzzzzz+ +InterpretLevel1 not { + grestore +} if +grestore +%%%%EndImage +1.000 UL +LTb +1.000 UP +1.000 UL +LTb +stroke +grestore +end +showpage +%%Trailer +%%DocumentFonts: Helvetica --- a/singlegene_AUD_lr_top_2_1258_jet.eps Sat Apr 11 19:39:56 2009 -0700 +++ b/singlegene_AUD_lr_top_2_1258_jet.eps Sat Apr 11 19:50:21 2009 -0700 @@ -1,1 +1,794 @@ -../figures/singlegene_AUD_lr_top_2_1258_jet.epcs \ No newline at end of file +%!PS-Adobe-2.0 EPSF-2.0 +%%Title: singlegene_AUD_lr_top_2_1258_jet.epcs +%%Creator: gnuplot 4.2 patchlevel 2 +%%CreationDate: Tue Apr 7 15:00:31 2009 +%%DocumentFonts: (atend) +%%BoundingBox: 50 50 410 302 +%%EndComments +%%BeginProlog +/gnudict 256 dict def +gnudict begin +% +% The following 6 true/false flags may be edited by hand if required +% The unit line width may also be changed +% +/Color true def +/Blacktext false def +/Solid true def +/Dashlength 1 def +/Landscape false def +/Level1 false def +/Rounded false def +/TransparentPatterns false def +/gnulinewidth 5.000 def +/userlinewidth gnulinewidth 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 (singlegene_AUD_lr_top_2_1258_jet.epcs) + /Subject (gnuplot plot) + /Creator (gnuplot 4.2 patchlevel 2 ) + /Author (Bayle Shanks,,,) +% /Producer (gnuplot) +% /Keywords () + /CreationDate (Tue Apr 7 15:00:31 2009) + /DOCINFO pdfmark +end +} ifelse +% +% Gnuplot Prolog Version 4.2 (August 2006) +% +/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 +/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 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 +/MFshow { + { dup 5 get 3 ge + { 5 get 3 eq {gsave} {grestore} ifelse } + {dup dup 0 get findfont exch 1 get scalefont setfont + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop + pop aload pop M} ifelse }ifelse }ifelse } + ifelse } + forall} bind def +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def +/MLshow { currentpoint stroke M + 0 exch R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MRshow { currentpoint stroke M + exch dup MFwidth neg 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MCshow { currentpoint stroke M + exch dup MFwidth -2 div 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/XYsave { [( ) 1 2 true false 3 ()] } bind def +/XYrestore { [( ) 1 2 true false 4 ()] } bind def +end +%%EndProlog +gnudict begin +gsave +50 50 translate +0.050 0.050 scale +0 setgray +newpath +(Helvetica) findfont 140 scalefont setfont +gsave % colour palette begin +/maxcolors 64 def +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp} + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt} + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv} + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse + } ifelse} def +/Constrain { + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def +/YIQ2RGB { + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add + exch 1.91 mul exch add Constrain 3 1 roll} def +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq { + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB} + if} ifelse} ifelse} ifelse} def +/InterpolatedColor true def +/grayindex {/gidx 0 def + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get + GrayA gidx get sub div} def +/redvalue {RedA gidx get RedA gidx 1 sub get + RedA gidx get sub dgdxval mul add} def +/greenvalue {GreenA gidx get GreenA gidx 1 sub get + GreenA gidx get sub dgdxval mul add} def +/bluevalue {BlueA gidx get BlueA gidx 1 sub get + BlueA gidx get sub dgdxval mul add} def +/interpolate { + grayindex grayv GrayA gidx get sub abs 1e-5 le + {RedA gidx get GreenA gidx get BlueA gidx get} + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 + .9524 .9683 .9841 1 ] def +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627 + .5635 .5 ] def +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 ] def +/pm3dround {maxcolors 0 gt {dup 1 ge + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def +/pm3dGamma 1.0 1.5 div def +/ColorSpace (RGB) def +Color true and { % COLOUR vs. GRAY map + InterpolatedColor { %% Interpolation vs. RGB-Formula + /g {stroke pm3dround /grayv exch def interpolate + SelectSpace setrgbcolor} bind def + }{ + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain + SelectSpace setrgbcolor} bind def + } ifelse +}{ + /g {stroke pm3dround pm3dGamma exp setgray} bind def +} ifelse +1.000 UP +1.000 UL +LTb +1.000 UL +LT0 +LTb +%%%%BeginImage +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip +InterpretLevel1 { + %% Construct a box instead of image + LTb + 876 4852 M + 5292 0 V + 0 -4429 V + -5292 0 V + 876 4852 L + 40 -110 R + (PS level 2 image) Lshow + % Read data but ignore it + /imagebuf 15195 string def + currentfile imagebuf readstring +} { +gsave +876 4852 translate +5292 -4429 scale +%%%%BeginPalette +[ /Indexed + /DeviceRGB 63 + < + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000 + > +] setcolorspace +%%%%EndPalette +<< + /ImageType 1 + /Width 135 + /Height 113 + /BitsPerComponent 8 + /ImageMatrix [ 135 0 0 113 0 0 ] + /Decode [ 0 255 ] + /DataSource currentfile /ASCII85Decode filter + /MultipleDataSources false + /Interpolate false +>> +image +} ifelse +5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D +.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5 +!D.o5!D.o5!D.ozzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzz!!30'!WW3#zzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzz! +s/T.zzzzzzzzzzzzz5!ArHzzzzzzzzzzzzzzzzzz!!!0)!sJr1zzzzzzzzzzzz!!!!_4obQ_zzzzz! +#tt=zzzzzzzzzzzz!!WT0":"o,zzzzzzzzzzzz!!#2Hzzzzz!!!!?+!1I_zzzzzzzzzzz!!!!("pP2 +5"UP//zzzzzzzzzzzz!'WRHzzzzz!!"/e+ohTCzzzzzzzzzzz!!if7#6tG:$Od"8zzzzzzzzzzzz5! +ArI!!!$&zzzz,pai^+X$gczzzzzz!#HFe'*&"4zzz$4."E#6kA;$ig8-zzzzzzzzzzz!!!!_4obQa! +WiK."onW'zz!!!!G-7'o]+Wg[a!!!!,$Ommlzzzz()I]!%h/sXzz!"0/A$4."F#RCbEzzzzzzzzzzz +z!!#2H!!!'%"9eu9$k*+9zz!%0->,paf\*u>V*%1*CN%2U!(zzz!!!!6(`*o!%1j!]&c_n3z$k*LO$ +OR1G#7(YEzzzzzzzzzzzz!'WRH!!!*,"pYDA$4IFV&HDe2!!!!I-mpAi,pX]V)&!D`#Qk59$4\*u*< +6'>zz!#?=d'bh;n&J>]h&HDe2!"98F$k*LO$47(F#mgtIzzzzzzzzzzzz5!ArH!!!B5#mh"K$P!d_( +`iYW!%KHI-n$Gh,U+zz()Ii)'bh;n&ebok%fd+M%1WjV$O[=M$47(G#R +LhH$ig8-zzzzzzzzzz!!!!_4obQ_!!!H:$OmUW&f)9&*[)[W.k3"t-mp8b+sA!H(`!Ja"p>/C(E=D6 +)]JbW!!!lQ!!!rV)B0M.(_mi%()[o&&J5Qa%h/pU$O[=L$47+H#m^eB$31&+zzzzzzzzzz!!#2Hz!! +!K<%M'-c()Ii3,Ub2q.k)np-6s]W+!)I@'akKY$k!jh*#fh9*#fh8)AsG3)B9_:*#fq=)]BY6)AsD- +'+kcc%LijU$k!CL$47+H#RLbBzzzzzzzzzzz!'WRHz!"KJK&JGfo)B9hF-n?l#/1Mto-6jWU+!2L>' +GD#n(E=>4)]Kb9)]K_8*#oq<*?H7B*ZlFE+!)OG*ZQ%6'G:oe%1N^S$O[=L$47(F#RCY?zzzzzzzzz +zz5!ArHz%Ls$_'GMH*+=/<\.P<5'.jZPf,9e3N*?H4:*$$%=)]BY7*#on;)]Th;*??1C+!2XN+sS*#oq=*#ot>*??.A+!2UJ+=&3X,paoc-R9u^+s7mB()%8j%1N^R$OR4I# +m^b@#7(S@zzzzzzzzzz!!#2Hz!!!TD'GM8u)BBnH-RUJs/M/Cu.OH8^%3$E0+WhdI*ZZ7A*#ot>*?? +1A*ZuOI+k%L`aR$47+H#R:S>#R:S?zzzzzzzzzz!'WRHz!!!WF +'c.Z'*??=K-n$Vr.juhq,p=HL$Oe$t*[)RH*??1A*??1B*ZlFG+WqpO+X&'U,pjuf.4H\p.4HSi+sJ +!G(DIGl%L`^P$47+H#6tJ=#6tMAzzzzzzzzzz5!ArHz!"fk\(Dn&0*$67I,:4fd.Olko-RC)Z)'g=L ++sA$L*??.A*?Q@F+zzz +zzzzzz!!!!_4obQ_z&Jc0#)]K_9*?Q@I+X8*S-n$Gj-n$;^-6XKV+sA$M+!)IF+<_jN+sJ3S+X&!R, +UFcb-n-Vr/M&G'.4?Mf*ul::'G1ld$k*LN#mgnD#RC\A#6tJ=#6tP8zzzzzzzz!!#2Hzz'Gqf0*?Q= +E*Zc@B+!2UM,:4lj/1N/!-79r],U4KW+sA-S+sJ3T+sA*P+X&'U,pk#g.4Ql"/1`>&.4?Me*ZQ"6'+ +YT_$k!CL#mgkC#RC\@#6tJ=#RLeD$31&+zzzzzzz!'WRHz!!!!3(E4D<+<_gK*ZZ4?*?H7F+XAKd/1 +`;$.OQSk,pOZ\,U4NW+WqmN+WqmM+#RLbD$4-\4zzzzzzz5!ArHz!"p"_*?cRM,U+ES*ZH%;)]Kh=+XSQb/1iD'.k<(u-mp;e,pXWV ++!2UI+'.kE+u-RBoW*>oV*%h/pT$4."F#mgkB#6kD<#RC\B#RLbB#RCD1zzz +zzz!!!!_4obQ_z',)0"+!W$V,U"#RC\A#RC\A#R:V@#RC\C#RC\=#64`(zzz!'WRHz!!! +WE&f2E-,U=W\+sA-O*Zc@A*ZlFF+8"pP8:#7(S@#RC\A#RC\A#7(S@#RLhD#R:P=#QOi)zzz5!ArHz!!!QD +'H8#7+k%L`[M#6tG;"U5/8"pYD>#RC\A#RC\A#RC\B#RUnI$4-h?#R:VC":#,9zz!!#2Hzz'+bfk +(`422*ZZ@B)BpFR,pk#h-n-Mj,U=T[,pOTX+X%sN+X/0W,U=Z\,pX`],pX`^,:"?M)]0G0(`=2/(DR +Vt&J5Tc$4$nB#6tG<#6tJ=#RC\A#RC\@#RC\B#mgnE$4I:M$jm:H#mgtE"9\r7zz!'WRHz!!!!4&J5 +]l(`+).(`F2,)BU+J-7:/j.4?Mj-R^>h-m^/a,U4T[,:4`a-71&b+sJ-Q+X%pM*?5n2'bh>q'G_At' +,(uk&ePQ\#mgkC#R:P=#7(VB#RC\A#R:S>#RC_C#mq"H$4.(J$O[=N$k*LO"p>/;zz5!ArHz!!!`G& +JPoo'c%N$(D[]$(E4J@,pk&k/1`8$.k3"u.4?Pj-7C5g-RL/e,:+NV+!)IE*#oe5()7Go&J5Td%hTE +d&ekuk&.]3W$OI+F#RC_B#mgnE#m^b@#6tJ>#RC_C#mq%J$OR:L%1EXR$OdFO#mgtIz!!!!_4obQ_z +!#6+['bqGt'GD2q'GM5t)&s_>+t"`g/1`>'.Olkp-RL/g-RC&b,:"KV+!2RF)]9G/(DIJq'+kii&.K +'Y%hB6a&J5Tg&eY]`$k!FO$OI.I$47(F#R:S>#7(SA#mgnE$4I=N$ko\1'bqAs&J#B^&.f6X$ +O[CR%hK.'bV,l&eY`e%1N^S +$k!CL$4@:Q&JPur)&O5-().Dq&eGTa%1N^Q#m^eA#6tJ=#7(VB$4ICT%1`sZ%LrpW$k*IO%1N^S%1N +:;z5!ArHz!!!`L(E+51)&3l$',(ul',2,q(E"58*[;aI*?-"=*?H@G+o_4)AEr%'GhQ$()@Z#'bqGt'bh>s'GV;s'GD,n'+k +ff&.]6\%LrpX$k3UR%1EUR%1Npc'c\5;-7'rd-RL)\*ZGq3'+YKZ$47%E#RC_D$k<^W&.]9_&.f?^% +LrsX%1E^V%M''\%hK9bz!'WRHzz)]^"B+WhgM*?6"=*uPt5(`F5/(D[`#'GV>t'GV;s'bhAs'GM2n& +eP]e%hB0]%M0-]%Ls$[%hK6]'GVK**[2jX.4Znt-RC&^)As;(&.T-W$47(G$4RCR&.]<`&.oKc&.]6 +\%LrsY%1`s[&J5Qb&JGcjz5!ArHz!!"&]*[)aP,UFWW+]h&eP +Ze&.]9]%hB3^&.oKf&ebik'GV8]!!!!_4obQ_z!!"&_+s\E\-mg8f-71)g,pa]U)]^%C*?#h8)&jG5 +*#]e7)]KV3()@W"'GM5p',(uk'GM8s()Rf$)AsJ4+sA3Y-n6_u/M/M'-R9cR(`!_q%1EXQ%1NgY&J> +]i',)#m&eYfh&.]?a&.fBd',)#o',)&p'c.Yd!!#2Hzz*??7G,UOoh.4Qhu.k)kp-S$Pn,pX]]+!2X +I+<_jN+!MmQ*uZ%9(`*r(()@T"'c.Z'()\#/)B'P9*$?IN,UFfe.P!&$.kE2#-mTiQ()%5i%LimX%h +TEe'GM5r'GV>s'+trl&eYfi',2/r'bqGt&el)s()-`K!'WRHz!!!!=*ZcCM-RgPs.kND,/hJb/0eG( +0-n6er-R^Gk-n6Vn.4-De+W_XB)&X;1(`+#,)B'S7*??.>+X/'T,9nEZ-7:2k.P!#".k<(s,p=9G() +%;n&.fEd',;5t()@Z%(Ddi&'c%N!'bh>s'GV8p'GD)l'c%T&'*&"45!ArHz!!",^*?laT.4Ql#/MA_ +20f([G1cI?I0JP75/h\n40etC8/hAFu,Te*K*$#t<)B0V7*?H:E+0ekF=0eb:4/1;hj,9S'K*ZZ4>*??.A*ZuUM+seN^,pai`,pX`],U +=]b.4H_q.4?Sk-6aKM)Aj8-()I`%()@Z&(`=50)Aa,((Ddl'()@W!%hTNh'GD/r(`4/0!!#2Hzz*?? ++>*[2pY-7:E"/LrP21,UpK2)R0I1GLU=0J5%4/hAJ#-6sfZ+WqdH*??.@*?H7C+f+sJ0Q++[5!ArHz!!!uV(E"25*ZlON-7C2k/h\q60ek:50.nh-/1W5$.OZ_n,pX][+WqjK*ZZ4@*??.A* +Zc@G+,D4obQ_z!#HFf)&aJ8+!MpU-6jc`/M&M01bg[:/1N,!.Olqt-RU5d,U4KV+!2RG* +??.@*??.@*?6(@+!DgP+sJ3S+sA*P+s\E]-RgW!/hSh40J>",.3T]O)AsA/(`=;6*ZlLK,:"HU+!)F +A(`4))()@Z$(`F>7+!2RF*WSAfzz(`4&+)]g+D+*#oq<*#p"A+)]Kb:*$-1E,9eBZ,UF]\+seN],pt,l0JP@>1GU[>/h8@p+!)C@)]B\9+<_ +sS,pX]Z+!2LE*??(9)&aA1)B0S7*?QFJ+;u145!ArHz!!!uV)BU.H,9nE[.k<,!.4Ql$0.\Y*.Ounr +-RU5f-7'o_,9e9S++X/-T*>fVW4obQ_z!#HFk+ +1GLX;/hAP'.Oc_m-RC)b+sS9T+WqjJ*ZlFC*#ot>*ZlLI+X86Y-R^Dn.OQYo-mpDm.kWM31G^dA1,: +R8,pXZU*?,q:*$$(C+X&$Q+WqjK*ZZ4>)&X5+)]Th8)]^"E,:"HQ(]Z``zz(D[r4,UOof/MT%<0JG4 +<1cI?P1,C[A0f(R=0J4t0.4Znr-RL&_+X%sM+!)FD*Zc@F+!MmS,UFfe.P*/'.P*/(.P*,%0ekRE2) +@!C1+t+(+sA!J*#fh9*$$+E+X&!O+!2OD)AsA/)&X>3*#TV4*ZlUO,U=HJ!'WRHz!!!!3'cS8A.4Qi +"1,UjC0JYIC3&ilT3B/oU2`%0.Ocep,pONR*#fe7)]Tk>*Zc=?)B'J1)&O2,(E"/2)]Th +<*?H=I+Wpab!'WRHz!!!!+$5+'i)^-IQ-RL5f-7UPu/MAh62`EWQ1c.$F0eb:80eb74/1N(q,pX][+ +sJ6V,:"T^-n-`$0JbUH3]fAa5!Cq`2)R6J4u+iF/Lr>%.4HYk+WqjH)]K_9*??1B*ZZ4=)AsA/()Ic +()&jP9*$$+D*[2dN+92BA5!ArHz!!!?8%hf`t*?c[T,pjud-RUDq/M8_21GU^?0eY46/hSb10.\Y). +OZVi,U=WZ+sS?[,pt&h/hSh32E3]V3]T,Z4uG/S2)I*Q0J+h,.k)&O,)()Il/*?H7C+<_jO+sJ*/!!!!_4obQ_z!!!H@'c7i.+XJ9Y,9nK]-RgMq/1iM.0/"q20.\\*/ +1iJ+.k<(u-RL,b,UFZ\,UFif.k3,(0/,1?2E*KN2)I6U1GgsF1GV-H/1`;%.kE8$-RC#]*uu=?*#ot +?*ZuRH*uu=>)&O/*(E+87+%3/M8Y,/1`4r+sA!J* +#oq=*?H=H+sJ6W,9\-K)&O83+!MsU,U=TY+sA*0z5!ArHz!!!!-%hom$+<;UM+sJ?Z-n-So.P!)&0/ +,(6/hJV*.kE5%.Ocep-RL/f-RU;j-RU8i-n-Vr.kE>;4u+iI4u"`F0.nk100VQT0ek@80.nk-.k)_f ++)ZTj(53&a#b0e +kC;1GUX9/1N"p+WqdG*??.@*ZlII+WqmL+q&J>iq(B=F8z5!ArHzz!"Tb\)BU.K,U +=HT+=&0Y-RU8g-7:,f-RU5e-RBu\+WqgJ*$$%=*#fk;*ZZ:E+s\B\5!CJJ0JG160JP==0JYCD2DdTQ +1,:XB1GCC2.4$2]*Zc=B*?H7D+!2UI+0/5.0.4QYk-6a]X+WqpO,Ub#h.m?-Q2E*ZX4$5Ve4#o;]3B9,\3]]Ga2 +`*BH/Lr1o+s.jJ+<2==)AsA.(DIPs'bqAq'GD,o%hB0`&/#EX#S-n8z!!!!_4obQ_z!!!!'#n7F[(` +ahK.k;qo-RpZ"0JG4;1c7*I2)R3H1GCI6/Li1u-RU2e-RL5j/1W;94u+uT3'02`4?P_g3]]>a4$5Sc +3B02[1GU^=.3p)\+!)RH)B'P3(_mf$'+trm',)&n'+tfd%hT?c&do!V%fcS0z!!#2Hzz!!!3-%1s9k +*@!!a.jubo.kE>-0JG4;1c7*G1,1R>/hJY+/1N(t.4H\p.4H_t/MAb@1cIBS3]fGd4?P_f4?GVe4?P +Ya2a0&P0JP..,U4HS+<;C>)]9D.',)#k&ebol',2&k%Ls$\%LijU$OI+Mzz!'WRHzz!!WW:&el*$,: +b8n-RU>n/1rS/0/"q10eb=8/hSe..k<,!.4?Sm-n-Pn.Olr"/hf"D2E!QU3]fGd4$,Mc4$,Mc4#o5X +5!CVQ0J"Rr+sA*P)B'M2()@Ss'+tok'+trn'+b`f&eGHY$OR1F$OdFDzz5!ArHzz#6t_O'c%`3-n6P +i-7C>p/1iG*/hAP)/M/P*/1`8#.4HYn-RU;i-n$Jn.4Zo#0/#%D5!Cnb3B9/^4$#Da3BB/]2`3EU0e +tF;-m^,a,9e0H)&a2''bV/n',(uj&ebig%LrsW$47(G#m^Y=%KHJ/z!!!!_4obQ_z!!!!(#7hF](E4 +JA-n$Ag-RgSt/1iG)/1W5&/1W8$.Outt.4H\o-n$Jl-n$Mn.k?zz!!#2Hzz!!``:%i#fq)BL(K +,U=]b.4d#$/1`;%.k&.k<,#/1`>'/M&D'.kN;'/1W5%/M/P.0.nn20JYC>4uG2X3B9)[3&iiU2)I0S1bU@0 +-71&^*uu=?(_m`!',)#m',;2q'bqDq&.]9\%1%2/hSe0/M8Y./h\h00/"t30/,(71,:XL1c76P3&rrW2`EWN1,;$I/1M +qk-6jNO*#]\1'bh>r'GV;s'c%N#(D[\u'+tfc$k!@I#RLeE$31&+z!!!!_4obQ_z!!ii;$ksNq)&jP +9+!;dP-RU>n0/"t30J>(50/,+90eY=:0/,%40/"t30/"t30JG180ekF=1,D*N1c@6O2`EWQ2)@!A4t +eB6-7'ud,p"-I(Ddi%'bqH!(Dn&.)&jJ5)]KS/'bM#d$4I4G"pPG8zz!!#2Hzz$k*IQ&Jc0!)B9_;+ +!MjQ,q1>s0/"t30/"q20etI<1GgjA0eb:80JG.50/"t40JG490ekC;1,D*N2)R]P1)&XD6*ZZ:D+!;[M+sS/hSe1/j;H_.k<%q,pOTW+!2L +C(`4,.)]Tk=*ZlIH+X/-S+sJ3T+s\BX*uc(0%1EXPzzz!'WRHzz!!!!8)&aG5)&jS<+!2[O+X&$T-R +^Jq/M8Y//M/J'.Olhp-RL)a,9efA!%LiC+<_mO,:"QW+!)XT.kE;+0.nh- +.k<)!.Olkq-RC&a,9nEW,U=Z^-71&e-RU8h-n$Jl-n$Jk-RL,b,9e9S+X%pI)B0Y9*$$(B+!;^L+3Jzzz!!#2Hzzz!#cap*$6=K,U4KW,paQQ+!;jX.kNA+/hJY,.k3"u.4HYm +-RL,b,U=W]-7'ud-RU8i-n$Mm.4Qbp-n$Jl-mg8d,9e9U+X%pK*ZZ:D*ZlLI+i.4Qes.kE5&.kN>)/1`; +%.kE5&.k)np-7'ra-7'o_+sA-R+sJ3S+WhdI*ZZ7?)]BY7*$$(?+!MjI'FkHMzzz!!!!_4obQ_zzz! +$!%',pald-mpGm.j#WU,paoe.kN>*/hJV*/1`;$.Olnt.4H_r.P!&$/M/M*/hSb./hJY+/1`>'.Oce +p-7'uc-70u_,U=QY+X&!N!!!!?*#fe7)B'P7*#oq?+WM:3%h&F)/MA_/0.nk0/hSb//M&G'.Olkp-mpAh-71#b,U= +QX+s6jcz!#c^m)B0Y:*?H7D*>T.qzzzz!'WRHzzzz!$`^7-nHu'/hAM'/1`8#.k3"u.k<,$/M/M).k +<,#.k(/M/S.0/"t3/h\k30.nk0/M/M).k)nr-RL/e,pai_,9d*fzz)&X>3*#ot=+(2/M&G'zzzzzz+bNzzzzz!!!!C,9nBU, +UFQTzzzzz5!ArHzzzzz!!"Dt/LrA&-n$Jm-n6i$/hek0.P)nr.jcSh,U=Z^,U=Z_-RC&c-R^Al.Olu +"/1iG+/hJUSzzzzzz!!!!E,pFNZ,p<6gzzzz!!!!_4obQ_zzzzz!$Na?.Olkr-71)e.4Q\r/2/b30/ +"q1/M/M)/Lr+r,Uar=,pal +InterpretLevel1 not { + grestore +} if +grestore +%%%%EndImage +1.000 UL +LTb +1.000 UP +1.000 UL +LTb +stroke +grestore +end +showpage +%%Trailer +%%DocumentFonts: Helvetica --- a/singlegene_AUD_lr_top_3_420_jet.eps Sat Apr 11 19:39:56 2009 -0700 +++ b/singlegene_AUD_lr_top_3_420_jet.eps Sat Apr 11 19:50:21 2009 -0700 @@ -1,1 +1,731 @@ -../figures/singlegene_AUD_lr_top_3_420_jet.epcs \ No newline at end of file +%!PS-Adobe-2.0 EPSF-2.0 +%%Title: singlegene_AUD_lr_top_3_420_jet.epcs +%%Creator: gnuplot 4.2 patchlevel 2 +%%CreationDate: Tue Apr 7 15:00:37 2009 +%%DocumentFonts: (atend) +%%BoundingBox: 50 50 410 302 +%%EndComments +%%BeginProlog +/gnudict 256 dict def +gnudict begin +% +% The following 6 true/false flags may be edited by hand if required +% The unit line width may also be changed +% +/Color true def +/Blacktext false def +/Solid true def +/Dashlength 1 def +/Landscape false def +/Level1 false def +/Rounded false def +/TransparentPatterns false def +/gnulinewidth 5.000 def +/userlinewidth gnulinewidth 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 (singlegene_AUD_lr_top_3_420_jet.epcs) + /Subject (gnuplot plot) + /Creator (gnuplot 4.2 patchlevel 2 ) + /Author (Bayle Shanks,,,) +% /Producer (gnuplot) +% /Keywords () + /CreationDate (Tue Apr 7 15:00:37 2009) + /DOCINFO pdfmark +end +} ifelse +% +% Gnuplot Prolog Version 4.2 (August 2006) +% +/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 +/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 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 +/MFshow { + { dup 5 get 3 ge + { 5 get 3 eq {gsave} {grestore} ifelse } + {dup dup 0 get findfont exch 1 get scalefont setfont + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop + pop aload pop M} ifelse }ifelse }ifelse } + ifelse } + forall} bind def +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def +/MLshow { currentpoint stroke M + 0 exch R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MRshow { currentpoint stroke M + exch dup MFwidth neg 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MCshow { currentpoint stroke M + exch dup MFwidth -2 div 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/XYsave { [( ) 1 2 true false 3 ()] } bind def +/XYrestore { [( ) 1 2 true false 4 ()] } bind def +end +%%EndProlog +gnudict begin +gsave +50 50 translate +0.050 0.050 scale +0 setgray +newpath +(Helvetica) findfont 140 scalefont setfont +gsave % colour palette begin +/maxcolors 64 def +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp} + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt} + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv} + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse + } ifelse} def +/Constrain { + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def +/YIQ2RGB { + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add + exch 1.91 mul exch add Constrain 3 1 roll} def +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq { + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB} + if} ifelse} ifelse} ifelse} def +/InterpolatedColor true def +/grayindex {/gidx 0 def + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get + GrayA gidx get sub div} def +/redvalue {RedA gidx get RedA gidx 1 sub get + RedA gidx get sub dgdxval mul add} def +/greenvalue {GreenA gidx get GreenA gidx 1 sub get + GreenA gidx get sub dgdxval mul add} def +/bluevalue {BlueA gidx get BlueA gidx 1 sub get + BlueA gidx get sub dgdxval mul add} def +/interpolate { + grayindex grayv GrayA gidx get sub abs 1e-5 le + {RedA gidx get GreenA gidx get BlueA gidx get} + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 + .9524 .9683 .9841 1 ] def +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627 + .5635 .5 ] def +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 ] def +/pm3dround {maxcolors 0 gt {dup 1 ge + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def +/pm3dGamma 1.0 1.5 div def +/ColorSpace (RGB) def +Color true and { % COLOUR vs. GRAY map + InterpolatedColor { %% Interpolation vs. RGB-Formula + /g {stroke pm3dround /grayv exch def interpolate + SelectSpace setrgbcolor} bind def + }{ + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain + SelectSpace setrgbcolor} bind def + } ifelse +}{ + /g {stroke pm3dround pm3dGamma exp setgray} bind def +} ifelse +1.000 UP +1.000 UL +LTb +1.000 UL +LT0 +LTb +%%%%BeginImage +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip +InterpretLevel1 { + %% Construct a box instead of image + LTb + 876 4852 M + 5292 0 V + 0 -4429 V + -5292 0 V + 876 4852 L + 40 -110 R + (PS level 2 image) Lshow + % Read data but ignore it + /imagebuf 10216 string def + currentfile imagebuf readstring +} { +gsave +876 4852 translate +5292 -4429 scale +%%%%BeginPalette +[ /Indexed + /DeviceRGB 63 + < + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000 + > +] setcolorspace +%%%%EndPalette +<< + /ImageType 1 + /Width 135 + /Height 113 + /BitsPerComponent 8 + /ImageMatrix [ 135 0 0 113 0 0 ] + /Decode [ 0 255 ] + /DataSource currentfile /ASCII85Decode filter + /MultipleDataSources false + /Interpolate false +>> +image +} ifelse +5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D +.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5 +!D.o5!D.o5!D.ozzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzz5!ArHzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzzzzzzzzzzzzzzz +zzzzzz!!#2Hzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRHzzzzzzzzzzzzzzzzzzzzzzzzzzzzz +zzzz5!ArHzzzzzzzzzzzzz!!!$#!<<*"zzzzzzzzzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzz!:"U +"o/zzzzzzzzzz!!!!_4obQ_zzzzzzzzzzzzz!!!$#!W`?(!WiE)!s8Z/"9\i1"9S`.!sJl5"pP87!s +/K'zzzzzzzzzz!!#2Hzzzzzzzzzzzzzz!!!$#!5:#6k>7"9S],!WiE)!WiE)!;Izzzzzzzzzzzzzzzzzz!!!$#!<<-$!#7(VB#R:S="p>#0!WiH*!s8W.!s/H&5!ArHzzzzzzzzzzzzzzzzz!!!! +"!"pG/6"U,)7"Tni.!WiE)!s/N*!WW3#5!ArHzzzz +zzzzzz!!!!"!8"9S`."9\l3"pY>9"U,&4"9er4"9\i1!s/K(!WiE(!"U,&5"U,&5"9\i0!s/K(!W`<%zzz!!!!_4obQ_zz!!**$!6!s +A`1#7(S@#m^_>"pG/6"U,&5"9\f/!WiB'!<<*"zzz!!#2Hzzz!"U"r2"9\i1"9\c.!WiE(!<<*"zzz!'WRHzz!!!!"!WrN+!sA`1"U5/9"pbJ@$47(G#RC\A#R:S? +"pG/5"U,#4"9\i0!s/N*!WiH+!sCdl"pt\I$jmad(`!c"'+R2i#mU\@#mLP;#6tSD$k*FJ#6tD8"9\ +i1"9\i1!s8W,!WiB&zzzz5!ArHzz!!**%"U"r2"pP><#RCbD#mq%K$k!IN$47+I#mq"I#6tM=#6kA; +"pP56!WrN-"U5,75!B5X&J5Qa',r)<)BBn9'c0%A#RC_B"pP;<#n%+L$47%D"pG,4"9\i0"9\i0!Wi +E)!"9\f/!s8T,!WiE)!#6k +A;#X/_,&/Z92-n7,00eXk)/LiqJ)\ikt&/,?S#7(VB#mgqD"pP/3!s8T+!WiE)!WiE(!s'bqAq'G(ie%h&n24 +qA;E)^cpX1,UmJ1Gh$O/gr2%/13V!'c.\t"U,)7"U529!s8W,!W`<&!#1"9S],!"U,)9#n%.S',)&p()Ic((`4)+'bh8n&J,R=( +)eAE,UkZ54$#Mg4$>SZ-mpDj5!BVp(C^NN"9er4!s8W-!WiE)!#m^eB#RCY>"pYA=$4IIX&JGin()If)(`4&('GD,m&el*F5!C +DB.lKLN3&s)^3&WE:,pjp%)B0A,#6b87"U,#2!s8T+!WiB'!#R:S>#RCbE#mptF#m^bA#RC_C$kEm]&ebup()If)(Ddf#'GD/q() +Ic+-9`b+2*3`V2`N]P2DQg.,'O"U"o0!s8W,!WiB'!8#71\C#m^hE$OR7L$OI+G#R:S?#n%4R&J>]h'c%Q$(Ddl)(Ddl)(Ddi%(E=SE4 +sVO72)R9J1GLR9.OZW-,omX4$OmIH!s8W-!W`?(!`m'c%Q"()Ic'(`*r''c%Q%*?ZU +k,UbH)1c@-E0eb4/-RCr"(_[;c&.&IB!s8T+!:#RC_A$4-tG$OdCM$47(H$O[:M&.f<`',),r'GV;s'c.Z'(D[`#()R +r/+#RCY?#RLhG$O[=M$47+J$OmUX%h9-a',;2p'GM8t(Ddo*)&O2-)B'S9+XB6#/h\ +t50.ee,.3p$"(_RAi()%2b#6b/0!#R1M<#6tJ>#mgnE#n%.O&.fBa&JGcj'bh>s'G_E"(Dmu+)&X;0)B0Y>+[.;*/h\k0.k2q +l,8"U"r2"9\i5#mh"N%hB0\&.T'.469&4rG+O(Ddh +t%LrdH!W`<&!!**$!1 +!#RC_A"U,#2!WiB +'!WiK/#7:eE$4$qD#7:eE#R_"L%h9![%i#iq'GhW))]p1d,9nK\,!J1S*?#_/'G1oh%LrjR!s/N)!< +E3%!#6k>7!s/N*!s/N*!WrQ/#R:S +="pG/6"U>8;#RUnI$OR7M'+trj&eu/u)B9YZ5!D.o)BB_4((h&d%L`dU%13:B!s/N*!.S()@Mo$O[:K$k<^S"pG)2!WiE)!#mq%L$k<^X%hB*Z' ++tif&JPok%h9'U#mq%K%1NXL"U"o0!s/N*!WiE)!W`<&!&3!s8W-!s8T+!#6tJ +>#RLhG$O[=M$O[:K$4.%G#mghA#6tM>#6k/.zz!s8Q)!#RC\A$4@4L$O[=M$OR4J$47(F#R:S?#6tJ6zzz!s&B%z!! +!!"!<<*"zzz!!!!_4obQ_zzzz!!ic1!s/H&zzzz! +InterpretLevel1 not { + grestore +} if +grestore +%%%%EndImage +1.000 UL +LTb +1.000 UP +1.000 UL +LTb +stroke +grestore +end +showpage +%%Trailer +%%DocumentFonts: Helvetica --- a/singlegene_AUD_lr_top_4_1199_jet.eps Sat Apr 11 19:39:56 2009 -0700 +++ b/singlegene_AUD_lr_top_4_1199_jet.eps Sat Apr 11 19:50:21 2009 -0700 @@ -1,1 +1,794 @@ -../figures/singlegene_AUD_lr_top_4_1199_jet.epcs \ No newline at end of file +%!PS-Adobe-2.0 EPSF-2.0 +%%Title: singlegene_AUD_lr_top_4_1199_jet.epcs +%%Creator: gnuplot 4.2 patchlevel 2 +%%CreationDate: Tue Apr 7 15:00:44 2009 +%%DocumentFonts: (atend) +%%BoundingBox: 50 50 410 302 +%%EndComments +%%BeginProlog +/gnudict 256 dict def +gnudict begin +% +% The following 6 true/false flags may be edited by hand if required +% The unit line width may also be changed +% +/Color true def +/Blacktext false def +/Solid true def +/Dashlength 1 def +/Landscape false def +/Level1 false def +/Rounded false def +/TransparentPatterns false def +/gnulinewidth 5.000 def +/userlinewidth gnulinewidth 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 (singlegene_AUD_lr_top_4_1199_jet.epcs) + /Subject (gnuplot plot) + /Creator (gnuplot 4.2 patchlevel 2 ) + /Author (Bayle Shanks,,,) +% /Producer (gnuplot) +% /Keywords () + /CreationDate (Tue Apr 7 15:00:44 2009) + /DOCINFO pdfmark +end +} ifelse +% +% Gnuplot Prolog Version 4.2 (August 2006) +% +/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 +/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 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 +/MFshow { + { dup 5 get 3 ge + { 5 get 3 eq {gsave} {grestore} ifelse } + {dup dup 0 get findfont exch 1 get scalefont setfont + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop + pop aload pop M} ifelse }ifelse }ifelse } + ifelse } + forall} bind def +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def +/MLshow { currentpoint stroke M + 0 exch R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MRshow { currentpoint stroke M + exch dup MFwidth neg 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MCshow { currentpoint stroke M + exch dup MFwidth -2 div 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/XYsave { [( ) 1 2 true false 3 ()] } bind def +/XYrestore { [( ) 1 2 true false 4 ()] } bind def +end +%%EndProlog +gnudict begin +gsave +50 50 translate +0.050 0.050 scale +0 setgray +newpath +(Helvetica) findfont 140 scalefont setfont +gsave % colour palette begin +/maxcolors 64 def +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp} + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt} + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv} + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse + } ifelse} def +/Constrain { + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def +/YIQ2RGB { + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add + exch 1.91 mul exch add Constrain 3 1 roll} def +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq { + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB} + if} ifelse} ifelse} ifelse} def +/InterpolatedColor true def +/grayindex {/gidx 0 def + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get + GrayA gidx get sub div} def +/redvalue {RedA gidx get RedA gidx 1 sub get + RedA gidx get sub dgdxval mul add} def +/greenvalue {GreenA gidx get GreenA gidx 1 sub get + GreenA gidx get sub dgdxval mul add} def +/bluevalue {BlueA gidx get BlueA gidx 1 sub get + BlueA gidx get sub dgdxval mul add} def +/interpolate { + grayindex grayv GrayA gidx get sub abs 1e-5 le + {RedA gidx get GreenA gidx get BlueA gidx get} + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 + .9524 .9683 .9841 1 ] def +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627 + .5635 .5 ] def +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 ] def +/pm3dround {maxcolors 0 gt {dup 1 ge + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def +/pm3dGamma 1.0 1.5 div def +/ColorSpace (RGB) def +Color true and { % COLOUR vs. GRAY map + InterpolatedColor { %% Interpolation vs. RGB-Formula + /g {stroke pm3dround /grayv exch def interpolate + SelectSpace setrgbcolor} bind def + }{ + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain + SelectSpace setrgbcolor} bind def + } ifelse +}{ + /g {stroke pm3dround pm3dGamma exp setgray} bind def +} ifelse +1.000 UP +1.000 UL +LTb +1.000 UL +LT0 +LTb +%%%%BeginImage +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip +InterpretLevel1 { + %% Construct a box instead of image + LTb + 876 4852 M + 5292 0 V + 0 -4429 V + -5292 0 V + 876 4852 L + 40 -110 R + (PS level 2 image) Lshow + % Read data but ignore it + /imagebuf 15215 string def + currentfile imagebuf readstring +} { +gsave +876 4852 translate +5292 -4429 scale +%%%%BeginPalette +[ /Indexed + /DeviceRGB 63 + < + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000 + > +] setcolorspace +%%%%EndPalette +<< + /ImageType 1 + /Width 135 + /Height 113 + /BitsPerComponent 8 + /ImageMatrix [ 135 0 0 113 0 0 ] + /Decode [ 0 255 ] + /DataSource currentfile /ASCII85Decode filter + /MultipleDataSources false + /Interpolate false +>> +image +} ifelse +5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D +.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5 +!D.o5!D.o5!D.o"98E%zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRLzzzzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzz5!B&Kzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4p1iczzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzzz!!#2H!rr<$zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRKzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzzzzz5!B&Kzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4p(cbzzzzzzzzzzzzzzzzz +zzzzzzzzzzzzzzz!!#2H!WW3#zzzzzzzzzzzzzzzzzz!!WQ4#64`(zzzzzzzzzzzz!'WRIzzzzzzzz +zzzzzzzzzzz#R:\Dzzzzzzzzzzzzz5!AuJzzzzzzzzzzzzzzzzzz!!!H7#RhCIzzzzzzzzzzzz!!!! +_4okcdzzzzz!$_IDzzzzzzzzzzzz!"B>C#nd4+! +DjR+WqpR,6.]Dz)]9D,'G:uf$k*X(*4YD,6.]Dzz*?H@J,:4TV+X86V*< +7*!)]K_5()7Mt&ePZc$k]M)'GMQ0,UOic-RUAm.Oc_k +,UOof.4d)%.Oceo-R9r[*ZZ4;(`4&)'b_2m&J,K`$k*RUzzzzzzzzzzz!'WRHz!$WX3,psub,:+`g. +4HMe,U=NW+sA'L)]g%A*>oV3*$cjX-71)h-n-Vq.4?Yo.P*/*0eP%//1W5".4-8_*?,k5(Ddf#'+to +h%hB-[%1E^Vzzzzzzzzzzz5!ArHz,9nQd/gr(s-7^Su.jcJd,9\6R+-1,1I:0ek:5/hAP'- +RC#Y*#]Y1()7Mr&ePZc%hB-Z%M9?fzzzzzzzzzz!!#2Hz!!"2i/MJq;2)6m=/hSY(-R9lY+s@sK',q +i0)]TtD+X/*T,UF``-RU;l.Olr#/MAk50eb=:0/"t1/M&D"-70oY)]BP/'bh;o&J5Te%h9'Z&J,Eaz +zzzzzzzzz!'WRHz!!"2j0/POE2`-0JP +790JG.50/,"1/1`4u,pXTT*#TP.'bh;o&J>]g&.f?^%M'-dzzzzzzzzzz5!ArHz!$*:70JtaI2`3HJ +0J"V#,9nEV++Xnor1c +.'H1,(:2.Ouqr-n$Gj,UF]],palc-RU;k-n-Vs/M8\/0/"t30JG.50/"q10/"t3/hS_,.46Dd+W_XA +(Ddi'(D[c$'bqDs&J#?\$k*LP$k3[Y'GLNIzzzzzzz5!ArHz!$*+'-S@#,1G^d@0.e_+.k)nr.4HYn +,pai`-n-Sp.P!##/1W8'/M8\00/"t30.nk00/"q20JG.5/hJS(.46>`+(`=/-(`4&*'bqDq&.T +-X$k*OS%1WjY(Dd&Ozzzzzz!!!!_4obQ_z*#p(H.ki\61,1L:/M&G&.4Qes.Olkq.OZ_r.kE5&/1iM +-/M/S,/h\k20J>(4/hSb/0JG170J>(3/M&A#,pOWW*ul1:)AsD1(`4)+'b_2k%LrpV%1NaU%hK?d'G +D2]*#opuzzzzz!!#2Hz!!!!>*?Za]0ekF=0eb42/1`;#.P!#"/M&G'/hAP+0.nh00/#"5/h\h10/,( +60J>(4/hSe20/,+70/"q//1W+r,pFNV*ul4=)B'J3)Aj8*&ePZc%1NaU%1NdW&.oTj(DRf*(`=23*? +>t1(B=F8zzz!'WRHz!!")_+!iBj1,C[>/hAS*.k3"u/1iG*/M/S-0/"t40J>+60JG170JG.50JG180 +JG.4/hSe10JG160.ne,.k)hl,pOTV*ZQ+<)]K\6(DRSq&.]6[%1NaU%1`s]&el&r'GhW))&aM0)&a; +1*WQ0?zzz5!ArHz!!"&a-S@/01GU[(50JP:90JP791,:U=0ekC;0eb:70J> +(3/h\k20/,(5/hJS'.4?Mi,U+?Q*ZQ.>)]9G-'bV,j%hB-[%1NdV%hTBf'c%Mu'c.`*)&F#**?-%@* +rl9@zz!!!!_4obQ_z!$i^4/2B";1,(=40.\V(.kE5'/h\k30/,(50ekF>1,C[@1,C^B1,1L;0J>(40 +.nk00.nn30JG.4/M/J&.46Ji,U+?R*uu:=(Ddbu&ePZd%h9'Z%Lrs[&ebro()Ic((`OD8)]0)'()J# +6'cS&2zz!!#2Hzz-m9ui1,:XA0eY+1/M&G(.kE8)/h\k20JG191,C[A1c.$G1bpd>0/,%50.nh//hJ +\./h\n40/"q0/1W5$-n$Gh+sJ3R*#]Y1()7Go&J5Na%hB0\%M03c'GM8u)&O50)BBe<*ZQ%6(`OG7' +,;K,zz!'WRHz!!!!I,:"fn1,:Re,:"?N)&F&''b_/k&J,Nd&.fBb&J>]i'c%T')&jM6*#ot>*??+?*?H+ +?)&+&2zz5!ArHz!!"Gj+=err0JG.4/1N)!.kE5&/1iJ-/hSh40ekF<0etO?1GUX=0J4q//M/P*/1`A +(/M/S.0J>(3/M8Y-/Lr;".46De,9ImC(DRZ!'+tlh&J5Te&eYik&ebup(Ddr,)B9b<*ZZ=B+!)FA*$ +$":*ZZ:Cz!!!!_4obQ_z!%B$9-nR#(/hAS(.4HYq.kN>*/M8Y//hf"70eb=90JG180eb76/hJY,/1` +>&/1iG+/h\n40J>(40.nh./1`8"-mTu[*uu16'bqGs'+toj'+trl',)#n'c%T&(`=83*?H:D+!DdN+ +!MdK)&s\=*ZQ4Bz!!#2Hzz+sJ0V.P!)%/1W2"-n-Sr/M/P,/h\h20ekC;0ek@80/,(60/"t2/hJY+/ +1`>(/M8Y.0/,(60JG.4/hJV*/1W.q,U+BP*#f\0'bqDs'GV;s'GM5r',2/r()If*)B9b>+!;^O,9nE +W+<_jN*ZZ1=*?H:&z!'WRHz!!!!C*[<'_.k2ts-n-Pm.4H_t/M/S.0/#%81,C[@1,1L;0JG170JP46 +/hS_-/M/S,/h\n30JG490J4q//M/M).46Dd+s7pH)Aj8,()7T"()Ic&()@]%()@Z%(E",0*$-4G+X8 +6W,U=W[*ZcLK+WhaG*ub1[z5!ArHz!!")`+t"ii.Ocbn-RL/f.4Hbu/M8Y00ekI@1G^gC1,:R>0etL +>1,1L:/hS_-/M8Y/0ekC:0JG15/hJY,/M&A"-6j]X+0J>(4/h\k30JG170J>%2/M&G'.k<(u-mp>g,U+BT+q/Lr;"-7'rb-RU8h-7:8o/hSe00 +J4t10.nq30/,%60/#"3/hSb00/,(70J>(3/hJV*.k<,".Olkq-mp>g,U4NW+(/1`A(/hJ_//M8Y-/hSe20ek@80.nh./1W5$.k<)!.4HYn-n$Gi,pala-6sfZ+&.k'/M8V,/1W2!.4 +HYo.4Qet.k<,"-mg2`+WqjK*ZZ7@*$$"?*ZcFJ,U=Z_,pX][,9e1,:U?1,:U>1 +,1I;0eb:80JG.4/1`;%.Olnt.Outu.Olnu.k2tr,pOTV++60JP=<1,:U@1G^gC1 +G^gB1G^gB0ekC;0ekC;0J4q..Olnt.Olnt.Olnu.k3)$.4H\m,U4KU+<_gK+'.k2tp,U4KW+sA'O+1,:U@1,C^C1GgmE1GU^?0JG17/hAS).Olkr.Ocer.kE5'/M/S,/1`>'.k)hl,pFQY+sA* +Q+$.4H\p.4Qes.P32&/1iJ-0J>%1/1` +;$-mg8f,paf^,U4NY,:"Q]-nI#*0eb450/"t0/1`8#.P*,&/hJY+.O6>_5!ArHz!!"/_*[2gS,U=Z^ +,U4Q\,pt)h.4Qes.Olr!/1rP.0JYC>1GgmD1bpd?0JP:9/hJV*/M&G'.Olkr.4H\q.k3#"/hJV*/M8 +Y/0.ne+/1`;"-RU8g-71#b,U=W]-7:8q0JG4:0eb:70.n_(.k'/M8\0/hJP",60nkz +z)]9Y?,UFca-RL,c,pjug-n6\r.Olnt.4H\q.Ouu"/1W2$.P!#!.k3&#/1W8%.Olnt.4Qes.4H_r.k +E;+/hf"60/,(60eb=9/hJV*/M&>!-mpAi-RL/f-R^Gp/1rV20ek@7/1`8".Olr"/1W8'0/"q0/1`.m +!'WRHz!!!!8)''nI-R^Ak.46Jj-7C8k.Olnu.Olkr.4H\q.Olnu.Oceq-n-Pn.4Qhu.k<,".Olqu.O +lnu.P!&%/het40ekC:0JP=H0ek@8/hS_./hAJ#-n$Gj-RU8i-n6c#0/,%40J>"-.4H\o.4Zr$/1W>* +0.nh./0k2q5!ArHz!!!cM+XAB^-n$Mo.4H\o.k3&".4Zr".4HYn.4H\p.Olhp-n$Gk-n$Mn.Olr"/1 +`;%/1`;&.kl.P*,'/hAP'.k)nr-n$Jm +.P*2(/1rM,0.\_)-NF-14obQ_z!"]kc+seQa.4H_r.k3&#/M/S-/M/P(.k)nr.4Qhs.4H\n-RU8i.4 +H_q.kN>(/M&J+/hJY-/M/P,0JP:;0ekLA5!D.e2)IKN0.nk1/hJY+.Ocbn-R^Ak-n-Vq.P!##/1E"t +.4?Sm-n$Mo/M/S.0J4t00.JCN!!#2Hzz$PaI",:+`e.4H\p.4Qo%0/#"50/"q0/1N)!/1iG(.k<%s. +4H_s.P*)%/hS_-/h\h//M/S,/hSh41,C[@1,M0O2`#.4?Pl-n$Jl-n-Vo.4Qe +s.4HYn-mpDk.4d))/heq40JG+3.4,#p!'WRHz!!!!/%N$-++sn]e.4H_q.P*2)0/,(70J>(3/M/M*/ +hSb//M&D&.P!##/1iJ,/M&J+0.nh./1iG+/MT":2)[(40/"q1/1W5%/1`A)/M/P*/1`>'/1W5&/M8\42)[BP3&`f\3&ilW2`% +1/1W5".4HYn-RL/e,UF``-RU8k.4Qer.4HYm-nHu)0ekC;0eb41.OkDu!!#2Hzz&JH$%+<_mT-mpGl +-mpPt/M8\10JG170J>+60J>(40.nh-.k<,#.kE5&/1iA&.kE5&/M/S-/i,@C2E*QR5!Ctd3&iiT2*N +`L0J4q..Outt.4?Pk-6sl_,:"Q\,pt)i.Olqu.4?Sp/hf"70J>+4/h8>!z!'WRHzz'G_T1,9e9W-RU +Am-n?bu.PEG/0JG170JG.50.nn1/hS\+/1`>'/1`>'/M8S+/hS\,0/"t42*O2f5!D.i3BB/\3B&i[1 +GU[=/hAM&.Olkq-RL/d,U4NY,9nHZ-7:,f-n6Yp-mpGp0/,(3/M8V(.jl_Fz5!ArHz!!!!4(E4JA,p +FT\,pard.Olnt.P!,'0/,%40/"q1/hSb//hJY,/M/P+/M/V.0J>(4/hJ\00JPCJ4uYG\4ubSb4$#D` +3'KM]0eb:7/M&D%.Oc_l-7'l],9ed+sm9i!!!!_4obQ_z!! +!cM)]g1K,pX`],UFfc.Olnu.k(/hSb//h\k20/57;1,:U@1,C^D2)dHS4ut_ +c3]];_4$#D_3B/lQ4u+iG0JG.1.Ocbn,paf[++80.J=s-6aTU+!;XJ+`3]T/Z3&ifS4uG/P0JP:5-m^/b+!;[J+!2UK+X&$S+sJ0S+!)IB)&XA3(DRSu().K"'c-iMz +!!#2Hzz!!!!1&f;Q/+!;gR,U4]e-RU;j-n$Jl.4Zo!-n$Jl.4Hbr.P!)&0/,+:1GgsI2E!HP2a05^3 +]fA`4$#D`3&iiU2`Eoa2)?sB1b^I-,pOTU+!)LH+!;aN+sJ3S+WhaH*?5t8)&X>-'+trm'GV2o'EA+ +5z!'WRHzz!!!H@(E+>;-7C8l.5!,%0eP(3/hS\,/M8_..k<2%.k<,#/1iJ-0JP==1c70L2E!KX3&io +Y3]]>`3]]5[2`N`T2`Eoa1,1I:/L`"k+WqjJ*ZlLH++60etOA2)[$,9S'L*ZcFG+(`+&-(D[c#'+korz +z!'WRHzz!"0/L)]TqH0/b^G1Gh$N3]fGd4Zkba2`*$$"<*$#t:(`=/,()@W"'bUrf(]XO9z!!!! +_4obQ_z!!!!-$lL$,+X\ou2)[6H1Gq'K2`_3BB,Z2`EZR2`,1,:U>1,1L=0eb:80JkUC2)R6L3&ioZ3]]>a3]];_3B9)[3B9&Y4ukV` +3&ilV2E!EN1c.!P1GC@2-71#\*ZQ.?*#fh9)&X;0(`*u*)&F&)()@Z$(D[`#'b_H"(`35Qzz5!ArHz +!!!!/%hTj-,9@pM-7CAo.4Zu%1,(I<0f(X@0/,(61H%*I2E!HR3&s#\3]]>`3]];_3BB2]3B/u^3B9 +&Y3&iiU2E!EL1G_3L/h84n-R0WP*#fh8)B'J1(Ddo)(Ddl'()@W"'bqH"'bh>r'G_E$)#sX:z!!!!_ +4obQ_z!"]\R'-8>@+X&!Q,UFic.Olo$1G^gB1bp^;0/,+92DmEP2E!NS3&s#\4$#D`3]]>b4#o;]3& +j)]3&ilW3&ifS2Dd3F4u"Q:-RC)f,p"*H)&aA1(Ddl(()@Z$()@Z#'bqGu'bqGt&f;>r&eYu\zz!!# +2Hzz'GV5p(`j_?+<_mP,UOfa-n?l'0JP::0/"q10JP=<2)dHP2`E]V3BB2]3]T2]3BK8_3&ilW3&j) +^3B0#X3&``R2)6jL/12bj-mp5]*ul+6(`+#)(D[c%()@Z#()7Q!'bqGu'bqGt'bM&k$kiU@zz!'WRH +z!!!!7'GhQ&*?ZCH+WqpP,pXfb.4Zu'0ekC;0J>(50eb:91c.'J2E!NR3B/rX3]T/Y3&iiV2`EZT3' +K>_3B/uW2Dm0f:dF2E!KR3&iiU2E*QR2`NcV3'K; +]2`EZR2)6dJ4tJ-2-n$Ge+X%g@()@Z$()7Q!'bqGu'bqK"()@Z$()@W"'GM5n'G:uXzz!!!!_4obQ_ +z!!!!@*Zc@D*[2gP,:+W_.4?Vr/hSq:2)[?M2E!?H1GLU<0JG181,C^B1c.*L2`EWQ2E!KR3&iiU4u +bJZ1c-sC0Kpp5-mg8f-6aWV*#9;*()7Q"()7Q!'bqH!()@]%()Ic&(D[`"'GD&k&-)\1zz!!#2Hzz! +!!!B+X&$N+!MmQ,pt)j/hJ_31G^gD2)R6L2Dd6H1GLR;0eb=:1,:U@1G^gE1c@6L1c70K2E*NX2)6p +A00VQ`.k2nl,9e9R*Zc:?()@Z#'bqGu'bqGu'c%Q#()@Z%()@Z$()7Pt&.oNdzzz!'WRHzz!!!!B+s +S9V+XJB[-R^Q#0etL@2)R0G1Gq!G1c$j@0J>+60JP::1,:U@1GUaA1c$pB1,C^B1G^^K5!D.o.4Q_m +-6aNQ*uu@B*?#_0'c%N"()7Q!'bqH!()@Z$()@Z$()Ic&()7Go&J>'Dzzz5!ArHzz!!"5g,9nEZ,pa +od/2/h70J>.91,C[@1GU[=0eb:7/h\k20/,(70ek@;0etL>0JP:9/h\k2/hJM%4t.m-,pa`Y*??.?* +?H4?(`*r'()@Z#'bqH!'c%Q#'bqGu()7T$(Ddi&'bV)h%fcS0zz!!!!_4obQ_zz!!"5g,UFca-7CAs +0f(X>/h/J-0eb@;0JG170JG+3/1iG*/h\h10/"t40/"t4/h\e//1N%q.46Ac,:"NX+1)&F//)B' +J1(Dmr)(`4),(DIAgzzzz5!ArHzzz!$ij<.Om&)1,17/-n6A\*ZH"8)]pIX.4H\q.k1)%mDZzzzz!!#2Hzzzzz/28q7-mBiX+!2XO,pt)e,UF]] ++X/*S+sS +InterpretLevel1 not { + grestore +} if +grestore +%%%%EndImage +1.000 UL +LTb +1.000 UP +1.000 UL +LTb +stroke +grestore +end +showpage +%%Trailer +%%DocumentFonts: Helvetica --- a/singlegene_AUD_lr_top_5_2348_jet.eps Sat Apr 11 19:39:56 2009 -0700 +++ b/singlegene_AUD_lr_top_5_2348_jet.eps Sat Apr 11 19:50:21 2009 -0700 @@ -1,1 +1,794 @@ -../figures/singlegene_AUD_lr_top_5_2348_jet.epcs \ No newline at end of file +%!PS-Adobe-2.0 EPSF-2.0 +%%Title: singlegene_AUD_lr_top_5_2348_jet.epcs +%%Creator: gnuplot 4.2 patchlevel 2 +%%CreationDate: Tue Apr 7 15:00:50 2009 +%%DocumentFonts: (atend) +%%BoundingBox: 50 50 410 302 +%%EndComments +%%BeginProlog +/gnudict 256 dict def +gnudict begin +% +% The following 6 true/false flags may be edited by hand if required +% The unit line width may also be changed +% +/Color true def +/Blacktext false def +/Solid true def +/Dashlength 1 def +/Landscape false def +/Level1 false def +/Rounded false def +/TransparentPatterns false def +/gnulinewidth 5.000 def +/userlinewidth gnulinewidth 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 (singlegene_AUD_lr_top_5_2348_jet.epcs) + /Subject (gnuplot plot) + /Creator (gnuplot 4.2 patchlevel 2 ) + /Author (Bayle Shanks,,,) +% /Producer (gnuplot) +% /Keywords () + /CreationDate (Tue Apr 7 15:00:50 2009) + /DOCINFO pdfmark +end +} ifelse +% +% Gnuplot Prolog Version 4.2 (August 2006) +% +/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 +/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 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 +/MFshow { + { dup 5 get 3 ge + { 5 get 3 eq {gsave} {grestore} ifelse } + {dup dup 0 get findfont exch 1 get scalefont setfont + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop + pop aload pop M} ifelse }ifelse }ifelse } + ifelse } + forall} bind def +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse } + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def +/MLshow { currentpoint stroke M + 0 exch R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MRshow { currentpoint stroke M + exch dup MFwidth neg 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/MCshow { currentpoint stroke M + exch dup MFwidth -2 div 3 -1 roll R + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def +/XYsave { [( ) 1 2 true false 3 ()] } bind def +/XYrestore { [( ) 1 2 true false 4 ()] } bind def +end +%%EndProlog +gnudict begin +gsave +50 50 translate +0.050 0.050 scale +0 setgray +newpath +(Helvetica) findfont 140 scalefont setfont +gsave % colour palette begin +/maxcolors 64 def +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp} + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt} + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv} + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse + } ifelse} def +/Constrain { + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def +/YIQ2RGB { + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add + exch 1.91 mul exch add Constrain 3 1 roll} def +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq { + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB} + if} ifelse} ifelse} ifelse} def +/InterpolatedColor true def +/grayindex {/gidx 0 def + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get + GrayA gidx get sub div} def +/redvalue {RedA gidx get RedA gidx 1 sub get + RedA gidx get sub dgdxval mul add} def +/greenvalue {GreenA gidx get GreenA gidx 1 sub get + GreenA gidx get sub dgdxval mul add} def +/bluevalue {BlueA gidx get BlueA gidx 1 sub get + BlueA gidx get sub dgdxval mul add} def +/interpolate { + grayindex grayv GrayA gidx get sub abs 1e-5 le + {RedA gidx get GreenA gidx get BlueA gidx get} + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 + .9524 .9683 .9841 1 ] def +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627 + .5635 .5 ] def +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 ] def +/pm3dround {maxcolors 0 gt {dup 1 ge + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def +/pm3dGamma 1.0 1.5 div def +/ColorSpace (RGB) def +Color true and { % COLOUR vs. GRAY map + InterpolatedColor { %% Interpolation vs. RGB-Formula + /g {stroke pm3dround /grayv exch def interpolate + SelectSpace setrgbcolor} bind def + }{ + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain + SelectSpace setrgbcolor} bind def + } ifelse +}{ + /g {stroke pm3dround pm3dGamma exp setgray} bind def +} ifelse +1.000 UP +1.000 UL +LTb +1.000 UL +LT0 +LTb +%%%%BeginImage +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip +InterpretLevel1 { + %% Construct a box instead of image + LTb + 876 4852 M + 5292 0 V + 0 -4429 V + -5292 0 V + 876 4852 L + 40 -110 R + (PS level 2 image) Lshow + % Read data but ignore it + /imagebuf 15215 string def + currentfile imagebuf readstring +} { +gsave +876 4852 translate +5292 -4429 scale +%%%%BeginPalette +[ /Indexed + /DeviceRGB 63 + < + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000 + > +] setcolorspace +%%%%EndPalette +<< + /ImageType 1 + /Width 135 + /Height 113 + /BitsPerComponent 8 + /ImageMatrix [ 135 0 0 113 0 0 ] + /Decode [ 0 255 ] + /DataSource currentfile /ASCII85Decode filter + /MultipleDataSources false + /Interpolate false +>> +image +} ifelse +5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D +.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5!D.o5 +!D.o5!D.o5!D.o!rr<$zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRJzzzzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzz5!B#Jzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4ot]azzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzzz!!#2H!WW3#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!'WRJzzzzzzzzzzzzzzzzzzz +zzzzzzzzzzzzzz5!B#Jzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!_4ot]azzzzzzzzzzzzzzzzz +zzzzzzzzzzzzzzz!!#2H!<<*"zzzzzzzzzzzzzzzzzz!!<9+"TSN&zzzzzzzzzzzz!'WRHzzzzzzzz +zzzzzzzzzzz"Tnr5zzzzzzzzzzzzz5!ArHzzzzzzzzzzzzzzzzzz!!!9.":#;7zzzzzzzzzzzz!!!! +_4obWazzzzz!"&]+zzzzzzzzzzzz!!rl6"pt>1zzzzzzzzzzzz!!#2H!!*-$zzzz!!!!-$k!%8zzzz +zzzzzzz!!!!+#m^_>#7LS4zzzzzzzzzzzz!'WRI!%0-A.zzzzzzzzzzz!"95C$47% +D&/"sCzzzzzzzzzzzz5!ArK!W`E-zzzz&.oE_%1N:;zzzzzz!!rr<$NL/,zzz%LigS$OR1J&c_n3zz +zzzzzzzzz!!!!_4obQc"U,&7"onW'zz!!!!/%hK6]%1`F=!!!!.%1WgSzzzz$k*OP%M'']zz!"]YN% +1NaU$OdOUzzzzzzzzzzzz!!#2H!!!0+#6kD>$k31:zz!"TPK%M'-^%hK6^%L`dU%LiaPzzz!!!!,$k +3^X%hK9c'*&"4z&J,H`%h9'X$OdLVzzzzzzzzzzzz!'WRH!!!31#RC\E%1NdX&-)\1!!!!1&.]9^&. +oHd&J,E[$O@+L%1WaR$NL/,zz!"'&A%M'*_&J>`j'*&"4!"feU&.fBa%LrsW$k*XXzzzzzzzzzzzz5 +!ArH!!!B6#mh%N%1`p]',(?G!"]\R&J5Qc',2)m&J,BX$4$b@%1WdS$NL/,zz$OdIS&/#Te&J>`j'* +&XX&J>]g&J,Ka%h9$X$OmRW&-)\1zzzzzzzzzz!!!!_4obQ_!!!B7$4IFV&.fEc'+kff&.fBb&ebro +'bh;o%h9!R"9Si8%1NaU%1N:;!!!H;!!!K<%hTEe'GD/o'GM2n&eYfi&eP]f&J,Ka%h9'Y$jm=K%0- +A.zzzzzzzzzz!!#2Hz!!!B8%M'-a&J5Te&J>Ze&/#Th'GM2o'GD,j%LNLH#m^qK%LrsX%LimX%hB0\ +%M'*_&JQ#s()7Pu'GD,m&eYfh&J5Te&J,H`%LrsW$4@.Jzzzzzzzzzzz!'WRHz!"05G&J>]i&eYik& +eY`f&J5Zj'GV;t(D[_r%grdV%M'*]%hB-[%hB0]%hB3_&J>`l()Ic'(Ddl'().Dq&eP]f&J5Td&.]9 +]%1N^R$4."Fzzzzzzzzzzz5!ArHz$47:V'GD,o&ebom'+tlh&el#q(Ddl'(Ddhu&JGci&J,H`%hB0] +%hB0^&J5Wg',26!(Dmu+)&O2,().Dq&eP]f&.fBa%hB0[%1EUO$47.Jzzzzzzzzzz!!!!_4obQ_!!! +!,$kO'd'c%Q!'GD,m&eYcj'bhAt(DR]$'c.W!'+toi&.fBa%hB0]&.fBb&eYfk'G_K$(`4,.)AsD/( +D[_u&ePZc&.]9^%h9$W$k!CL$4@7Nzzzzzzzzzz!!#2Hz!!!E:&JGlq(D[`"'GM2o',2,p'G_K$&/> +rp()7Ms&eYfh&.fB`%hB3_&J5Tf&ebro()@]')&X>2)&X8-()@Vu&J,H_%Ls!Z%1NaU$OR4J$O[:Mz +zzzzzzzzz!'WRHz!!!H=',DB$(`*r&'GM2p'bh>s(Ddi$%hBBi'bq>p&eYcf&.fB`&.oKd&eYfj',2 +/s()If*)&aG4)B'G0()@Ps&J#?]%LijV%1NaT$O[:K$471Ozzzzzzzzzz5!ArHz!"BGP'c.]((`*u' +'bhAt'bqK#()Ic%'c.W$().Dq&eP]e&.fBa&J5Te&ebol'GVB"(Dmu,)B0V6)&X8.().Gr&.T0Z%1N +aU%1N^S$O[:L$47.Mzzzzzzzzz!!!!_4obQ_z%1s6g(E")-(`!l%'bqH!()Ic'(Dmr((`!l%'bh;o& +J5Te&.oHc&J>]h',)#n'c%T%(`=20)B'M4)&O2+'GD,k%h9$X%1NaU$k*RR$k*LP$OR7N$k*OEzzzz +zzzz!!#2Hzz%hf]o(`4)+()7Pu'bqK"(Ddo*)&O2-(Ddf$'GD)k&J5Te&J5Te&eYik',2,q'c%W'(` +=51)B'J2)&O/*'GD&j%LijV%1NaU%1N^S$k*OQ$O[=M$OdFP%KHJ/zzzzzzz!'WRHz!!!!/&JZ&u(` +*u('bh>r'bqK#(Dmu,(`4)+(D[`"'+toi&J5Te&J5Wg',)#m',2,q()If))&aD3)AsD0(`*r&'G:uf +%1NaU%1NaU%1NaU%1EXR$O[=M$O[=P&J"jAzzzzzzz5!ArHz!"KPP'c.Z&()7Ms&ebom'GVB!(Dmu+ +(`=/-()7Ms&eP]f&J5Te&J>]h',)#m'GM5s(Dmu,)&X;0(`4),(`*o$'+tid%1NaU%1NaU%1NaU%1N +^S%1EXR$k*IM%LrI=zzzzzz!!!!_4obQ_z%hB6b()I`$'+toj&eYil'GM5t(Dn&/)&X8,'bh8n&J5T +e&J5Te&eYik',)#n'GV>u(`4),(`4),(`4&*()7Pu&eGN^%1NaU%1NaU%1NaU%1NaU%1N^S$k!IP$k +!OF&J5QSzzzzz!!#2Hz!!!!0%hKEh'bqGs&eGTc&eYfj',2/t(Dn#-(`*r&'G;#j&J5Te&J5Tf&ebo +l',2,p'bqK#(Dmu+(`4,-(Ddi&'bh>q&.]6\%LijW%LimX%1NaU%1NaU%1EXQ$k*RS&.T]h&ebol' +,2,p'GVB!(Ddl)(`*u)(D[c$'GM/l&.T0[%LrsY%LrsY%LrsY%LrsX%1N^T%M''\%M03`%LrsV%1`m +]'`\46zzz5!ArHz!!!K>&JGim'+tie%hK9`&.fBb&ebuq(Ddl'()7Ms&eP]f&J5Tf&eYfj&eYik',) +&o'bqK"()Ic&()@Z$()7Pu'+tlg&.]6]%hB0]%LrsY%Ls![%h9'Y%LrpY&.oH`%hK9`%h/pV&e>Qh' +`\46zz!!!!_4obQ_z!"]YO&ekul&J,H`&J#B_&.fBb&ebom'G_H"'GM2n&eP]f&J5Wg&J5Wg&eYfj' +,2,p'bqK!()@Z$'bqGu'bh>q&eP]f&.]<_&.f?_%LrsZ%hB3^%hB-\&.fBb&J>Zh&J>]i&.T!W$Od[ +[&/5cmzz!!#2Hzz&.T6`',(uj&.]9_&J,Kb&.fEc&eYik'bhAr&ebli&J5Tf&J5Qc&.oKe&J5Tf',) +#n',2,q()7Pu'GV>t'GM5q&eYfh&J5Te&J,H`%hB0]&.fBa%hK9a&eYfj'GD2p&ebli&eGN]$kEg\% +M9Ejzz!'WRHz!!!!1%hB6b&ePZc%hB3_&J5Te&J5Te&eYlm'+toi&.oKd&J5Te&J#B_%hB0^&.f?`& +J>]h',2,p'bh>r'GV;r'GM5p',2,n&eYfh&J,Ha%hK9`&.fBb&J5Tf',)#n'bqGs'+toi&J5Nb%hB* +\'+blozz5!ArHz!!!Q>%1s0b&J,H`%hB0^&J5Te&J>Zf&eYii&.]9^%M'*]&.]3\%LijW%1WjY%M'* +^&.oKe'GM5p',)&o()@W"'bh>s'c%Js'G;#j&.fBa&.fBa&J5Wg&eYik'GM8s'bqGt',(uj&ePZb%M +'$X&f),oz!!!!_4obQ_z!"]VN&.oKc%h9*\%hB-]&J>]h&eYfi&ePZc%LrpV%1E[U%1EUQ$OdCO$k3 +[V%LrsZ&.fEe'GM/m',2,r(Ddl((Ddo+(`3u%',(uj&J,Kc&J5Te&eYfj',2,p'bqK"'bqDr'GM5p& +eklg%1Wp]&IoHfz!!#2Hzz%hB-]&J,K`%Lrs[%h9*^&J>]i&ebol&J,H_%1EXR$k*OP$O[:K$4@4M$ +k*RT%LrsZ&.oNf&eYlm'bqK"(E"&.)B9_8)&O)'',(uj&J5Tf&J5Wg&ebom'GM5r'c%Q#'bqH!'bqK +!',D>t&.f<]%hT?Qz!'WRHz!!!!0%M'-`&.T0Z%1WmY%M''^&J>`j'+trk&J,E]%1EXR$O[=L$47+I +$O[=N%1NdV%Ls!\&J5Wg',D>u(Ddr,*$$%>*?6"9(`!i$'+toi&J>]h&ebol',)&p'bqK"'bqGu'c% +T%()If&&ePlm'+kce&Ind@z5!ArHz!!!K=%hTBb%h9$X%1NdV%hB3_&J>`k'GD,m&.]6[$k*LO$47+ +I$47.L$k3XT%LrpY&.fEc&JGfn(Ddi&(E+;9+!2OF*ZZ1;(`*o#&eYfi'+tok',)#m',)&p'GV>t'G +V>u(Ddo+(`*l#',)#m'bh8m&HDe2!!!!_4obQ_z!"TPN&.oHa%LijV%1NaU%Ls!]&J5Zi&ebli&.T0 +Z$k!FN$4@1K$k*RS%1NdX&.f?a&/#Tg',;9!()@](*?H7D+!2OF*ZZ.9(D[]!',)#m',)#m',)#m', +)#n'GM5q'G_H#(`=2.'bqGt'GD,p().Gr'*&"4!!#2Hzz&.f?`&J,H_%LijV%1NaV%Ls!\&/#Tg&J5 +Td%h9'Y%1EXQ$k3UT%1WjX%M'*^&/#Th&ebom()Ic((`=;6*ZlLI+!2OF*#fb3()7Mt'GM2o',2)n' +,)#m&ebol',2,r(Ddo,)AsA-()7W#'bqQ&(Ddi'z!'WRHzz%h9'\%hB-[%LijV%LimX%Ls!\&J5Qc& +.]9]%LrpW%LimX%hB-]&.]<_%hTBd',)#n'GM8t(Dmu+)B0Y:*ZZ=E+!)FB)AsA.'bqGu'GV>s'GM5 +p',)#m',)#m'GVB"(`F;1(`4&+(E"),(Ddr,)&X5-z5!ArHz!!!K=%1WjX%LimX%LrsY%LrsY%hB3^ +&.f?_%M'$Z%LrsY%M'$\&.fEb&J5Te',)#n'GM5r'bqK#(`421)]Th;*??1B*ZZ7@*#TS/'bhAt'bh +At'GM5q'GD,n',)#n'c.]*)&jJ3)AsJ5*?,n9(`XG5)]BOn!!!!_4obQ_z!!!<6$k*RR$k3XU%LrsY +%hB0]%hK9_&.]9^%LrsY%LrsY%hK]h&eYik'GM5q'GM8s'bqK$(`F;3)]K_9*#ot?*Zc@D*#] +\3()I`%'bqK!()@Su'GM2o',2/t(`=84*#oq;*#fn?*uu:?*$#t;)]Tgt!!#2Hzz#mgnE$k!CL$O[= +O%1WjX%hB3_&.fBa%hB0]%h9'Z%M'']&.oKf'+toj&ebom'GD/p'GM5q'bqK$(`4)-(`F>5*$$%@+< +_mO+WVF<(`*r'()@]&()@W!'GD/p'GVE%*#ot?*ZZ7A*ZlLI+5!ArH +z!!!6."U>8:#RC\B#RUqG$4@4L%LrpY&.]9^%LijW%Ls!Z%M03b&JG`g&.fEa&.fEc&.oNf',)#m', +)&p()7W')&jP;+u)&aG7*??1B*ZlIG*uu4?*?H4A*$#q< +!!!!_4obQ_z!!EE."U,&6"pP8;#RCV?#7(SB$474M%1E[S$k!IP$O[CP%LipY%LrsY%Lip[%h9*\&. +oKe&eYfi'+u#o'GhW))BKtD,U=W[+sA*P+r'G_K%)&jS9*??1C+!2RH*$$(? +*Zc=B*??.@!!#2Hzz"9\i1"9er4"U,,9"pG5:"pYA=#mgnF$47+I$47+I$4@4L$OdCO$k*RR%1NaU% +1WjX%hK*ZlIG+!2O +E*uu=B+!2OG*ZlI(!'WRHz!!!!%!sA`0"9er4"U5/8"pG28#6tJ>#RC_C#mgnE#mgqG$47+I$47.K$ +OdFO$k*RS%Lrs[&.oKe&eYfk'bqK$*#ot@+X/-V,U4W^,9nEU*Zc=A*#fb5(DRZ!'GM5r(Dn#0*#ot +?+!2RG*?H7C*ZQ1B+!;XJ+!L[b5!ArHz!!!-)!sA`0"9\l3"U5,6"pP8:#6tM?#RC_C#m^hD#mgnE# +mgqG$47+J$O[=N$k3XU%M'']&J>]i',)&p'c%]-)]TnC,:=ld-mpAh,pOTV*??+>*#]Y2()7Mt'GM8 +u(`=84*#p"?*Zc@D*?H7A*?H:F+X&!O+X$hL4obQ_z!!<<*"9\i1"9er4"pG,5"U5/9#RC\A#RLeD# +RC\B#mgnE#mgqG$47.K$O[@P%1`pZ&.oNf',)#n',2/s(`F;3+)5"pP;;#RC\A +#mgnE#RLeD#mq"H$47+I$O[@O$k3[W&.fBc&eYik',2,p'bqQ()B'bE,U4Wa-n6\r-6sf[+W_[F*?? +(;)AsA.()7Q!()Ii,*#oq=*#ot?*?H7B*??1C+<_sR,9e6T*BlXez!!!!$!s8W."9\i1"U,)6"9er5 +"pYD>#RLeE$47+I$k!CL$O[:L$O[@O%1NaU%1a!]&J5Wg',2,p'GD2r'cIr-)C$OR,UOof.4HYj,9n +BU+!)FB*#oq;)]BP0'bqK"(E+86*Zc:A*ZcFG+!)FC+!MjP,U4T],Te3L5!ArHz!!!-(!sA`0"9\i2 +#6tD8"U,)7#7(VB$4@4N$k*RR%LigT%1E[T$k3XT%1NdX%hK9a&eYik',)#m',2/r(E")1+=/6X-7: +2i-RL)`+sJ-N*?6%=*#oq;)Aj;-(Dn&1*ZcCG+!;UH+X8*P*$6:I,pFW_-71,g,9J!k4obQ_z!!<<+ +"U"r3"U5/9#6k>9"pYA=#mq%J$k3XU%hK6^&.]<^%LrsY%LijV%LrsZ%hK9a&J>]i',)#m',2/t)&a +J;,U4Q]-RU8f,pOTV+$4@7N%165!D.P+sT8o+!)FC*ZcFM.4H\p.4?Ph,9e9S+<_mO+s8!O ++sJ-N*ZZ=F,pald.OZbs.OlkI!!#2Hzz!n.Ocbo-7'r_+s8!L+!;[ +L+Zf&J5Te&J,Nc&J5Wh',22t)&aA35!C)8,9S*O4s1sl+sJ<`.4Zkt-n$Gg+s7s +K*?ZFG+]i',)#k&ebol&eYfi',)&n(Dn#0*$$1E4shQu+sJ3p,q:>k-7g\u.k;t +p-6jWT*?6%<)]g%B+!;[K+!2OF*Zu[R-RgJo.Olqu-n$>@!!!!_4obQ_z!!!**#RLhF$k3RS$k*RS% +M'$\&f)?)*#ot=)]0D0(`*r&'GD,o',2,q'GM2o',2/q()%Dt'bqH#)]TtC+sJ-n-6sf`-RV)/0.e_ +*/1`;$.4-;a*uZ%9()Rl,*#oq?+!;[J+!2OF+!MsX-n-Sp.4?Pi,UEEj!!#2Hzz!sAi7$47+K%1d+WqX>()7Gq',)&p()Ic()B'M4)B0\;*?H=H+WqgJ)]KS0(*!;S!!!!_4obQ_z!! +!3-#RUqJ$OdFP%1WgW&.fEb',D?$*?QCH+!)FC*Zc=A*#oq<*$-.B*?H4A*ZQ1?*?6(>*ZmQj-71)e +-n?u+0etO2)B'S9*Zc@B)Aj;/',22r'*&"4!!# +2Hzz!!!60$4@7N$k3XS%1NaW%M03c()@`+*$-.B*$$%?*?6"<*#ot=*?H:D*Zc=D*ZlIH+`j'G_H"(Dmu+(`=82)B'M6)]'5&'+toi&J>]Vz! +'WRHzz!!`c:$OdFQ%LijU$k*UU%hK$OdIR%1N[R$OdCQ%M'-a&eu#p(`4&+)&O)%(D[]$'c7i+)]B_;+!2XK+)&eYfi&eYfk'GD,n'GV8s',2,n&J5Td%h9'Z%h9'[%M&O>z +!!#2Hzz!!!!'"UGD?$4@1J#mgqF#RLhH%1Wm[%hB0]&.f?_%L`aU%Lis\&eboo()Rl,)''\;*'PDd+ +]h&eblj&eP]e&.]<_%hB0]%hB*Y%hT?`&IJmGzz +5!ArHzz!s8Z0"U>;>#mgnE#m^eB#n%.N%M''\%hK9^%LrpV$OdCN$k3XV%hTBe',22s(d:,%)B9e@+ +seTa-n$Mo/1`;&/M94;-mpGh*ZGn0'+kfh',(ul&eYfi&J5Qc&.f?_&.]9_%1NdX%M0'U$5!7We&el#k&ebof%h&jU$k3[V%hK9b',2-E4r>1W +*$?@I,pt)k.4d))/hSb00.f@9-RU;e)&*_s&J5Zh',)#m',(uk&eYfh&.fB`%hB*Y%1WjX&.8gV&HD +e2z!!#2Hzz!!!'%"9er5#RLhG$k!CM$k3aZ&J5Zi'c%N#)&a8+)&a/%'G1rk%hK6`&J>]i',20F(`F +A7+!;aS-n-c"/hf"70eb76/NtR0-R^/X().An&J>`j',2,p'bqDs',(uj&eY`e%LipY%1N^S$471Rz +z!'WRHzz!!**&"U,)9$OdFP$O[CQ%hK9a&ec#u)&jG5*$-(=)]T_6(Ddl$'b_8p'bh>s'GVEJ)&jV? ++X8Bb.k`P00JYC<0J>+55!C>A-mBQE'+toj'GM5r'bqK#'c%N!'GD/o&eY`e&.]3Z$k*LL$P!XHzz5 +!ArHzz!)B9S2)Aa5+(D[i((`F>W5!C/8,q +(;r0.nq50etI;0/5.E.kE(t*uPe.',(um'GVE#()Ri((`!l&()@Vu&eP]e%LrpW$k!:I%fcS0z!!!! +_4obQ_z!!!!"!<`T2#7:kK%1NaU%M'*_&J>`l'cJ)8+n&.]-V$k<7;zz!'WR +Hzz!W`?,#mge?$4I@P$O[@Q%h9']',;5t)BU%D+2)[EU3&ro]2DQg7,U4EJ'GD,n'GhT'(`=20)B'P5)]K_7)AsD/(DRPq&.T9^%hAX?zz5!ArHz +!!!!#!WiW6#mU\?$4@7N$OdIQ%hB3a'GM9#*?QCH+s\BX,U=W],paia,pji^,9\3Q+!;^P-7('(.kW +P42)R9P3BK>c4#fD]0J+Op,p!d9'+trn()If)(`=51)B'P5)B'M4)B'J1(D[Yr&.]6a'*&"4z!!!!_ +4obQ_z!!33'!sf2>#mgkC#mq%H$k!CQ%M'0d'Gh]/*ZlLJ,9nBX,U=Z^,pai`,paoc,9e6Q+XJTd.4 +dY70ekLB3BK>c4Zked4uOrA-RC&d+rD+/&ebrp'bqN%(Dmu,)&O5.(`4,/)&aA0()[i"&.KKWzz!!# +2Hzz!s8W."UPG?$4-tE$47(H$OR=Q%hTKk(`=53+!;[K,9nEY,U=Z^,pjrd-n$Jk.4$;e.kWD,0.oF +F2E!KV4[)"m4ZPA`/ghqj.46;Y(_mVo&eYik'bqK!().Gt'bqK#(Ddo*(`=2.(_mc!$4m1;zz!'WRH +z!!!!$!sAc3#RC_D$4$qE$4.%G$47.M%hTHi()Ro/*??1C,9nEY,U=Z^-7:2j.4Qi!/1`D*0JG170g +7EQ3''/b4Ztnc2EiiD-mg5i-QO3C&J,Ka&eP`h&ebol'GM8s'bh;r'bhE"()Ri('H.Yu&-)\1zz5!A +rHzz"pG5;#mgnE$4."G$4-tD#mgnE$4@:U',)-")AsM7*uuLJ+!`*X-RU>m.k<2'/M8\00JG7<1d3l +Z3]oPg4?5/\4tS33-n-Jc*Zc+-%LrpY&J5Qd&J>]j',2#k&J5Qe&J5]k()If')&$4@:R&/#cq()[r.)AsM7+cl'bhAt',)#m',2,q()Ii-*#otA*ZuOK+u()7Pu'bh>r',2,q()Ii+)BBh<)]Kb8)B0M2)AsG4)B0V8*#fk:)]K\7(`3u!%h/sX%1W +mZ%hB0^&.f?`%M'$Z$k*FN$OR4J$k*+9zzz!'WRHzzz!"02D$k!FN$4$nD#mpnA#7(VD%1j*b'GM8s +'bqGu'bqGt'bhAu(D[f))&F,/)AsA.(`4)-)&aG5*??.@*??+>*$$";)&!Vn%hB-[%hB0]%hB3^%h9 +'Z%LigR#n%+J$4-tEzzzz5!ArHzzz!"BAG$k!CK#RC\A#mpnA#RUtL%M09f'GV>t'bqGt'GV;r'c%T +%()@]&(Ddl((Ddl*(`=2/)B0Y:*ZZ7B*ZZ7A*?5t9((q5l&.]9_%hB0]%hB0]%hB-Z$OR4H#mptC#6 +tJ6zzz!!!!_4obQ_zzz!"KJK$OI+F#RC_D$O?tH%1E[T%hKz!"TPK%1"p>)5zzzz!'WRHzzzz!"TSL$O[=M$k*LO%1 +NdW%h9*\&.oKd&ebol&ebrn'GM8s'c%Q$(D[c%()@]&(`4,/)]Tk>*ZcCF+!2OE*#f\/'GM2m&.\a@ +zz%LidQ$47%D#6tG:!s8W*zzzz5!ArHzzzz!"TMJ$k!IQ%1WjY%M0-\%Ls$^&.]9_&.oHc&ebol'GM +5r'c%N"()7Q!()@]&(Dn&/*#ot>*?H7C*ZQ+:)AX&%&J5QSzzz$jd1F#6b87"pG/4!WW3#zzz!!!!_ +4obQ_zzzz!##hO%Ls![&.T0\%h9'[&.oKc%hB-[%LipZ&.fEd&eYfi',2,q'GM5q'b_>u(Ddr-)B0Y +:)]]n;)Aa2*()7Jrzzz!!!!)#6tG:"U"r4"Te])zzzz!!#2Hzzzzz'+k]c&.fBa&.f?_%h9*]&J5Qb +%M'$Y%Ls![&.fEc&J5Wh',)#m',)#m&ebon()Ri*)B'M5)B'P3zzzzzz"U,&4!s8]0!W`9$zzzz!'W +RHzzzzz!!!QB&J>Ze&.]9^%hK9`&.fBa%hB0]%1NdW%LrsZ%hT?^&J,Qd&.oKd&eYil'c.Z'(`=/+( +]XO9zzzzz!!!!%!sA]-!s8T+zzzzz5!ArHzzzzz!!!TD&eYce%hK9`%hB0]&.fBa&.f?`&J#B_%1a! +]%1`pY&.]9^%hK9`&J5Zf&JZ#s(DR\czzzzzz!!!!$!s/N+!s/H&zzzz!!!!_4obQ_zzzzz!"feT&J +#B_&.]9^%M''\&.fBa&.oHc&J5Te&J>Wf%h]BQ%hB0Nz&J,Kczzzzzzzz!!!!$! +InterpretLevel1 not { + grestore +} if +grestore +%%%%EndImage +1.000 UL +LTb +1.000 UP +1.000 UL +LTb +stroke +grestore +end +showpage +%%Trailer +%%DocumentFonts: Helvetica