From 2062625bdcad4341c456d687ff3542285f143e78 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 24 Sep 2018 15:32:08 -0400 Subject: removed many unecessary files --- fig_metastable.tex | 2336 ---------------------------------------------------- 1 file changed, 2336 deletions(-) delete mode 100644 fig_metastable.tex (limited to 'fig_metastable.tex') diff --git a/fig_metastable.tex b/fig_metastable.tex deleted file mode 100644 index 8e82eaa..0000000 --- a/fig_metastable.tex +++ /dev/null @@ -1,2336 +0,0 @@ -% GNUPLOT: LaTeX picture with Postscript -\begingroup% -\makeatletter% -\newcommand{\GNUPLOTspecial}{% - \@sanitize\catcode`\%=14\relax\special}% -\setlength{\unitlength}{0.0500bp}% -\begin{picture}(4920,3038)(0,0)% - {\GNUPLOTspecial{" -%!PS-Adobe-2.0 EPSF-2.0 -%%Creator: gnuplot 5.2 patchlevel 3 -%%CreationDate: Mon May 28 09:40:51 2018 -%%DocumentFonts: -%%BoundingBox: 0 0 246 151 -%%EndComments -%%BeginProlog -/gnudict 256 dict def -gnudict begin -% -% The following true/false flags may be edited by hand if desired. -% The unit line width and grayscale image gamma correction may also be changed. -% -/Color false def -/Blacktext true def -/Solid false def -/Dashlength 1 def -/Landscape false def -/Level1 false def -/Level3 false def -/Rounded false def -/ClipToBoundingBox false def -/SuppressPDFMark false def -/TransparentPatterns false def -/gnulinewidth 5.000 def -/userlinewidth gnulinewidth def -/Gamma 1.0 def -/BackgroundColor {-1.000 -1.000 -1.000} def -% -/vshift -66 def -/dl1 { - 10.0 Dashlength userlinewidth gnulinewidth div mul mul mul - Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if -} def -/dl2 { - 10.0 Dashlength userlinewidth gnulinewidth div mul mul mul - Rounded { currentlinewidth 0.75 mul add } if -} def -/hpt_ 31.5 def -/vpt_ 31.5 def -/hpt hpt_ def -/vpt vpt_ def -/doclip { - ClipToBoundingBox { - newpath 0 0 moveto 246 0 lineto 246 151 lineto 0 151 lineto closepath - clip - } if -} def -% -% Gnuplot Prolog Version 5.2 (Dec 2017) -% -%/SuppressPDFMark true def -% -/M {moveto} bind def -/L {lineto} bind def -/R {rmoveto} bind def -/V {rlineto} bind def -/N {newpath moveto} bind def -/Z {closepath} bind def -/C {setrgbcolor} bind def -/f {rlineto fill} bind def -/g {setgray} bind def -/Gshow {show} def % May be redefined later in the file to support UTF-8 -/vpt2 vpt 2 mul def -/hpt2 hpt 2 mul def -/Lshow {currentpoint stroke M 0 vshift R - Blacktext {gsave 0 setgray textshow grestore} {textshow} ifelse} def -/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R - Blacktext {gsave 0 setgray textshow grestore} {textshow} ifelse} def -/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R - Blacktext {gsave 0 setgray textshow grestore} {textshow} 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 -3.8 setmiterlimit -% Classic Line colors (version 5.0) -/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 dash patterns (version 5.0) -/LTB {BL [] LCb DL} def -/LTw {PL [] 1 setgray} def -/LTb {PL [] LCb DL} def -/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def -/LT0 {PL [] LC0 DL} def -/LT1 {PL [2 dl1 3 dl2] LC1 DL} def -/LT2 {PL [1 dl1 1.5 dl2] LC2 DL} def -/LT3 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC3 DL} def -/LT4 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def -/LT5 {PL [4 dl1 2 dl2] LC5 DL} def -/LT6 {PL [1.5 dl1 1.5 dl2 1.5 dl1 1.5 dl2 1.5 dl1 6 dl2] LC6 DL} def -/LT7 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC7 DL} def -/LT8 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC8 DL} def -/SL {[] 0 setdash} 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 closepath gsave fill grestore stroke} 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 - TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse - 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 -dup 2 lt - {/InterpretLevel1 true def - /InterpretLevel3 false def} - {/InterpretLevel1 Level1 def - 2 gt - {/InterpretLevel3 Level3 def} - {/InterpretLevel3 false def} - ifelse } - 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 -% -Level1 SuppressPDFMark or -{} { -/SDict 10 dict def -systemdict /pdfmark known not { - userdict /pdfmark systemdict /cleartomark get put -} if -SDict begin [ - /Title () - /Subject (gnuplot plot) - /Creator (gnuplot 5.2 patchlevel 3) -% /Producer (gnuplot) -% /Keywords () - /CreationDate (Mon May 28 09:40:51 2018) - /DOCINFO pdfmark -end -} ifelse -% -% Support for boxed text - Ethan A Merritt Sep 2016 -% -/InitTextBox { userdict /TBy2 3 -1 roll put userdict /TBx2 3 -1 roll put - userdict /TBy1 3 -1 roll put userdict /TBx1 3 -1 roll put - /Boxing true def } def -/ExtendTextBox { dup type /stringtype eq - { Boxing { gsave dup false charpath pathbbox - dup TBy2 gt {userdict /TBy2 3 -1 roll put} {pop} ifelse - dup TBx2 gt {userdict /TBx2 3 -1 roll put} {pop} ifelse - dup TBy1 lt {userdict /TBy1 3 -1 roll put} {pop} ifelse - dup TBx1 lt {userdict /TBx1 3 -1 roll put} {pop} ifelse - grestore } if } - {} ifelse} def -/PopTextBox { newpath TBx1 TBxmargin sub TBy1 TBymargin sub M - TBx1 TBxmargin sub TBy2 TBymargin add L - TBx2 TBxmargin add TBy2 TBymargin add L - TBx2 TBxmargin add TBy1 TBymargin sub L closepath } def -/DrawTextBox { PopTextBox stroke /Boxing false def} def -/FillTextBox { gsave PopTextBox fill grestore /Boxing false def} def -0 0 0 0 InitTextBox -/TBxmargin 20 def -/TBymargin 20 def -/Boxing false def -/textshow { ExtendTextBox Gshow } def -% -end -%%EndProlog -%%Page: 1 1 -gnudict begin -gsave -doclip -0 0 translate -0.050 0.050 scale -0 setgray -newpath -BackgroundColor 0 lt 3 1 roll 0 lt exch 0 lt or or not {BackgroundColor C 1.000 0 0 4920.00 3038.00 BoxColFill} if -gsave % colour palette begin -/maxcolors 0 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 -/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 .1429 .4286 1 ] def -/RedA [.3686 .8824 .5608 .9216 ] def -/GreenA [.5059 .6118 .6902 .3843 ] def -/BlueA [.7098 .1412 .1961 .2078 ] 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 Gamma mul div def -/ColorSpace (RGB) def -Color InterpolatedColor or { % 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 UL -LTb -LCb setrgbcolor -960 400 M -63 0 V -3776 0 R --63 0 V -stroke -LTb -LCb setrgbcolor -960 705 M -63 0 V -3776 0 R --63 0 V -stroke -LTb -LCb setrgbcolor -960 1009 M -63 0 V -3776 0 R --63 0 V -stroke -LTb -LCb setrgbcolor -960 1314 M -63 0 V -3776 0 R --63 0 V -stroke -LTb -LCb setrgbcolor -960 1619 M -63 0 V -3776 0 R --63 0 V -stroke -LTb -LCb setrgbcolor -960 1923 M -63 0 V -3776 0 R --63 0 V -stroke -LTb -LCb setrgbcolor -960 2228 M -63 0 V -3776 0 R --63 0 V -stroke -LTb -LCb setrgbcolor -960 2532 M -63 0 V -3776 0 R --63 0 V -stroke -LTb -LCb setrgbcolor -960 2837 M -63 0 V -3776 0 R --63 0 V -stroke -LTb -LCb setrgbcolor -1344 400 M -0 63 V -0 2374 R -0 -63 V -stroke -LTb -LCb setrgbcolor -2112 400 M -0 63 V -0 2374 R -0 -63 V -stroke -LTb -LCb setrgbcolor -2880 400 M -0 63 V -0 2374 R -0 -63 V -stroke -LTb -LCb setrgbcolor -3647 400 M -0 63 V -0 2374 R -0 -63 V -stroke -LTb -LCb setrgbcolor -4415 400 M -0 63 V -0 2374 R -0 -63 V -stroke -LTb -LCb setrgbcolor -1.000 UL -LTa -LCb setrgbcolor -2880 400 M -0 2437 V -stroke -LTb -LCb setrgbcolor -960 2837 N -960 400 L -3839 0 V -0 2437 V --3839 0 V -Z stroke -1.000 UP -1.000 UL -LTb -LCb setrgbcolor -LCb setrgbcolor -LTb -LCb setrgbcolor -LTb -1.000 UP -2.000 UL -LTb -0 g 1 g 3187 1820 M -0 15 V --31 -15 R -62 0 V --62 15 R -62 0 V -1 g 3110 1828 M -0 15 V --31 -15 R -62 0 V --62 15 R -62 0 V -1 g 3263 1796 M -0 14 V --31 -14 R -62 0 V --62 14 R -62 0 V -1 g 3033 1856 M -0 15 V --31 -15 R -62 0 V --62 15 R -62 0 V -1 g 2880 1889 M -0 15 V --31 -15 R -62 0 V --62 15 R -62 0 V -1 g 2956 1879 M -0 15 V --31 -15 R -62 0 V --62 15 R -62 0 V -1 g 3494 1759 M -0 13 V --31 -13 R -62 0 V --62 13 R -62 0 V -1 g 3340 1792 M -0 14 V --31 -14 R -62 0 V --62 14 R -62 0 V -1 g 3417 1771 M -0 14 V --31 -14 R -62 0 V --62 14 R -62 0 V -1 g 3647 1730 M -0 14 V --31 -14 R -62 0 V --62 14 R -62 0 V -1 g 3571 1741 M -0 14 V --31 -14 R -62 0 V --62 14 R -62 0 V -1 g 3724 1710 M -0 13 V --31 -13 R -62 0 V --62 13 R -62 0 V -1 g 3801 1707 M -0 13 V --31 -13 R -62 0 V --62 13 R -62 0 V -1 g 4031 1664 M -0 13 V --31 -13 R -62 0 V --62 13 R -62 0 V -1 g 3878 1685 M -0 13 V --31 -13 R -62 0 V --62 13 R -62 0 V -1 g 3954 1670 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -1 g 4108 1639 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -1 g 4185 1633 M -0 13 V --31 -13 R -62 0 V --62 13 R -62 0 V -1 g 4262 1622 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -1 g 4415 1599 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -1 g 4338 1609 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -1 g 4492 1595 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -1 g 4569 1580 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -1 g 4645 1576 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -1 g 4722 1554 M -0 11 V --31 -11 R -62 0 V --62 11 R -62 0 V -1 g 4799 1534 M -0 11 V --31 -11 R -31 0 V --31 11 R -31 0 V -.4286 g 3263 1598 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -.4286 g 3033 1629 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -.4286 g 3187 1602 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -.4286 g 2956 1641 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -.4286 g 3110 1631 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -.4286 g 2880 1674 M -0 13 V --31 -13 R -62 0 V --62 13 R -62 0 V -.4286 g 3494 1557 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -.4286 g 3647 1546 M -0 11 V --31 -11 R -62 0 V --62 11 R -62 0 V -.4286 g 3340 1588 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -.4286 g 3417 1576 M -0 11 V --31 -11 R -62 0 V --62 11 R -62 0 V -.4286 g 3571 1547 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -.4286 g 3724 1537 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -.4286 g 3801 1516 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -.4286 g 4031 1493 M -0 11 V --31 -11 R -62 0 V --62 11 R -62 0 V -.4286 g 3954 1501 M -0 11 V --31 -11 R -62 0 V --62 11 R -62 0 V -.4286 g 3878 1507 M -0 11 V --31 -11 R -62 0 V -stroke 3909 1507 M --62 11 R -62 0 V -.4286 g 4108 1483 M -0 11 V --31 -11 R -62 0 V --62 11 R -62 0 V -.4286 g 4185 1477 M -0 11 V --31 -11 R -62 0 V --62 11 R -62 0 V -.4286 g 4338 1458 M -0 10 V --31 -10 R -62 0 V --62 10 R -62 0 V -.4286 g 4492 1447 M -0 11 V --31 -11 R -62 0 V --62 11 R -62 0 V -.4286 g 4262 1473 M -0 10 V --31 -10 R -62 0 V --62 10 R -62 0 V -.4286 g 4569 1430 M -0 10 V --31 -10 R -62 0 V --62 10 R -62 0 V -.4286 g 4415 1453 M -0 11 V --31 -11 R -62 0 V --62 11 R -62 0 V -.4286 g 4645 1425 M -0 11 V --31 -11 R -62 0 V --62 11 R -62 0 V -.4286 g 4799 1405 M -0 10 V --31 -10 R -31 0 V --31 10 R -31 0 V -.4286 g 4722 1425 M -0 11 V --31 -11 R -62 0 V --62 11 R -62 0 V -.1429 g 3033 1356 M -0 10 V --31 -10 R -62 0 V --62 10 R -62 0 V -.1429 g 2880 1374 M -0 10 V --31 -10 R -62 0 V --62 10 R -62 0 V -.1429 g 3187 1339 M -0 10 V --31 -10 R -62 0 V --62 10 R -62 0 V -.1429 g 2956 1360 M -0 10 V --31 -10 R -62 0 V --62 10 R -62 0 V -.1429 g 3110 1345 M -0 9 V --31 -9 R -62 0 V --62 9 R -62 0 V -.1429 g 3263 1340 M -0 9 V --31 -9 R -62 0 V --62 9 R -62 0 V -.1429 g 3494 1323 M -0 10 V --31 -10 R -62 0 V --62 10 R -62 0 V -.1429 g 3571 1317 M -0 9 V --31 -9 R -62 0 V --62 9 R -62 0 V -.1429 g 3417 1324 M -0 9 V --31 -9 R -62 0 V --62 9 R -62 0 V -.1429 g 3647 1300 M -0 9 V --31 -9 R -62 0 V --62 9 R -62 0 V -.1429 g 3724 1305 M -0 9 V --31 -9 R -62 0 V --62 9 R -62 0 V -.1429 g 3340 1336 M -0 10 V --31 -10 R -62 0 V --62 10 R -62 0 V -.1429 g 3954 1295 M -0 9 V --31 -9 R -62 0 V --62 9 R -62 0 V -.1429 g 3801 1303 M -0 9 V --31 -9 R -62 0 V --62 9 R -62 0 V -.1429 g 4108 1280 M -0 9 V --31 -9 R -62 0 V --62 9 R -62 0 V -.1429 g 4185 1280 M -0 9 V --31 -9 R -62 0 V --62 9 R -62 0 V -.1429 g 4031 1292 M -0 9 V --31 -9 R -62 0 V --62 9 R -62 0 V -.1429 g 3878 1299 M -0 9 V --31 -9 R -62 0 V --62 9 R -62 0 V -.1429 g 4569 1254 M -0 8 V --31 -8 R -62 0 V --62 8 R -62 0 V -.1429 g 4262 1277 M -0 9 V --31 -9 R -62 0 V --62 9 R -62 0 V -.1429 g 4415 1271 M -0 8 V --31 -8 R -62 0 V --62 8 R -62 0 V -.1429 g 4338 1267 M -0 9 V --31 -9 R -62 0 V --62 9 R -62 0 V -.1429 g 4645 1251 M -0 9 V --31 -9 R -62 0 V --62 9 R -62 0 V -.1429 g 4492 1263 M -0 9 V --31 -9 R -62 0 V --62 9 R -62 0 V -.1429 g 4722 1251 M -0 8 V --31 -8 R -62 0 V --62 8 R -62 0 V -0 g 2880 867 M -0 4 V --31 -4 R -62 0 V --62 4 R -62 0 V -0 g 2956 862 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 3033 866 M -0 4 V --31 -4 R -62 0 V --62 4 R -62 0 V -0 g 3263 861 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 3110 864 M -0 4 V --31 -4 R -62 0 V --62 4 R -62 0 V -0 g 3187 864 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 3340 857 M -0 4 V -stroke 3340 861 M --31 -4 R -62 0 V --62 4 R -62 0 V -0 g 3417 862 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 3494 856 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 3647 857 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 3724 856 M -0 4 V --31 -4 R -62 0 V --62 4 R -62 0 V -0 g 3571 858 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 3801 858 M -0 4 V --31 -4 R -62 0 V --62 4 R -62 0 V -0 g 3878 856 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 3954 853 M -0 4 V --31 -4 R -62 0 V --62 4 R -62 0 V -0 g 4108 855 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 4031 859 M -0 4 V --31 -4 R -62 0 V --62 4 R -62 0 V -0 g 4185 852 M -0 4 V --31 -4 R -62 0 V --62 4 R -62 0 V -0 g 4338 854 M -0 4 V --31 -4 R -62 0 V --62 4 R -62 0 V -0 g 4262 852 M -0 4 V --31 -4 R -62 0 V --62 4 R -62 0 V -0 g 4415 847 M -0 4 V --31 -4 R -62 0 V --62 4 R -62 0 V -0 g 4492 850 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 4645 845 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 4569 850 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 4722 846 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -.1429 g 2726 1375 M -0 10 V --31 -10 R -62 0 V --62 10 R -62 0 V -.1429 g 2880 1365 M -0 10 V --31 -10 R -62 0 V --62 10 R -62 0 V -.1429 g 2572 1379 M -0 11 V --31 -11 R -62 0 V --62 11 R -62 0 V -.1429 g 2803 1374 M -0 10 V --31 -10 R -62 0 V --62 10 R -62 0 V -.1429 g 2649 1375 M -0 11 V --31 -11 R -62 0 V --62 11 R -62 0 V -.1429 g 2496 1392 M -0 12 V --31 -12 R -62 0 V --62 12 R -62 0 V -.1429 g 2265 1417 M -0 13 V --31 -13 R -62 0 V --62 13 R -62 0 V -.1429 g 2188 1415 M -0 13 V --31 -13 R -62 0 V --62 13 R -62 0 V -.1429 g 2342 1418 M -0 13 V --31 -13 R -62 0 V --62 13 R -62 0 V -.1429 g 2112 1430 M -0 14 V --31 -14 R -62 0 V --62 14 R -62 0 V -.1429 g 2035 1442 M -0 15 V --31 -15 R -62 0 V --62 15 R -62 0 V -.1429 g 2419 1390 M -0 11 V --31 -11 R -62 0 V --62 11 R -62 0 V -.1429 g 1805 1446 M -0 16 V --31 -16 R -62 0 V --62 16 R -62 0 V -.1429 g 1958 1421 M -0 15 V --31 -15 R -62 0 V --62 15 R -62 0 V -.1429 g 1651 1460 M -0 16 V --31 -16 R -62 0 V --62 16 R -62 0 V -.1429 g 1574 1492 M -0 18 V --31 -18 R -62 0 V --62 18 R -62 0 V -.1429 g 1728 1458 M -0 16 V --31 -16 R -62 0 V --62 16 R -62 0 V -.1429 g 1881 1433 M -0 14 V --31 -14 R -62 0 V --62 14 R -62 0 V -.1429 g 1190 1514 M -0 22 V --31 -22 R -62 0 V --62 22 R -62 0 V -.1429 g 1497 1470 M -0 17 V --31 -17 R -62 0 V --62 17 R -62 0 V -.1429 g 1344 1490 M -0 20 V --31 -20 R -62 0 V --62 20 R -62 0 V -.1429 g 1421 1492 M -0 18 V --31 -18 R -62 0 V --62 18 R -62 0 V -.1429 g 1114 1514 M -0 21 V --31 -21 R -62 0 V --62 21 R -62 0 V -stroke 1145 1535 M -.1429 g 1267 1507 M -0 20 V --31 -20 R -62 0 V --62 20 R -62 0 V -.1429 g 1037 1504 M -0 22 V --31 -22 R -62 0 V --62 22 R -62 0 V -0 g 2880 868 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 2803 866 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 2726 866 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 2496 874 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 2649 873 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 2572 872 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 2419 869 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 2342 873 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 2265 875 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 2112 873 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 2035 875 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 2188 878 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 1958 877 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 1881 878 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 1805 877 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 1651 887 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 1728 879 M -0 6 V --31 -6 R -62 0 V --62 6 R -62 0 V -0 g 1574 885 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 1421 885 M -0 6 V --31 -6 R -62 0 V --62 6 R -62 0 V -0 g 1497 883 M -0 6 V --31 -6 R -62 0 V --62 6 R -62 0 V -0 g 1344 889 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -0 g 1267 883 M -0 6 V --31 -6 R -62 0 V --62 6 R -62 0 V -0 g 1114 884 M -0 6 V --31 -6 R -62 0 V --62 6 R -62 0 V -0 g 1190 884 M -0 6 V --31 -6 R -62 0 V --62 6 R -62 0 V -0 g 1037 892 M -0 5 V --31 -5 R -62 0 V --62 5 R -62 0 V -1 g 4569 1585 M -0 2 V --31 -2 R -62 0 V --62 2 R -62 0 V -1 g 4415 1605 M -0 3 V --31 -3 R -62 0 V --62 3 R -62 0 V -1 g 4262 1627 M -0 2 V --31 -2 R -62 0 V --62 2 R -62 0 V -1 g 4108 1653 M -0 2 V --31 -2 R -62 0 V --62 2 R -62 0 V -1 g 3954 1675 M -0 3 V --31 -3 R -62 0 V --62 3 R -62 0 V -1 g 3801 1704 M -0 3 V --31 -3 R -62 0 V --62 3 R -62 0 V -1 g 3647 1733 M -0 2 V --31 -2 R -62 0 V --62 2 R -62 0 V -1 g 3494 1762 M -0 2 V --31 -2 R -62 0 V --62 2 R -62 0 V -1 g 3340 1793 M -0 3 V --31 -3 R -62 0 V --62 3 R -62 0 V -1 g 3187 1827 M -0 3 V --31 -3 R -62 0 V --62 3 R -62 0 V -1 g 3033 1863 M -0 3 V --31 -3 R -62 0 V --62 3 R -62 0 V -1 g 4722 1568 M -0 2 V --31 -2 R -62 0 V --62 2 R -62 0 V -1 g 2880 1902 M -0 3 V --31 -3 R -62 0 V --62 3 R -62 0 V -.4286 g 4108 1488 M -0 2 V --31 -2 R -62 0 V --62 2 R -62 0 V -.4286 g 3801 1525 M -0 2 V --31 -2 R -62 0 V -stroke 3832 1525 M --62 2 R -62 0 V -.4286 g 4262 1472 M -0 2 V --31 -2 R -62 0 V --62 2 R -62 0 V -.4286 g 3954 1506 M -0 2 V --31 -2 R -62 0 V --62 2 R -62 0 V -.4286 g 4415 1453 M -0 2 V --31 -2 R -62 0 V --62 2 R -62 0 V -.4286 g 3647 1545 M -0 2 V --31 -2 R -62 0 V --62 2 R -62 0 V -.4286 g 3494 1565 M -0 2 V --31 -2 R -62 0 V --62 2 R -62 0 V -.4286 g 3340 1588 M -0 2 V --31 -2 R -62 0 V --62 2 R -62 0 V -.4286 g 4569 1439 M -0 3 V --31 -3 R -62 0 V --62 3 R -62 0 V -.4286 g 3187 1611 M -0 3 V --31 -3 R -62 0 V --62 3 R -62 0 V -1 g 1497 658 M -0 388 V -1466 658 M -62 0 V --62 388 R -62 0 V -1 g 1651 1334 M -0 821 V --31 -821 R -62 0 V --62 821 R -62 0 V -1 g 1805 1620 M -0 542 V --31 -542 R -62 0 V --62 542 R -62 0 V -1 g 1958 2198 M -0 621 V --31 -621 R -62 0 V --62 621 R -62 0 V -1 g 2112 2093 M -0 183 V --31 -183 R -62 0 V --62 183 R -62 0 V -1 g 2265 2032 M -0 80 V --31 -80 R -62 0 V --62 80 R -62 0 V -1 g 2419 1998 M -0 37 V --31 -37 R -62 0 V --62 37 R -62 0 V -1 g 2572 1983 M -0 17 V --31 -17 R -62 0 V --62 17 R -62 0 V -1 g 2726 1942 M -0 8 V --31 -8 R -62 0 V --62 8 R -62 0 V -1 g 2880 1900 M -0 3 V --31 -3 R -62 0 V --62 3 R -62 0 V -.4286 g 1651 1906 M -0 22 V --31 -22 R -62 0 V --62 22 R -62 0 V -.4286 g 1958 1849 M -0 13 V --31 -13 R -62 0 V --62 13 R -62 0 V -.4286 g 1497 1976 M -0 29 V --31 -29 R -62 0 V --62 29 R -62 0 V -.4286 g 1805 1902 M -0 18 V --31 -18 R -62 0 V --62 18 R -62 0 V -.4286 g 1344 2034 M -0 39 V --31 -39 R -62 0 V --62 39 R -62 0 V -.4286 g 2112 1810 M -0 10 V --31 -10 R -62 0 V --62 10 R -62 0 V -.4286 g 2265 1779 M -0 7 V --31 -7 R -62 0 V --62 7 R -62 0 V -.4286 g 2419 1752 M -0 6 V --31 -6 R -62 0 V --62 6 R -62 0 V -.4286 g 1190 2090 M -0 51 V --31 -51 R -62 0 V --62 51 R -62 0 V -.4286 g 2572 1720 M -0 4 V --31 -4 R -62 0 V --62 4 R -62 0 V -1 g 3187 1828 Pnt -1 g 3110 1836 Pnt -1 g 3263 1803 Pnt -1 g 3033 1863 Pnt -1 g 2880 1897 Pnt -1 g 2956 1887 Pnt -1 g 3494 1766 Pnt -1 g 3340 1799 Pnt -1 g 3417 1778 Pnt -1 g 3647 1737 Pnt -1 g 3571 1748 Pnt -1 g 3724 1717 Pnt -1 g 3801 1713 Pnt -1 g 4031 1670 Pnt -1 g 3878 1692 Pnt -1 g 3954 1676 Pnt -1 g 4108 1645 Pnt -1 g 4185 1640 Pnt -1 g 4262 1628 Pnt -1 g 4415 1605 Pnt -1 g 4338 1615 Pnt -1 g 4492 1601 Pnt -1 g 4569 1586 Pnt -1 g 4645 1582 Pnt -1 g 4722 1560 Pnt -1 g 4799 1540 Pnt -.4286 g 3263 1604 Pnt -.4286 g 3033 1635 Pnt -.4286 g 3187 1608 Pnt -.4286 g 2956 1647 Pnt -.4286 g 3110 1637 Pnt -.4286 g 2880 1681 Pnt -.4286 g 3494 1563 Pnt -.4286 g 3647 1551 Pnt -.4286 g 3340 1594 Pnt -.4286 g 3417 1582 Pnt -.4286 g 3571 1553 Pnt -.4286 g 3724 1543 Pnt -.4286 g 3801 1522 Pnt -.4286 g 4031 1499 Pnt -.4286 g 3954 1507 Pnt -.4286 g 3878 1512 Pnt -.4286 g 4108 1488 Pnt -.4286 g 4185 1483 Pnt -.4286 g 4338 1463 Pnt -.4286 g 4492 1453 Pnt -.4286 g 4262 1478 Pnt -.4286 g 4569 1435 Pnt -.4286 g 4415 1458 Pnt -.4286 g 4645 1431 Pnt -.4286 g 4799 1410 Pnt -.4286 g 4722 1430 Pnt -.1429 g 3033 1361 Pnt -.1429 g 2880 1379 Pnt -.1429 g 3187 1344 Pnt -.1429 g 2956 1365 Pnt -.1429 g 3110 1350 Pnt -.1429 g 3263 1345 Pnt -.1429 g 3494 1328 Pnt -.1429 g 3571 1321 Pnt -.1429 g 3417 1328 Pnt -.1429 g 3647 1304 Pnt -.1429 g 3724 1309 Pnt -.1429 g 3340 1341 Pnt -.1429 g 3954 1299 Pnt -.1429 g 3801 1307 Pnt -.1429 g 4108 1284 Pnt -.1429 g 4185 1285 Pnt -.1429 g 4031 1296 Pnt -.1429 g 3878 1304 Pnt -.1429 g 4569 1258 Pnt -.1429 g 4262 1281 Pnt -.1429 g 4415 1275 Pnt -.1429 g 4338 1271 Pnt -.1429 g 4645 1256 Pnt -.1429 g 4492 1268 Pnt -.1429 g 4722 1255 Pnt -0 g 2880 869 Pnt -0 g 2956 864 Pnt -0 g 3033 868 Pnt -0 g 3263 863 Pnt -0 g 3110 866 Pnt -0 g 3187 866 Pnt -0 g 3340 859 Pnt -0 g 3417 865 Pnt -0 g 3494 858 Pnt -0 g 3647 859 Pnt -0 g 3724 858 Pnt -0 g 3571 860 Pnt -0 g 3801 860 Pnt -0 g 3878 859 Pnt -0 g 3954 855 Pnt -0 g 4108 857 Pnt -0 g 4031 861 Pnt -0 g 4185 854 Pnt -0 g 4338 856 Pnt -0 g 4262 854 Pnt -0 g 4415 849 Pnt -0 g 4492 853 Pnt -0 g 4645 847 Pnt -0 g 4569 853 Pnt -0 g 4722 849 Pnt -.1429 g 2726 1380 Pnt -.1429 g 2880 1370 Pnt -.1429 g 2572 1384 Pnt -.1429 g 2803 1379 Pnt -.1429 g 2649 1380 Pnt -.1429 g 2496 1398 Pnt -.1429 g 2265 1424 Pnt -.1429 g 2188 1422 Pnt -.1429 g 2342 1425 Pnt -.1429 g 2112 1437 Pnt -.1429 g 2035 1449 Pnt -.1429 g 2419 1395 Pnt -.1429 g 1805 1454 Pnt -.1429 g 1958 1429 Pnt -.1429 g 1651 1468 Pnt -.1429 g 1574 1501 Pnt -.1429 g 1728 1466 Pnt -.1429 g 1881 1440 Pnt -.1429 g 1190 1525 Pnt -.1429 g 1497 1479 Pnt -.1429 g 1344 1500 Pnt -.1429 g 1421 1501 Pnt -.1429 g 1114 1524 Pnt -.1429 g 1267 1517 Pnt -.1429 g 1037 1515 Pnt -0 g 2880 870 Pnt -0 g 2803 869 Pnt -0 g 2726 869 Pnt -0 g 2496 876 Pnt -0 g 2649 876 Pnt -0 g 2572 875 Pnt -0 g 2419 871 Pnt -0 g 2342 876 Pnt -0 g 2265 878 Pnt -0 g 2112 876 Pnt -0 g 2035 878 Pnt -0 g 2188 881 Pnt -0 g 1958 879 Pnt -0 g 1881 881 Pnt -0 g 1805 880 Pnt -0 g 1651 889 Pnt -0 g 1728 882 Pnt -0 g 1574 888 Pnt -0 g 1421 888 Pnt -0 g 1497 886 Pnt -0 g 1344 892 Pnt -0 g 1267 886 Pnt -0 g 1114 887 Pnt -0 g 1190 887 Pnt -0 g 1037 894 Pnt -1 g 4569 1586 Pnt -1 g 4415 1607 Pnt -1 g 4262 1628 Pnt -1 g 4108 1654 Pnt -1 g 3954 1677 Pnt -1 g 3801 1706 Pnt -1 g 3647 1734 Pnt -1 g 3494 1763 Pnt -1 g 3340 1795 Pnt -1 g 3187 1828 Pnt -1 g 3033 1864 Pnt -1 g 4722 1569 Pnt -1 g 2880 1903 Pnt -.4286 g 4108 1489 Pnt -.4286 g 3801 1526 Pnt -.4286 g 4262 1473 Pnt -.4286 g 3954 1507 Pnt -.4286 g 4415 1454 Pnt -.4286 g 3647 1546 Pnt -.4286 g 3494 1566 Pnt -.4286 g 3340 1589 Pnt -.4286 g 4569 1440 Pnt -.4286 g 3187 1613 Pnt -1 g 1497 852 Pnt -1 g 1651 1745 Pnt -1 g 1805 1891 Pnt -1 g 1958 2508 Pnt -1 g 2112 2184 Pnt -1 g 2265 2072 Pnt -1 g 2419 2017 Pnt -1 g 2572 1991 Pnt -1 g 2726 1946 Pnt -1 g 2880 1902 Pnt -.4286 g 1651 1917 Pnt -.4286 g 1958 1856 Pnt -.4286 g 1497 1990 Pnt -.4286 g 1805 1911 Pnt -.4286 g 1344 2053 Pnt -.4286 g 2112 1815 Pnt -.4286 g 2265 1782 Pnt -.4286 g 2419 1755 Pnt -.4286 g 1190 2115 Pnt -.4286 g 2572 1722 Pnt -2.000 UL -LTb -LCb setrgbcolor -4799 1589 M --25 4 V --26 3 V --26 4 V --26 3 V --25 4 V --25 3 V --26 4 V --25 4 V --25 3 V --25 4 V --24 3 V --25 4 V --24 4 V --25 3 V --24 4 V --24 3 V --24 4 V --24 4 V --24 3 V --23 4 V --24 4 V --23 3 V --24 4 V --23 4 V --23 4 V --23 3 V --23 4 V --22 4 V --23 4 V --22 3 V --23 4 V --22 4 V --22 4 V --22 4 V --22 3 V --22 4 V --21 4 V --22 4 V --21 4 V --22 4 V --21 4 V --21 3 V --21 4 V --21 4 V --21 4 V --20 4 V --21 4 V --20 4 V --21 4 V --20 4 V --20 4 V --20 4 V --20 4 V --20 4 V --19 4 V --20 4 V --20 4 V --19 4 V --19 4 V --19 4 V --20 4 V --19 5 V --18 4 V --19 4 V --19 4 V --18 4 V --19 4 V --18 4 V --19 5 V --18 4 V --18 4 V --18 4 V --18 4 V --18 5 V --17 4 V --18 4 V --17 4 V --18 5 V --17 4 V --17 4 V --17 5 V --17 4 V --17 4 V --17 5 V --17 4 V --17 5 V --16 4 V --17 4 V --16 5 V --16 4 V --16 5 V --17 4 V --16 5 V --15 4 V --16 5 V --16 4 V --16 5 V --15 4 V --16 5 V --15 4 V --15 5 V --16 4 V --15 5 V --15 5 V --15 4 V --14 5 V --15 4 V --15 5 V --15 5 V --14 5 V --14 4 V --15 5 V --14 5 V --14 4 V --14 5 V --14 5 V --14 5 V --14 5 V --14 4 V --13 5 V --14 5 V --13 5 V --14 5 V --13 5 V --13 5 V --14 5 V --13 4 V --13 5 V --13 5 V --12 5 V --13 5 V --13 5 V --12 5 V --13 5 V --12 5 V --13 6 V --12 5 V --12 5 V --12 5 V --12 5 V --12 5 V --12 5 V --12 5 V --12 6 V --11 5 V --12 5 V --11 5 V --12 6 V --11 5 V --11 5 V --12 6 V --11 5 V --11 5 V --11 6 V --11 5 V --10 5 V --11 6 V --11 5 V --10 6 V --11 5 V --10 6 V --11 5 V --10 6 V --10 5 V --10 6 V --10 5 V --10 6 V --10 6 V --10 5 V --10 6 V --10 6 V --9 5 V --10 6 V --9 6 V --10 6 V --9 5 V --9 6 V --9 6 V --10 6 V --9 6 V --9 6 V --9 6 V --8 5 V --9 6 V --9 6 V --9 6 V --8 6 V --9 7 V --8 6 V --8 6 V --9 6 V --8 6 V --8 6 V --8 6 V --8 7 V --8 6 V --8 6 V --8 6 V --7 7 V --8 6 V --8 7 V --7 6 V --8 6 V --7 7 V --7 6 V --8 7 V --7 6 V --7 7 V --7 7 V --7 6 V --7 7 V --7 7 V --7 7 V --6 6 V --7 7 V --7 7 V --6 7 V --7 7 V --6 7 V --7 7 V --6 7 V --6 7 V --6 7 V --6 7 V --6 7 V --6 7 V --6 8 V --6 7 V --6 7 V --5 8 V --6 7 V --6 7 V --5 8 V --5 7 V --6 8 V --5 8 V --5 7 V --6 8 V --5 8 V --5 7 V --5 8 V --5 8 V --5 8 V --4 7 V -stroke -LTb -LCb setrgbcolor -1.000 UL -LTb -LCb setrgbcolor -960 2837 N -960 400 L -3839 0 V -0 2437 V --3839 0 V -Z stroke -1.000 UP -1.000 UL -LTb -LCb setrgbcolor -grestore % colour palette end -stroke -grestore -end -showpage - }}% - \put(2879,-100){\makebox(0,0){\strut{}$ht^{-\beta\delta}$}}% - \put(220,1618){% - \special{ps: gsave currentpoint currentpoint translate -630 rotate neg exch neg exch translate}% - \makebox(0,0){\strut{}$\chi t^\gamma$}% - \special{ps: currentpoint grestore moveto}% - }% - \put(4415,200){\makebox(0,0){\strut{}$0.4$}}% - \put(3647,200){\makebox(0,0){\strut{}$0.2$}}% - \put(2880,200){\makebox(0,0){\strut{}$0$}}% - \put(2112,200){\makebox(0,0){\strut{}$-0.2$}}% - \put(1344,200){\makebox(0,0){\strut{}$-0.4$}}% - \put(840,2837){\makebox(0,0)[r]{\strut{}$0.04$}}% - \put(840,2532){\makebox(0,0)[r]{\strut{}$0.035$}}% - \put(840,2228){\makebox(0,0)[r]{\strut{}$0.03$}}% - \put(840,1923){\makebox(0,0)[r]{\strut{}$0.025$}}% - \put(840,1619){\makebox(0,0)[r]{\strut{}$0.02$}}% - \put(840,1314){\makebox(0,0)[r]{\strut{}$0.015$}}% - \put(840,1009){\makebox(0,0)[r]{\strut{}$0.01$}}% - \put(840,705){\makebox(0,0)[r]{\strut{}$0.005$}}% - \put(840,400){\makebox(0,0)[r]{\strut{}$0$}}% -\end{picture}% -\endgroup -\endinput -- cgit v1.2.3-54-g00ecf