From 89c18edfa8b137458c16b0082276483ef08e5338 Mon Sep 17 00:00:00 2001
From: Maximilian Schmidt <max.schmidt@fz-juelich.de>
Date: Mon, 11 Jun 2018 16:20:50 +0900
Subject: [PATCH] Add missing sketches of Populations and fix file names in
 Fig2 script

---
 figures/Schmidt2018_dyn/Fig2_Epop.eps       | 1702 ++++++++++++++++++
 figures/Schmidt2018_dyn/Fig2_Ipop.eps       | 1705 +++++++++++++++++++
 figures/Schmidt2018_dyn/Fig2_bistability.py |    4 +-
 3 files changed, 3409 insertions(+), 2 deletions(-)
 create mode 100644 figures/Schmidt2018_dyn/Fig2_Epop.eps
 create mode 100644 figures/Schmidt2018_dyn/Fig2_Ipop.eps

diff --git a/figures/Schmidt2018_dyn/Fig2_Epop.eps b/figures/Schmidt2018_dyn/Fig2_Epop.eps
new file mode 100644
index 0000000..4cc2c94
--- /dev/null
+++ b/figures/Schmidt2018_dyn/Fig2_Epop.eps
@@ -0,0 +1,1702 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%Produced by poppler pdftops version: 0.44.0 (http://poppler.freedesktop.org)
+%%Creator: dvips(k) 5.996 Copyright 2016 Radical Eye Software
+%%LanguageLevel: 2
+%%DocumentSuppliedResources: (atend)
+%%BoundingBox: 0 0 15 15
+%%HiResBoundingBox: 0 0 14.17 14.17
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+%%Copyright: Copyright 1996-2011 Glyph & Cog, LLC
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+  /setpagedevice where {
+    pop 2 dict begin
+      /Policies 1 dict dup begin /PageSize 6 def end def
+      { /Duplex true def } if
+    currentdict end setpagedevice
+  } {
+    pop
+  } ifelse
+} def
+/pdfSetupPaper {
+  % Change paper size, but only if different from previous paper size otherwise
+  % duplex fails. PLRM specifies a tolerance of 5 pts when matching paper size
+  % so we use the same when checking if the size changes.
+  /setpagedevice where {
+    pop currentpagedevice
+    /PageSize known {
+      2 copy
+      currentpagedevice /PageSize get aload pop
+      exch 4 1 roll
+      sub abs 5 gt
+      3 1 roll
+      sub abs 5 gt
+      or
+    } {
+      true
+    } ifelse
+    {
+      2 array astore
+      2 dict begin
+        /PageSize exch def
+        /ImagingBBox null def
+      currentdict end
+      setpagedevice
+    } {
+      pop pop
+    } ifelse
+  } {
+    pop
+  } ifelse
+} def
+/pdfStartPage {
+  pdfDictSize dict begin
+  /pdfFillCS [] def
+  /pdfFillXform {} def
+  /pdfStrokeCS [] def
+  /pdfStrokeXform {} def
+  /pdfFill [0] def
+  /pdfStroke [0] def
+  /pdfFillOP false def
+  /pdfStrokeOP false def
+  /pdfLastFill false def
+  /pdfLastStroke false def
+  /pdfTextMat [1 0 0 1 0 0] def
+  /pdfFontSize 0 def
+  /pdfCharSpacing 0 def
+  /pdfTextRender 0 def
+  /pdfPatternCS false def
+  /pdfTextRise 0 def
+  /pdfWordSpacing 0 def
+  /pdfHorizScaling 1 def
+  /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+      setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+      setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+      dup /pdfFill exch def aload pop pdfFillXform setcolor
+     /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+      dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+     /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+      pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+      pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+  pdfLastFill not {
+    pdfFillCS setcolorspace
+    pdfFill aload pop pdfFillXform setcolor
+    pdfFillOP setoverprint
+    /pdfLastFill true def /pdfLastStroke false def
+  } if
+} def
+/sCol {
+  pdfLastStroke not {
+    pdfStrokeCS setcolorspace
+    pdfStroke aload pop pdfStrokeXform setcolor
+    pdfStrokeOP setoverprint
+    /pdfLastStroke true def /pdfLastFill false def
+  } if
+} def
+% build a font
+/pdfMakeFont {
+  4 3 roll findfont
+  4 2 roll matrix scale makefont
+  dup length dict begin
+    { 1 index /FID ne { def } { pop pop } ifelse } forall
+    /Encoding exch def
+    currentdict
+  end
+  definefont pop
+} def
+/pdfMakeFont16 {
+  exch findfont
+  dup length dict begin
+    { 1 index /FID ne { def } { pop pop } ifelse } forall
+    /WMode exch def
+    currentdict
+  end
+  definefont pop
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+  end grestore
+  /pdfLastFill where {
+    pop
+    pdfLastFill {
+      pdfFillOP setoverprint
+    } {
+      pdfStrokeOP setoverprint
+    } ifelse
+  } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+      neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+/Ws { strokepath clip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+      dup pdfHorizScaling mul exch matrix scale
+      pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+      exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Tp { /pdfPatternCS exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/xyshow where {
+  pop
+  /xyshow2 {
+    dup length array
+    0 2 2 index length 1 sub {
+      2 index 1 index 2 copy get 3 1 roll 1 add get
+      pdfTextMat dtransform
+      4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put
+    } for
+    exch pop
+    xyshow
+  } def
+}{
+  /xyshow2 {
+    currentfont /FontType get 0 eq {
+      0 2 3 index length 1 sub {
+        currentpoint 4 index 3 index 2 getinterval show moveto
+        2 copy get 2 index 3 2 roll 1 add get
+        pdfTextMat dtransform rmoveto
+      } for
+    } {
+      0 1 3 index length 1 sub {
+        currentpoint 4 index 3 index 1 getinterval show moveto
+        2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
+        pdfTextMat dtransform rmoveto
+      } for
+    } ifelse
+    pop pop
+  } def
+} ifelse
+/cshow where {
+  pop
+  /xycp {
+    0 3 2 roll
+    {
+      pop pop currentpoint 3 2 roll
+      1 string dup 0 4 3 roll put false charpath moveto
+      2 copy get 2 index 2 index 1 add get
+      pdfTextMat dtransform rmoveto
+      2 add
+    } exch cshow
+    pop pop
+  } def
+}{
+  /xycp {
+    currentfont /FontType get 0 eq {
+      0 2 3 index length 1 sub {
+        currentpoint 4 index 3 index 2 getinterval false charpath moveto
+        2 copy get 2 index 3 2 roll 1 add get
+        pdfTextMat dtransform rmoveto
+      } for
+    } {
+      0 1 3 index length 1 sub {
+        currentpoint 4 index 3 index 1 getinterval false charpath moveto
+        2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
+        pdfTextMat dtransform rmoveto
+      } for
+    } ifelse
+    pop pop
+  } def
+} ifelse
+/Tj {
+  fCol
+  0 pdfTextRise pdfTextMat dtransform rmoveto
+  currentpoint 4 2 roll
+  pdfTextRender 1 and 0 eq {
+    2 copy xyshow2
+  } if
+  pdfTextRender 3 and dup 1 eq exch 2 eq or {
+    3 index 3 index moveto
+    2 copy
+    currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+    xycp currentpoint stroke moveto
+  } if
+  pdfTextRender 4 and 0 ne {
+    4 2 roll moveto xycp
+    /pdfTextClipPath [ pdfTextClipPath aload pop
+      {/moveto cvx}
+      {/lineto cvx}
+      {/curveto cvx}
+      {/closepath cvx}
+    pathforall ] def
+    currentpoint newpath moveto
+  } {
+    pop pop pop pop
+  } ifelse
+  0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0
+       pdfTextMat dtransform rmoveto } def
+/TJmV { 0.001 mul pdfFontSize mul neg 0 exch
+        pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+         /pdfTextClipPath [] def } def
+/Tclip* { pdfTextClipPath cvx exec eoclip newpath
+         /pdfTextClipPath [] def } def
+% Level 2/3 image operators
+/pdfImBuf 100 string def
+/pdfImStr {
+  2 copy exch length lt {
+    2 copy get exch 1 add exch
+  } {
+    ()
+  } ifelse
+} def
+/skipEOD {
+  { currentfile pdfImBuf readline
+    not { pop exit } if
+    (%-EOD-) eq { exit } if } loop
+} def
+/pdfIm { image skipEOD } def
+/pdfImM { fCol imagemask skipEOD } def
+/pr { 2 index 2 index 3 2 roll putinterval 4 add } def
+/pdfImClip {
+  gsave
+  0 2 4 index length 1 sub {
+    dup 4 index exch 2 copy
+    get 5 index div put
+    1 add 3 index exch 2 copy
+    get 3 index div put
+  } for
+  pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+  false 0 1 3 index length 1 sub {
+    dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+      pop true
+    } if
+  } for
+  exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+  dup 0 eq {
+    true
+  } {
+    dup 6 eq {
+      false
+    } {
+      4 index 4 index funcCol dup
+      6 index 4 index funcCol dup
+      3 1 roll colordelta 3 1 roll
+      5 index 5 index funcCol dup
+      3 1 roll colordelta 3 1 roll
+      6 index 8 index funcCol dup
+      3 1 roll colordelta 3 1 roll
+      colordelta or or or
+    } ifelse
+  } ifelse
+  {
+    1 add
+    4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+    6 index 6 index 4 index 4 index 4 index funcSH
+    2 index 6 index 6 index 4 index 4 index funcSH
+    6 index 2 index 4 index 6 index 4 index funcSH
+    5 3 roll 3 2 roll funcSH pop pop
+  } {
+    pop 3 index 2 index add 0.5 mul 3 index  2 index add 0.5 mul
+    funcCol sc
+    dup 4 index exch mat transform m
+    3 index 3 index mat transform l
+    1 index 3 index mat transform l
+    mat transform l pop pop h f*
+  } ifelse
+} def
+/axialCol {
+  dup 0 lt {
+    pop t0
+  } {
+    dup 1 gt {
+      pop t1
+    } {
+      dt mul t0 add
+    } ifelse
+  } ifelse
+  func n array astore
+} def
+/axialSH {
+  dup 0 eq {
+    true
+  } {
+    dup 8 eq {
+      false
+    } {
+      2 index axialCol 2 index axialCol colordelta
+    } ifelse
+  } ifelse
+  {
+    1 add 3 1 roll 2 copy add 0.5 mul
+    dup 4 3 roll exch 4 index axialSH
+    exch 3 2 roll axialSH
+  } {
+    pop 2 copy add 0.5 mul
+    axialCol sc
+    exch dup dx mul x0 add exch dy mul y0 add
+    3 2 roll dup dx mul x0 add exch dy mul y0 add
+    dx abs dy abs ge {
+      2 copy yMin sub dy mul dx div add yMin m
+      yMax sub dy mul dx div add yMax l
+      2 copy yMax sub dy mul dx div add yMax l
+      yMin sub dy mul dx div add yMin l
+      h f*
+    } {
+      exch 2 copy xMin sub dx mul dy div add xMin exch m
+      xMax sub dx mul dy div add xMax exch l
+      exch 2 copy xMax sub dx mul dy div add xMax exch l
+      xMin sub dx mul dy div add xMin exch l
+      h f*
+    } ifelse
+  } ifelse
+} def
+/radialCol {
+  dup t0 lt {
+    pop t0
+  } {
+    dup t1 gt {
+      pop t1
+    } if
+  } ifelse
+  func n array astore
+} def
+/radialSH {
+  dup 0 eq {
+    true
+  } {
+    dup 8 eq {
+      false
+    } {
+      2 index dt mul t0 add radialCol
+      2 index dt mul t0 add radialCol colordelta
+    } ifelse
+  } ifelse
+  {
+    1 add 3 1 roll 2 copy add 0.5 mul
+    dup 4 3 roll exch 4 index radialSH
+    exch 3 2 roll radialSH
+  } {
+    pop 2 copy add 0.5 mul dt mul t0 add
+    radialCol sc
+    encl {
+      exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+      0 360 arc h
+      dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+      360 0 arcn h f
+    } {
+      2 copy
+      dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+      a1 a2 arcn
+      dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+      a2 a1 arcn h
+      dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+      a1 a2 arc
+      dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+      a2 a1 arc h f
+    } ifelse
+  } ifelse
+} def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%EndSetup
+pdfStartPage
+%%EndPageSetup
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+{} settransfer
+0 0 14.17 14.17 re
+W
+q
+q
+[0.1 0 0 0.1 0 0] cm
+q
+70.8672 1.41797 m
+139.418 1.41797 l
+70.8672 138.566 l
+2.31641 1.41797 l
+70.8672 1.41797 l
+h
+W
+/DeviceRGB {} cs
+[0.6484 0.7226 0.8457] sc
+70.8672 1.41797 m
+139.418 1.41797 l
+70.8672 138.566 l
+2.31641 1.41797 l
+70.8672 1.41797 l
+f
+/DeviceRGB {} cs
+[0.2981 0.447 0.6894] sc
+2.31641 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3003 0.449 0.6914] sc
+2.77344 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3027 0.4507 0.6914] sc
+3.23047 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3052 0.4526 0.6933] sc
+3.6875 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3074 0.4543 0.6933] sc
+4.14453 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3098 0.4563 0.6953] sc
+4.60156 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.312 0.4583 0.6973] sc
+5.05859 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3144 0.46 0.6973] sc
+5.51563 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3169 0.4619 0.6992] sc
+5.97266 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3191 0.4636 0.6992] sc
+6.42969 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3215 0.4656 0.7012] sc
+6.88672 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.324 0.4673 0.7012] sc
+7.34375 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3262 0.4692 0.7031] sc
+7.80078 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3286 0.4712 0.7031] sc
+8.25781 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3308 0.4729 0.7051] sc
+8.71484 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3333 0.4749 0.7051] sc
+9.17188 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3357 0.4766 0.707] sc
+9.62891 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3379 0.4785 0.707] sc
+10.0859 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3403 0.4802 0.709] sc
+10.543 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3425 0.4822 0.709] sc
+11 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.345 0.4841 0.7109] sc
+11.457 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3474 0.4858 0.7129] sc
+11.9141 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3496 0.4878 0.7129] sc
+12.3711 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3521 0.4895 0.7148] sc
+12.8281 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3545 0.4914 0.7148] sc
+13.2852 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3567 0.4931 0.7168] sc
+13.7422 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3591 0.4951 0.7168] sc
+14.1992 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3613 0.4971 0.7188] sc
+14.6563 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3638 0.498 0.7188] sc
+15.1133 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3662 0.5 0.7207] sc
+15.5703 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3684 0.5019 0.7207] sc
+16.0273 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3708 0.5039 0.7226] sc
+16.4844 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.373 0.5058 0.7226] sc
+16.9414 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3755 0.5078 0.7246] sc
+17.3984 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3779 0.5098 0.7246] sc
+17.8555 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3801 0.5117 0.7266] sc
+18.3125 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3826 0.5137 0.7266] sc
+18.7695 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.385 0.5156 0.7285] sc
+19.2266 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3872 0.5176 0.7305] sc
+19.6836 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3896 0.5195 0.7305] sc
+20.1406 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3918 0.5215 0.7324] sc
+20.5977 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3943 0.5234 0.7324] sc
+21.0547 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3967 0.5254 0.7344] sc
+21.5117 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.3989 0.5273 0.7344] sc
+21.9688 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4014 0.5293 0.7363] sc
+22.4258 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4035 0.5293 0.7363] sc
+22.8828 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.406 0.5313 0.7383] sc
+23.3398 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4084 0.5332 0.7383] sc
+23.7969 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4106 0.5351 0.7402] sc
+24.2539 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4131 0.5371 0.7402] sc
+24.7109 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4155 0.5391 0.7422] sc
+25.168 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4177 0.541 0.7422] sc
+25.625 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4202 0.543 0.7441] sc
+26.082 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4223 0.5449 0.7441] sc
+26.5391 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4248 0.5469 0.7461] sc
+26.9961 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4272 0.5488 0.748] sc
+27.4531 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4294 0.5508 0.748] sc
+27.9102 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4319 0.5527 0.75] sc
+28.3672 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4341 0.5547 0.75] sc
+28.8242 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4365 0.5566 0.7519] sc
+29.2813 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.439 0.5586 0.7519] sc
+29.7383 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4411 0.5605 0.7539] sc
+30.1953 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4436 0.5625 0.7539] sc
+30.6523 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.446 0.5644 0.7558] sc
+31.1094 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4482 0.5644 0.7558] sc
+31.5664 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4507 0.5664 0.7578] sc
+32.0234 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4529 0.5683 0.7578] sc
+32.4805 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4553 0.5703 0.7598] sc
+32.9375 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4578 0.5723 0.7598] sc
+33.3945 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.46 0.5742 0.7617] sc
+33.8516 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4624 0.5762 0.7637] sc
+34.3086 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4646 0.5781 0.7637] sc
+34.7656 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.467 0.5801 0.7656] sc
+35.2227 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4695 0.582 0.7656] sc
+35.6797 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4717 0.584 0.7676] sc
+36.1367 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4741 0.5859 0.7676] sc
+36.5938 1.41797 0.453125 137.148 re
+f
+/DeviceRGB {} cs
+[0.4766 0.5879 0.7695] sc
+37.0469 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4788 0.5898 0.7695] sc
+37.5039 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4812 0.5918 0.7715] sc
+37.9609 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4834 0.5938 0.7715] sc
+38.418 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4858 0.5957 0.7734] sc
+38.875 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4883 0.5976 0.7734] sc
+39.332 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4905 0.5996 0.7754] sc
+39.7891 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4929 0.5996 0.7754] sc
+40.2461 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4953 0.6016 0.7773] sc
+40.7031 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.4976 0.6035 0.7773] sc
+41.1602 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5 0.6055 0.7793] sc
+41.6172 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5019 0.6074 0.7813] sc
+42.0742 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5039 0.6094 0.7813] sc
+42.5313 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5078 0.6113 0.7832] sc
+42.9883 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5098 0.6133 0.7832] sc
+43.4453 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5117 0.6152 0.7851] sc
+43.9023 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5137 0.6172 0.7851] sc
+44.3594 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5156 0.6191 0.7871] sc
+44.8164 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5195 0.6211 0.7871] sc
+45.2734 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5215 0.623 0.7891] sc
+45.7305 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5234 0.625 0.7891] sc
+46.1875 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5254 0.6269 0.791] sc
+46.6445 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5273 0.6289 0.791] sc
+47.1016 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5313 0.6308 0.793] sc
+47.5586 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5332 0.6328 0.793] sc
+48.0156 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5351 0.6348 0.7949] sc
+48.4727 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5371 0.6348 0.7949] sc
+48.9297 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5391 0.6367 0.7969] sc
+49.3867 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.543 0.6387 0.7988] sc
+49.8438 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5449 0.6406 0.7988] sc
+50.3008 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5469 0.6426 0.8008] sc
+50.7578 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5488 0.6445 0.8008] sc
+51.2148 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5508 0.6465 0.8027] sc
+51.6719 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5547 0.6484 0.8027] sc
+52.1289 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5566 0.6504 0.8047] sc
+52.5859 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5586 0.6523 0.8047] sc
+53.043 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5605 0.6543 0.8066] sc
+53.5 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5625 0.6563 0.8066] sc
+53.957 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5664 0.6582 0.8086] sc
+54.4141 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5683 0.6601 0.8086] sc
+54.8711 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5703 0.6621 0.8105] sc
+55.3281 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5723 0.6641 0.8105] sc
+55.7852 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5742 0.666 0.8125] sc
+56.2422 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5781 0.668 0.8144] sc
+56.6992 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5801 0.6699 0.8144] sc
+57.1563 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.582 0.6699 0.8164] sc
+57.6133 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.584 0.6719 0.8164] sc
+58.0703 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5859 0.6738 0.8183] sc
+58.5273 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5898 0.6758 0.8183] sc
+58.9844 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5918 0.6777 0.8203] sc
+59.4414 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5938 0.6797 0.8203] sc
+59.8984 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5957 0.6816 0.8223] sc
+60.3555 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.5976 0.6836 0.8223] sc
+60.8125 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6016 0.6855 0.8242] sc
+61.2695 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6035 0.6875 0.8242] sc
+61.7266 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6055 0.6894 0.8262] sc
+62.1836 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6074 0.6914 0.8262] sc
+62.6406 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6094 0.6933 0.8281] sc
+63.0977 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6133 0.6953 0.8281] sc
+63.5547 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6152 0.6973 0.8301] sc
+64.0117 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6172 0.6992 0.832] sc
+64.4688 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6191 0.7012 0.832] sc
+64.9258 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6211 0.7031 0.834] sc
+65.3828 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.625 0.7051 0.834] sc
+65.8398 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6269 0.7051 0.8359] sc
+66.2969 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6289 0.707 0.8359] sc
+66.7539 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6308 0.709 0.8379] sc
+67.2109 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6328 0.7109 0.8379] sc
+67.668 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6367 0.7129 0.8398] sc
+68.125 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6387 0.7148 0.8398] sc
+68.582 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6406 0.7168 0.8418] sc
+69.0391 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6426 0.7188 0.8418] sc
+69.4961 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6445 0.7207 0.8438] sc
+69.9531 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6484 0.7226 0.8438] sc
+70.4102 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6504 0.7246 0.8457] sc
+70.8672 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6523 0.7266 0.8457] sc
+71.3242 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6543 0.7285 0.8476] sc
+71.7813 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6582 0.7305 0.8496] sc
+72.2383 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6601 0.7324 0.8496] sc
+72.6953 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6621 0.7344 0.8516] sc
+73.1523 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6641 0.7363 0.8516] sc
+73.6094 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.666 0.7383 0.8535] sc
+74.0664 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6699 0.7383 0.8535] sc
+74.5234 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6719 0.7402 0.8555] sc
+74.9805 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6738 0.7422 0.8555] sc
+75.4375 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6758 0.7441 0.8574] sc
+75.8945 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6777 0.7461 0.8574] sc
+76.3516 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6816 0.748 0.8594] sc
+76.8086 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6836 0.75 0.8594] sc
+77.2656 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6855 0.7519 0.8613] sc
+77.7227 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6875 0.7539 0.8613] sc
+78.1797 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6894 0.7558 0.8633] sc
+78.6367 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6933 0.7578 0.8652] sc
+79.0938 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6953 0.7598 0.8652] sc
+79.5508 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6973 0.7617 0.8672] sc
+80.0078 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.6992 0.7637 0.8672] sc
+80.4648 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7012 0.7656 0.8691] sc
+80.9219 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7051 0.7676 0.8691] sc
+81.3789 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.707 0.7695 0.8711] sc
+81.8359 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.709 0.7715 0.8711] sc
+82.293 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7109 0.7734 0.873] sc
+82.75 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7129 0.7734 0.873] sc
+83.207 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7168 0.7754 0.875] sc
+83.6641 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7188 0.7773 0.875] sc
+84.1211 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7207 0.7793 0.8769] sc
+84.5781 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7226 0.7813 0.8769] sc
+85.0352 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7246 0.7832 0.8789] sc
+85.4922 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7285 0.7851 0.8789] sc
+85.9492 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7305 0.7871 0.8808] sc
+86.4063 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7324 0.7891 0.8828] sc
+86.8633 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7344 0.791 0.8828] sc
+87.3203 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7363 0.793 0.8848] sc
+87.7773 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7402 0.7949 0.8848] sc
+88.2344 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7422 0.7969 0.8867] sc
+88.6914 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7441 0.7988 0.8867] sc
+89.1484 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7461 0.8008 0.8887] sc
+89.6055 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.748 0.8027 0.8887] sc
+90.0625 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7519 0.8047 0.8906] sc
+90.5195 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7539 0.8066 0.8906] sc
+90.9766 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7558 0.8086 0.8926] sc
+91.4336 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7578 0.8086 0.8926] sc
+91.8906 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7598 0.8105 0.8945] sc
+92.3477 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7637 0.8125 0.8945] sc
+92.8047 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7656 0.8144 0.8965] sc
+93.2617 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7676 0.8164 0.8965] sc
+93.7188 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7695 0.8183 0.8984] sc
+94.1758 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7715 0.8203 0.9004] sc
+94.6328 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7754 0.8223 0.9004] sc
+95.0898 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7773 0.8242 0.9023] sc
+95.5469 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7793 0.8262 0.9023] sc
+96.0039 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7813 0.8281 0.9043] sc
+96.4609 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7832 0.8301 0.9043] sc
+96.918 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7871 0.832 0.9063] sc
+97.375 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7891 0.834 0.9063] sc
+97.832 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.791 0.8359 0.9082] sc
+98.2891 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.793 0.8379 0.9082] sc
+98.7461 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7949 0.8398 0.9101] sc
+99.2031 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.7988 0.8418 0.9101] sc
+99.6602 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8008 0.8438 0.9121] sc
+100.117 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8027 0.8438 0.9121] sc
+100.574 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8047 0.8457 0.9141] sc
+101.031 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8066 0.8476 0.9141] sc
+101.488 1.41797 0.453125 137.148 re
+f
+/DeviceRGB {} cs
+[0.8105 0.8496 0.916] sc
+101.941 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8125 0.8516 0.918] sc
+102.398 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8144 0.8535 0.918] sc
+102.855 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8164 0.8555 0.9199] sc
+103.313 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8183 0.8574 0.9199] sc
+103.77 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8223 0.8594 0.9219] sc
+104.227 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8242 0.8613 0.9219] sc
+104.684 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8262 0.8633 0.9238] sc
+105.141 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8281 0.8652 0.9238] sc
+105.598 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8301 0.8672 0.9258] sc
+106.055 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.834 0.8691 0.9258] sc
+106.512 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8359 0.8711 0.9277] sc
+106.969 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8379 0.873 0.9277] sc
+107.426 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8398 0.875 0.9297] sc
+107.883 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8418 0.8769 0.9297] sc
+108.34 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8457 0.8789 0.9316] sc
+108.797 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8476 0.8789 0.9336] sc
+109.254 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8496 0.8808 0.9336] sc
+109.711 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8516 0.8828 0.9355] sc
+110.168 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8535 0.8848 0.9355] sc
+110.625 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8574 0.8867 0.9375] sc
+111.082 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8594 0.8887 0.9375] sc
+111.539 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8613 0.8906 0.9394] sc
+111.996 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8633 0.8926 0.9394] sc
+112.453 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8652 0.8945 0.9414] sc
+112.91 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8691 0.8965 0.9414] sc
+113.367 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8711 0.8984 0.9433] sc
+113.824 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.873 0.9004 0.9433] sc
+114.281 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.875 0.9023 0.9453] sc
+114.738 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8769 0.9043 0.9453] sc
+115.195 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8808 0.9063 0.9473] sc
+115.652 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8828 0.9082 0.9473] sc
+116.109 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8848 0.9101 0.9492] sc
+116.566 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8867 0.9121 0.9512] sc
+117.023 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8906 0.9141 0.9512] sc
+117.48 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8926 0.9141 0.9531] sc
+117.938 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8945 0.916 0.9531] sc
+118.395 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8965 0.918 0.9551] sc
+118.852 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.8984 0.9199 0.9551] sc
+119.309 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9023 0.9219 0.957] sc
+119.766 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9043 0.9238 0.957] sc
+120.223 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9063 0.9258 0.959] sc
+120.68 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9082 0.9277 0.959] sc
+121.137 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9101 0.9297 0.9609] sc
+121.594 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9141 0.9316 0.9609] sc
+122.051 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.916 0.9336 0.9629] sc
+122.508 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.918 0.9355 0.9629] sc
+122.965 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9199 0.9375 0.9648] sc
+123.422 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9219 0.9394 0.9648] sc
+123.879 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9258 0.9414 0.9668] sc
+124.336 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9277 0.9433 0.9688] sc
+124.793 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9297 0.9453 0.9688] sc
+125.25 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9316 0.9473 0.9707] sc
+125.707 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9336 0.9473 0.9707] sc
+126.164 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9375 0.9492 0.9726] sc
+126.621 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9394 0.9512 0.9726] sc
+127.078 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9414 0.9531 0.9746] sc
+127.535 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9433 0.9551 0.9746] sc
+127.992 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9453 0.957 0.9766] sc
+128.449 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9492 0.959 0.9766] sc
+128.906 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9512 0.9609 0.9785] sc
+129.363 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9531 0.9629 0.9785] sc
+129.82 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9551 0.9648 0.9805] sc
+130.277 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.957 0.9668 0.9805] sc
+130.734 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9609 0.9688 0.9824] sc
+131.191 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9629 0.9707 0.9844] sc
+131.648 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9648 0.9726 0.9844] sc
+132.105 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9668 0.9746 0.9863] sc
+132.563 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9688 0.9766 0.9863] sc
+133.02 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9726 0.9785 0.9883] sc
+133.477 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9746 0.9805 0.9883] sc
+133.934 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9766 0.9824 0.9902] sc
+134.391 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9785 0.9824 0.9902] sc
+134.848 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9805 0.9844 0.9922] sc
+135.305 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9844 0.9863 0.9922] sc
+135.762 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9863 0.9883 0.9941] sc
+136.219 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9883 0.9902 0.9941] sc
+136.676 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9902 0.9922 0.9961] sc
+137.133 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9922 0.9941 0.9961] sc
+137.59 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.9961 0.9961 0.998] sc
+138.047 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[0.998 0.998 0.998] sc
+138.504 1.41797 0.457031 137.148 re
+f
+/DeviceRGB {} cs
+[1 1 1] sc
+138.961 1.41797 0.457031 137.148 re
+f
+Q
+2.83298 w
+/DeviceRGB {} CS
+[0.2981 0.447 0.6894] SC
+70.8672 1.41797 m
+139.418 1.41797 l
+70.8672 138.566 l
+2.31641 1.41797 l
+70.8672 1.41797 l
+h
+S
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF
diff --git a/figures/Schmidt2018_dyn/Fig2_Ipop.eps b/figures/Schmidt2018_dyn/Fig2_Ipop.eps
new file mode 100644
index 0000000..b5e8216
--- /dev/null
+++ b/figures/Schmidt2018_dyn/Fig2_Ipop.eps
@@ -0,0 +1,1705 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%Produced by poppler pdftops version: 0.44.0 (http://poppler.freedesktop.org)
+%%Creator: dvips(k) 5.996 Copyright 2016 Radical Eye Software
+%%LanguageLevel: 2
+%%DocumentSuppliedResources: (atend)
+%%BoundingBox: 0 0 15 15
+%%HiResBoundingBox: 0 0 14.17 14.17
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+%%Copyright: Copyright 1996-2011 Glyph & Cog, LLC
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+  /setpagedevice where {
+    pop 2 dict begin
+      /Policies 1 dict dup begin /PageSize 6 def end def
+      { /Duplex true def } if
+    currentdict end setpagedevice
+  } {
+    pop
+  } ifelse
+} def
+/pdfSetupPaper {
+  % Change paper size, but only if different from previous paper size otherwise
+  % duplex fails. PLRM specifies a tolerance of 5 pts when matching paper size
+  % so we use the same when checking if the size changes.
+  /setpagedevice where {
+    pop currentpagedevice
+    /PageSize known {
+      2 copy
+      currentpagedevice /PageSize get aload pop
+      exch 4 1 roll
+      sub abs 5 gt
+      3 1 roll
+      sub abs 5 gt
+      or
+    } {
+      true
+    } ifelse
+    {
+      2 array astore
+      2 dict begin
+        /PageSize exch def
+        /ImagingBBox null def
+      currentdict end
+      setpagedevice
+    } {
+      pop pop
+    } ifelse
+  } {
+    pop
+  } ifelse
+} def
+/pdfStartPage {
+  pdfDictSize dict begin
+  /pdfFillCS [] def
+  /pdfFillXform {} def
+  /pdfStrokeCS [] def
+  /pdfStrokeXform {} def
+  /pdfFill [0] def
+  /pdfStroke [0] def
+  /pdfFillOP false def
+  /pdfStrokeOP false def
+  /pdfLastFill false def
+  /pdfLastStroke false def
+  /pdfTextMat [1 0 0 1 0 0] def
+  /pdfFontSize 0 def
+  /pdfCharSpacing 0 def
+  /pdfTextRender 0 def
+  /pdfPatternCS false def
+  /pdfTextRise 0 def
+  /pdfWordSpacing 0 def
+  /pdfHorizScaling 1 def
+  /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+      setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+      setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+      dup /pdfFill exch def aload pop pdfFillXform setcolor
+     /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+      dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+     /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+      pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+      pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+  pdfLastFill not {
+    pdfFillCS setcolorspace
+    pdfFill aload pop pdfFillXform setcolor
+    pdfFillOP setoverprint
+    /pdfLastFill true def /pdfLastStroke false def
+  } if
+} def
+/sCol {
+  pdfLastStroke not {
+    pdfStrokeCS setcolorspace
+    pdfStroke aload pop pdfStrokeXform setcolor
+    pdfStrokeOP setoverprint
+    /pdfLastStroke true def /pdfLastFill false def
+  } if
+} def
+% build a font
+/pdfMakeFont {
+  4 3 roll findfont
+  4 2 roll matrix scale makefont
+  dup length dict begin
+    { 1 index /FID ne { def } { pop pop } ifelse } forall
+    /Encoding exch def
+    currentdict
+  end
+  definefont pop
+} def
+/pdfMakeFont16 {
+  exch findfont
+  dup length dict begin
+    { 1 index /FID ne { def } { pop pop } ifelse } forall
+    /WMode exch def
+    currentdict
+  end
+  definefont pop
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+  end grestore
+  /pdfLastFill where {
+    pop
+    pdfLastFill {
+      pdfFillOP setoverprint
+    } {
+      pdfStrokeOP setoverprint
+    } ifelse
+  } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+      neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+/Ws { strokepath clip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+      dup pdfHorizScaling mul exch matrix scale
+      pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+      exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Tp { /pdfPatternCS exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/xyshow where {
+  pop
+  /xyshow2 {
+    dup length array
+    0 2 2 index length 1 sub {
+      2 index 1 index 2 copy get 3 1 roll 1 add get
+      pdfTextMat dtransform
+      4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put
+    } for
+    exch pop
+    xyshow
+  } def
+}{
+  /xyshow2 {
+    currentfont /FontType get 0 eq {
+      0 2 3 index length 1 sub {
+        currentpoint 4 index 3 index 2 getinterval show moveto
+        2 copy get 2 index 3 2 roll 1 add get
+        pdfTextMat dtransform rmoveto
+      } for
+    } {
+      0 1 3 index length 1 sub {
+        currentpoint 4 index 3 index 1 getinterval show moveto
+        2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
+        pdfTextMat dtransform rmoveto
+      } for
+    } ifelse
+    pop pop
+  } def
+} ifelse
+/cshow where {
+  pop
+  /xycp {
+    0 3 2 roll
+    {
+      pop pop currentpoint 3 2 roll
+      1 string dup 0 4 3 roll put false charpath moveto
+      2 copy get 2 index 2 index 1 add get
+      pdfTextMat dtransform rmoveto
+      2 add
+    } exch cshow
+    pop pop
+  } def
+}{
+  /xycp {
+    currentfont /FontType get 0 eq {
+      0 2 3 index length 1 sub {
+        currentpoint 4 index 3 index 2 getinterval false charpath moveto
+        2 copy get 2 index 3 2 roll 1 add get
+        pdfTextMat dtransform rmoveto
+      } for
+    } {
+      0 1 3 index length 1 sub {
+        currentpoint 4 index 3 index 1 getinterval false charpath moveto
+        2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get
+        pdfTextMat dtransform rmoveto
+      } for
+    } ifelse
+    pop pop
+  } def
+} ifelse
+/Tj {
+  fCol
+  0 pdfTextRise pdfTextMat dtransform rmoveto
+  currentpoint 4 2 roll
+  pdfTextRender 1 and 0 eq {
+    2 copy xyshow2
+  } if
+  pdfTextRender 3 and dup 1 eq exch 2 eq or {
+    3 index 3 index moveto
+    2 copy
+    currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+    xycp currentpoint stroke moveto
+  } if
+  pdfTextRender 4 and 0 ne {
+    4 2 roll moveto xycp
+    /pdfTextClipPath [ pdfTextClipPath aload pop
+      {/moveto cvx}
+      {/lineto cvx}
+      {/curveto cvx}
+      {/closepath cvx}
+    pathforall ] def
+    currentpoint newpath moveto
+  } {
+    pop pop pop pop
+  } ifelse
+  0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0
+       pdfTextMat dtransform rmoveto } def
+/TJmV { 0.001 mul pdfFontSize mul neg 0 exch
+        pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+         /pdfTextClipPath [] def } def
+/Tclip* { pdfTextClipPath cvx exec eoclip newpath
+         /pdfTextClipPath [] def } def
+% Level 2/3 image operators
+/pdfImBuf 100 string def
+/pdfImStr {
+  2 copy exch length lt {
+    2 copy get exch 1 add exch
+  } {
+    ()
+  } ifelse
+} def
+/skipEOD {
+  { currentfile pdfImBuf readline
+    not { pop exit } if
+    (%-EOD-) eq { exit } if } loop
+} def
+/pdfIm { image skipEOD } def
+/pdfImM { fCol imagemask skipEOD } def
+/pr { 2 index 2 index 3 2 roll putinterval 4 add } def
+/pdfImClip {
+  gsave
+  0 2 4 index length 1 sub {
+    dup 4 index exch 2 copy
+    get 5 index div put
+    1 add 3 index exch 2 copy
+    get 3 index div put
+  } for
+  pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+  false 0 1 3 index length 1 sub {
+    dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+      pop true
+    } if
+  } for
+  exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+  dup 0 eq {
+    true
+  } {
+    dup 6 eq {
+      false
+    } {
+      4 index 4 index funcCol dup
+      6 index 4 index funcCol dup
+      3 1 roll colordelta 3 1 roll
+      5 index 5 index funcCol dup
+      3 1 roll colordelta 3 1 roll
+      6 index 8 index funcCol dup
+      3 1 roll colordelta 3 1 roll
+      colordelta or or or
+    } ifelse
+  } ifelse
+  {
+    1 add
+    4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+    6 index 6 index 4 index 4 index 4 index funcSH
+    2 index 6 index 6 index 4 index 4 index funcSH
+    6 index 2 index 4 index 6 index 4 index funcSH
+    5 3 roll 3 2 roll funcSH pop pop
+  } {
+    pop 3 index 2 index add 0.5 mul 3 index  2 index add 0.5 mul
+    funcCol sc
+    dup 4 index exch mat transform m
+    3 index 3 index mat transform l
+    1 index 3 index mat transform l
+    mat transform l pop pop h f*
+  } ifelse
+} def
+/axialCol {
+  dup 0 lt {
+    pop t0
+  } {
+    dup 1 gt {
+      pop t1
+    } {
+      dt mul t0 add
+    } ifelse
+  } ifelse
+  func n array astore
+} def
+/axialSH {
+  dup 0 eq {
+    true
+  } {
+    dup 8 eq {
+      false
+    } {
+      2 index axialCol 2 index axialCol colordelta
+    } ifelse
+  } ifelse
+  {
+    1 add 3 1 roll 2 copy add 0.5 mul
+    dup 4 3 roll exch 4 index axialSH
+    exch 3 2 roll axialSH
+  } {
+    pop 2 copy add 0.5 mul
+    axialCol sc
+    exch dup dx mul x0 add exch dy mul y0 add
+    3 2 roll dup dx mul x0 add exch dy mul y0 add
+    dx abs dy abs ge {
+      2 copy yMin sub dy mul dx div add yMin m
+      yMax sub dy mul dx div add yMax l
+      2 copy yMax sub dy mul dx div add yMax l
+      yMin sub dy mul dx div add yMin l
+      h f*
+    } {
+      exch 2 copy xMin sub dx mul dy div add xMin exch m
+      xMax sub dx mul dy div add xMax exch l
+      exch 2 copy xMax sub dx mul dy div add xMax exch l
+      xMin sub dx mul dy div add xMin exch l
+      h f*
+    } ifelse
+  } ifelse
+} def
+/radialCol {
+  dup t0 lt {
+    pop t0
+  } {
+    dup t1 gt {
+      pop t1
+    } if
+  } ifelse
+  func n array astore
+} def
+/radialSH {
+  dup 0 eq {
+    true
+  } {
+    dup 8 eq {
+      false
+    } {
+      2 index dt mul t0 add radialCol
+      2 index dt mul t0 add radialCol colordelta
+    } ifelse
+  } ifelse
+  {
+    1 add 3 1 roll 2 copy add 0.5 mul
+    dup 4 3 roll exch 4 index radialSH
+    exch 3 2 roll radialSH
+  } {
+    pop 2 copy add 0.5 mul dt mul t0 add
+    radialCol sc
+    encl {
+      exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+      0 360 arc h
+      dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+      360 0 arcn h f
+    } {
+      2 copy
+      dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+      a1 a2 arcn
+      dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+      a2 a1 arcn h
+      dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+      a1 a2 arc
+      dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+      a2 a1 arc h f
+    } ifelse
+  } ifelse
+} def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%EndSetup
+pdfStartPage
+%%EndPageSetup
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+{} settransfer
+0 0 14.17 14.17 re
+W
+q
+q
+[0.1 0 0 0.1 0 0] cm
+q
+140.316 70.8672 m
+140.316 70.8672 l
+140.316 109.223 109.223 140.316 70.8672 140.316 c
+32.5117 140.316 1.41797 109.223 1.41797 70.8672 c
+1.41797 32.5117 32.5117 1.41797 70.8672 1.41797 c
+109.223 1.41797 140.316 32.5117 140.316 70.8672 c
+h
+W
+/DeviceRGB {} cs
+[0.8848 0.6523 0.6601] sc
+140.316 70.8672 m
+140.316 70.8672 l
+140.316 109.223 109.223 140.316 70.8672 140.316 c
+32.5117 140.316 1.41797 109.223 1.41797 70.8672 c
+1.41797 32.5117 32.5117 1.41797 70.8672 1.41797 c
+109.223 1.41797 140.316 32.5117 140.316 70.8672 c
+f
+/DeviceRGB {} cs
+[0.7695 0.3059 0.3215] sc
+1.41797 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7695 0.3081 0.3237] sc
+1.88281 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7695 0.3105 0.3262] sc
+2.34375 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7715 0.3127 0.3284] sc
+2.80859 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7715 0.3152 0.3306] sc
+3.26953 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7734 0.3174 0.333] sc
+3.73438 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7734 0.3198 0.3352] sc
+4.19531 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7734 0.322 0.3374] sc
+4.66016 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7754 0.3245 0.3396] sc
+5.12109 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7754 0.3266 0.342] sc
+5.58594 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7754 0.3291 0.3442] sc
+6.04688 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7773 0.3313 0.3464] sc
+6.51172 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7773 0.3337 0.3489] sc
+6.97266 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7793 0.3359 0.3511] sc
+7.4375 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7793 0.3384 0.3533] sc
+7.89844 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7793 0.3408 0.3557] sc
+8.36328 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7813 0.343 0.3579] sc
+8.82422 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7813 0.3455 0.3601] sc
+9.28906 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7832 0.3476 0.3623] sc
+9.75 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7832 0.3501 0.3647] sc
+10.2148 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7832 0.3523 0.3669] sc
+10.6797 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7851 0.3547 0.3691] sc
+11.1406 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7851 0.3569 0.3716] sc
+11.6055 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7871 0.3594 0.3738] sc
+12.0664 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7871 0.3616 0.376] sc
+12.5313 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7871 0.364 0.3782] sc
+12.9922 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7891 0.3662 0.3806] sc
+13.457 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7891 0.3686 0.3828] sc
+13.918 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.791 0.3708 0.385] sc
+14.3828 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.791 0.3733 0.3874] sc
+14.8438 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.791 0.3755 0.3896] sc
+15.3086 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.793 0.3779 0.3918] sc
+15.7695 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.793 0.3801 0.3943] sc
+16.2344 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7949 0.3826 0.3965] sc
+16.6953 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7949 0.3848 0.3987] sc
+17.1602 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7949 0.3872 0.4009] sc
+17.6211 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7969 0.3894 0.4033] sc
+18.0859 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7969 0.3918 0.4055] sc
+18.5469 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7988 0.394 0.4077] sc
+19.0117 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.7988 0.3965 0.4101] sc
+19.4766 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.7988 0.3987 0.4124] sc
+19.9375 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8008 0.4011 0.4146] sc
+20.4023 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8008 0.4033 0.4167] sc
+20.8633 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8027 0.4058 0.4192] sc
+21.3281 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8027 0.408 0.4214] sc
+21.7891 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8027 0.4104 0.4236] sc
+22.2539 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8047 0.4126 0.426] sc
+22.7148 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8047 0.415 0.4282] sc
+23.1797 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8066 0.4172 0.4304] sc
+23.6406 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8066 0.4197 0.4328] sc
+24.1055 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8066 0.4219 0.4351] sc
+24.5664 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8086 0.4243 0.4373] sc
+25.0313 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8086 0.4265 0.4394] sc
+25.4922 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8105 0.4289 0.4419] sc
+25.957 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8105 0.4311 0.4441] sc
+26.418 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8105 0.4336 0.4463] sc
+26.8828 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8125 0.4358 0.4487] sc
+27.3438 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8125 0.4382 0.4509] sc
+27.8086 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8144 0.4404 0.4531] sc
+28.2734 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8144 0.4429 0.4553] sc
+28.7344 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8144 0.4451 0.4578] sc
+29.1992 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8164 0.4475 0.46] sc
+29.6602 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8164 0.4497 0.4621] sc
+30.125 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8164 0.4521 0.4646] sc
+30.5859 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8183 0.4543 0.4668] sc
+31.0508 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8183 0.4568 0.469] sc
+31.5117 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8203 0.459 0.4714] sc
+31.9766 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8203 0.4614 0.4736] sc
+32.4375 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8203 0.4636 0.4758] sc
+32.9023 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8223 0.466 0.478] sc
+33.3633 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8223 0.4683 0.4805] sc
+33.8281 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8242 0.4707 0.4827] sc
+34.2891 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8242 0.4731 0.4848] sc
+34.7539 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8242 0.4753 0.4873] sc
+35.2148 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8262 0.4778 0.4895] sc
+35.6797 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8262 0.48 0.4917] sc
+36.1406 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8281 0.4824 0.4939] sc
+36.6055 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8281 0.4846 0.4963] sc
+37.0703 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8281 0.4871 0.498] sc
+37.5313 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8301 0.4893 0.5] sc
+37.9961 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8301 0.4917 0.5039] sc
+38.457 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.832 0.4939 0.5058] sc
+38.9219 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.832 0.4963 0.5078] sc
+39.3828 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.832 0.498 0.5098] sc
+39.8477 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.834 0.5 0.5117] sc
+40.3086 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.834 0.5039 0.5137] sc
+40.7734 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8359 0.5058 0.5176] sc
+41.2344 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8359 0.5078 0.5195] sc
+41.6992 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8359 0.5098 0.5215] sc
+42.1602 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8379 0.5117 0.5234] sc
+42.625 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8379 0.5156 0.5254] sc
+43.0859 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8398 0.5176 0.5273] sc
+43.5508 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8398 0.5195 0.5313] sc
+44.0117 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8398 0.5215 0.5332] sc
+44.4766 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8418 0.5234 0.5351] sc
+44.9375 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8418 0.5273 0.5371] sc
+45.4023 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8438 0.5293 0.5391] sc
+45.8672 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8438 0.5313 0.541] sc
+46.3281 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8438 0.5332 0.543] sc
+46.793 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8457 0.5351 0.5469] sc
+47.2539 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8457 0.5371 0.5488] sc
+47.7188 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8476 0.541 0.5508] sc
+48.1797 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8476 0.543 0.5527] sc
+48.6445 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8476 0.5449 0.5547] sc
+49.1055 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8496 0.5469 0.5566] sc
+49.5703 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8496 0.5488 0.5605] sc
+50.0313 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8516 0.5527 0.5625] sc
+50.4961 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8516 0.5547 0.5644] sc
+50.957 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8516 0.5566 0.5664] sc
+51.4219 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8535 0.5586 0.5683] sc
+51.8828 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8535 0.5605 0.5703] sc
+52.3477 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8555 0.5644 0.5742] sc
+52.8086 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8555 0.5664 0.5762] sc
+53.2734 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8555 0.5683 0.5781] sc
+53.7383 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8574 0.5703 0.5801] sc
+54.1992 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8574 0.5723 0.582] sc
+54.6641 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8574 0.5742 0.584] sc
+55.125 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8594 0.5781 0.5879] sc
+55.5898 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8594 0.5801 0.5898] sc
+56.0508 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8613 0.582 0.5918] sc
+56.5156 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8613 0.584 0.5938] sc
+56.9766 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8613 0.5859 0.5957] sc
+57.4414 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8633 0.5898 0.5976] sc
+57.9023 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8633 0.5918 0.6016] sc
+58.3672 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8652 0.5938 0.6035] sc
+58.8281 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8652 0.5957 0.6055] sc
+59.293 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8652 0.5976 0.6074] sc
+59.7539 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8672 0.6016 0.6094] sc
+60.2188 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8672 0.6035 0.6113] sc
+60.6797 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8691 0.6055 0.6152] sc
+61.1445 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8691 0.6074 0.6172] sc
+61.6055 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8691 0.6094 0.6191] sc
+62.0703 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8711 0.6133 0.6211] sc
+62.5352 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8711 0.6152 0.623] sc
+62.9961 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.873 0.6172 0.625] sc
+63.4609 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.873 0.6191 0.6269] sc
+63.9219 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.873 0.6211 0.6308] sc
+64.3867 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.875 0.623 0.6328] sc
+64.8477 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.875 0.6269 0.6348] sc
+65.3125 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8769 0.6289 0.6367] sc
+65.7734 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8769 0.6308 0.6387] sc
+66.2383 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8769 0.6328 0.6406] sc
+66.6992 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8789 0.6348 0.6445] sc
+67.1641 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8789 0.6387 0.6465] sc
+67.625 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8808 0.6406 0.6484] sc
+68.0898 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8808 0.6426 0.6504] sc
+68.5508 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8808 0.6445 0.6523] sc
+69.0156 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8828 0.6465 0.6543] sc
+69.4766 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8828 0.6504 0.6582] sc
+69.9414 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8848 0.6523 0.6601] sc
+70.4023 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8848 0.6543 0.6621] sc
+70.8672 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8848 0.6563 0.6641] sc
+71.332 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8867 0.6582 0.666] sc
+71.793 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8867 0.6601 0.668] sc
+72.2578 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8887 0.6641 0.6719] sc
+72.7188 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8887 0.666 0.6738] sc
+73.1836 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8887 0.668 0.6758] sc
+73.6445 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8906 0.6699 0.6777] sc
+74.1094 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8906 0.6719 0.6797] sc
+74.5703 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8926 0.6758 0.6816] sc
+75.0352 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8926 0.6777 0.6855] sc
+75.4961 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8926 0.6797 0.6875] sc
+75.9609 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8945 0.6816 0.6894] sc
+76.4219 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8945 0.6836 0.6914] sc
+76.8867 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8965 0.6875 0.6933] sc
+77.3477 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8965 0.6894 0.6953] sc
+77.8125 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8965 0.6914 0.6973] sc
+78.2734 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8984 0.6933 0.7012] sc
+78.7383 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.8984 0.6953 0.7031] sc
+79.1992 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.8984 0.6973 0.7051] sc
+79.6641 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9004 0.7012 0.707] sc
+80.1289 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9004 0.7031 0.709] sc
+80.5898 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9023 0.7051 0.7109] sc
+81.0547 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9023 0.707 0.7148] sc
+81.5156 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9023 0.709 0.7168] sc
+81.9805 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9043 0.7129 0.7188] sc
+82.4414 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9043 0.7148 0.7207] sc
+82.9063 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9063 0.7168 0.7226] sc
+83.3672 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9063 0.7188 0.7246] sc
+83.832 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9063 0.7207 0.7285] sc
+84.293 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9082 0.7246 0.7305] sc
+84.7578 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9082 0.7266 0.7324] sc
+85.2188 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9101 0.7285 0.7344] sc
+85.6836 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9101 0.7305 0.7363] sc
+86.1445 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9101 0.7324 0.7383] sc
+86.6094 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9121 0.7363 0.7422] sc
+87.0703 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9121 0.7383 0.7441] sc
+87.5352 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9141 0.7402 0.7461] sc
+87.9961 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9141 0.7422 0.748] sc
+88.4609 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9141 0.7441 0.75] sc
+88.9258 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.916 0.7461 0.7519] sc
+89.3867 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.916 0.75 0.7558] sc
+89.8516 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.918 0.7519 0.7578] sc
+90.3125 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.918 0.7539 0.7598] sc
+90.7773 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.918 0.7558 0.7617] sc
+91.2383 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9199 0.7578 0.7637] sc
+91.7031 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9199 0.7617 0.7656] sc
+92.1641 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9219 0.7637 0.7695] sc
+92.6289 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9219 0.7656 0.7715] sc
+93.0898 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9219 0.7676 0.7734] sc
+93.5547 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9238 0.7695 0.7754] sc
+94.0156 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9238 0.7734 0.7773] sc
+94.4805 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9258 0.7754 0.7793] sc
+94.9414 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9258 0.7773 0.7813] sc
+95.4063 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9258 0.7793 0.7851] sc
+95.8672 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9277 0.7813 0.7871] sc
+96.332 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9277 0.7832 0.7891] sc
+96.7969 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9297 0.7871 0.791] sc
+97.2578 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9297 0.7891 0.793] sc
+97.7227 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9297 0.791 0.7949] sc
+98.1836 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9316 0.793 0.7988] sc
+98.6484 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9316 0.7949 0.8008] sc
+99.1094 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9336 0.7988 0.8027] sc
+99.5742 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9336 0.8008 0.8047] sc
+100.035 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9336 0.8027 0.8066] sc
+100.5 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9355 0.8047 0.8086] sc
+100.961 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9355 0.8066 0.8125] sc
+101.426 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9375 0.8105 0.8144] sc
+101.887 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9375 0.8125 0.8164] sc
+102.352 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9375 0.8144 0.8183] sc
+102.813 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9394 0.8164 0.8203] sc
+103.277 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9394 0.8183 0.8223] sc
+103.738 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9394 0.8203 0.8262] sc
+104.203 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9414 0.8242 0.8281] sc
+104.664 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9414 0.8262 0.8301] sc
+105.129 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9433 0.8281 0.832] sc
+105.594 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9433 0.8301 0.834] sc
+106.055 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9433 0.832 0.8359] sc
+106.52 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9453 0.8359 0.8398] sc
+106.98 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9453 0.8379 0.8418] sc
+107.445 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9473 0.8398 0.8438] sc
+107.906 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9473 0.8418 0.8457] sc
+108.371 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9473 0.8438 0.8476] sc
+108.832 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9492 0.8476 0.8496] sc
+109.297 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9492 0.8496 0.8516] sc
+109.758 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9512 0.8516 0.8555] sc
+110.223 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9512 0.8535 0.8574] sc
+110.684 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9512 0.8555 0.8594] sc
+111.148 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9531 0.8574 0.8613] sc
+111.609 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9531 0.8613 0.8633] sc
+112.074 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9551 0.8633 0.8652] sc
+112.535 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9551 0.8652 0.8691] sc
+113 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9551 0.8672 0.8711] sc
+113.465 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.957 0.8691 0.873] sc
+113.926 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.957 0.873 0.875] sc
+114.391 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.959 0.875 0.8769] sc
+114.852 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.959 0.8769 0.8789] sc
+115.316 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.959 0.8789 0.8828] sc
+115.777 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9609 0.8808 0.8848] sc
+116.242 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9609 0.8848 0.8867] sc
+116.703 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9629 0.8867 0.8887] sc
+117.168 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9629 0.8887 0.8906] sc
+117.629 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9629 0.8906 0.8926] sc
+118.094 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9648 0.8926 0.8965] sc
+118.555 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9648 0.8965 0.8984] sc
+119.02 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9668 0.8984 0.9004] sc
+119.48 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9668 0.9004 0.9023] sc
+119.945 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9668 0.9023 0.9043] sc
+120.406 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9688 0.9043 0.9063] sc
+120.871 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9688 0.9063 0.9101] sc
+121.332 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9707 0.9101 0.9121] sc
+121.797 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9707 0.9121 0.9141] sc
+122.262 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9707 0.9141 0.916] sc
+122.723 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9726 0.916 0.918] sc
+123.188 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9726 0.918 0.9199] sc
+123.648 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9746 0.9219 0.9238] sc
+124.113 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9746 0.9238 0.9258] sc
+124.574 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9746 0.9258 0.9277] sc
+125.039 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9766 0.9277 0.9297] sc
+125.5 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9766 0.9297 0.9316] sc
+125.965 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9785 0.9336 0.9336] sc
+126.426 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9785 0.9355 0.9355] sc
+126.891 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9785 0.9375 0.9394] sc
+127.352 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9805 0.9394 0.9414] sc
+127.816 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9805 0.9414 0.9433] sc
+128.277 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9805 0.9433 0.9453] sc
+128.742 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9824 0.9473 0.9473] sc
+129.203 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9824 0.9492 0.9492] sc
+129.668 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9844 0.9512 0.9531] sc
+130.129 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9844 0.9531 0.9551] sc
+130.594 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9844 0.9551 0.957] sc
+131.059 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9863 0.959 0.959] sc
+131.52 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9863 0.9609 0.9609] sc
+131.984 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9883 0.9629 0.9629] sc
+132.445 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9883 0.9648 0.9668] sc
+132.91 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9883 0.9668 0.9688] sc
+133.371 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9902 0.9707 0.9707] sc
+133.836 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9902 0.9726 0.9726] sc
+134.297 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9922 0.9746 0.9746] sc
+134.762 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9922 0.9766 0.9766] sc
+135.223 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9922 0.9785 0.9805] sc
+135.688 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9941 0.9805 0.9824] sc
+136.148 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9941 0.9844 0.9844] sc
+136.613 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9961 0.9863 0.9863] sc
+137.074 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.9961 0.9883 0.9883] sc
+137.539 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[0.9961 0.9902 0.9902] sc
+138 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.998 0.9922 0.9941] sc
+138.465 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[0.998 0.9961 0.9961] sc
+138.93 1.41797 0.460938 138.898 re
+f
+/DeviceRGB {} cs
+[1 0.998 0.998] sc
+139.391 1.41797 0.464844 138.898 re
+f
+/DeviceRGB {} cs
+[1 1 1] sc
+139.855 1.41797 0.460938 138.898 re
+f
+Q
+2.83298 w
+/DeviceRGB {} CS
+[0.7695 0.3059 0.3215] SC
+140.316 70.8672 m
+140.316 70.8672 l
+140.316 109.223 109.223 140.316 70.8672 140.316 c
+32.5117 140.316 1.41797 109.223 1.41797 70.8672 c
+1.41797 32.5117 32.5117 1.41797 70.8672 1.41797 c
+109.223 1.41797 140.316 32.5117 140.316 70.8672 c
+h
+S
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF
diff --git a/figures/Schmidt2018_dyn/Fig2_bistability.py b/figures/Schmidt2018_dyn/Fig2_bistability.py
index e9e4f21..ad70013 100644
--- a/figures/Schmidt2018_dyn/Fig2_bistability.py
+++ b/figures/Schmidt2018_dyn/Fig2_bistability.py
@@ -96,8 +96,8 @@ c = pyx.canvas.canvas()
 c.insert(pyx.epsfile.epsfile(0.5, 0.5, "Fig2_bistability_mpl.eps", width=17.6))
 c.insert(pyx.epsfile.epsfile(
     4., 8.5, "Fig2_bistability_phasespace_sketch.eps", width=10.))
-c.insert(pyx.epsfile.epsfile(1., 3.1, "Epop.eps", width=0.75))
-c.insert(pyx.epsfile.epsfile(1., 2., "Ipop.eps", width=0.75))
+c.insert(pyx.epsfile.epsfile(1., 3.1, "Fig2_Epop.eps", width=0.75))
+c.insert(pyx.epsfile.epsfile(1., 2., "Fig2_Ipop.eps", width=0.75))
 
 
 c.writeEPSfile("Fig2_bistability.eps")
-- 
GitLab