From aea87ffd1e19553eca72148f32de3dd914c1be96 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Thu, 11 Oct 2018 17:56:55 +0000 Subject: As presented at Yale University on 2018-10-11 --- figs/regime.fig/regime.gnuplot | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 figs/regime.fig/regime.gnuplot (limited to 'figs/regime.fig/regime.gnuplot') diff --git a/figs/regime.fig/regime.gnuplot b/figs/regime.fig/regime.gnuplot new file mode 100644 index 0000000..b105b56 --- /dev/null +++ b/figs/regime.fig/regime.gnuplot @@ -0,0 +1,31 @@ +set ylabel "J\\hskip10pt" norotate +set xlabel "z" + +set xrange[0:2] +set yrange [0:] + +unset xtics +unset ytics + +# default output canvas size: 12.5cm x 8.75cm +set term lua tikz size 12.5,8.75 standalone + +set key off + +# 3=1+2 draw bottom and left sides of the box +set border 3 + +# set linestyle +set style line 1 linetype rgbcolor "#4169E1" linewidth 3 +set style line 2 linetype rgbcolor "#DC143C" linewidth 3 +set style line 3 linetype rgbcolor "#32CD32" linewidth 3 +set style line 4 linetype rgbcolor "#4B0082" linewidth 3 +set style line 5 linetype rgbcolor "#DAA520" linewidth 3 + +set pointsize 0.6 + +set label "\\bf [HL79]" at 0.85,3.5 front textcolor "white" +set label "\\bf [JL18]" at 1.65,3.5 front textcolor "white" + +plot (x<1 ? -log(x)+1 : 1) with filledcurves x2 linestyle 1 ,\ + (x>1.5 ? x : 1/0) with filledcurves x2 linestyle 2 -- cgit v1.2.3-54-g00ecf