# -*- gnuplot -*- # # LyapPlot.gpt -- Generate fig:benettin for "toys.tex" # # # Copyright (c) 2005, 2007, 2008 Andrew Fraser # # This file is part of HMM_DS_Code. # # HMM_DS_Code is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # HMM_DS_Code is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. # set terminal epslatex color dashed "default" 9 set output "`echo -n $GP_OUTPUT`" set style line 1 lt 1 lc rgb "blue" lw 2 set style line 2 lt 1 lc rgb "black" set style line 3 lt 1 lc rgb "cyan" set style line 4 lt 1 lc rgb "magenta' set style line 5 lt 1 lc rgb "red" lw 2 set style line 6 lt 1 lc rgb "green" set style line 7 lt 1 lc rgb "yellow" set style increment user set border 11 set xrange [0:400] set yrange [.5:1.5] set key right bottom spacing 1.4 height 1 set xtics nomirror set nox2tics set xtics 100 set format x '' set ytics set noy2tics set format y '$%g$' set ylabel '\ylabel' set size 0.98,1.96 set multiplot layout 2,1 scale 0.9,1.8 set xlabel '' set origin 0,1 plot "`echo -n $GP_INPUT1`" using 1:6 with lines title '\NFp', \ "`echo -n $GP_INPUT1`" using 1:3 with lines title '\SamOne', \ "`echo -n $GP_INPUT1`" using 1:4 with lines title '\SamTwo', \ "`echo -n $GP_INPUT1`" using 1:2 with lines title '\SamThr', \ "`echo -n $GP_INPUT1`" using 1:5 with lines title '\Fp' set xlabel '\t' set origin 0,.1 plot "`echo -n $GP_INPUT1`" using 1:11 with lines title '\NFp', \ "`echo -n $GP_INPUT1`" using 1:7 with lines title '\SamOne', \ "`echo -n $GP_INPUT1`" using 1:8 with lines title '\SamTwo', \ "`echo -n $GP_INPUT1`" using 1:9 with lines title '\SamThr', \ "`echo -n $GP_INPUT1`" using 1:10 with lines title '\Fp' set nomultiplot set output