# -*- gnuplot -*- # # 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 3 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 size 0.98,0.49 set border 3 set nokey set format xy '$%g$' set xtics nomirror set xtics 0.1,0.2,0.5 set xlabel '\tsa' set ytics nomirror set ytics -1.4,0.4,-0.2 set ylabel '\ailly' set origin 0.0,0.0 set multiplot set size 0.49,0.49 set origin 0.49,0.0 set xrange [0.0:0.5] plot x * (-0.906) - 0.959916, "`echo -n $GP_INPUT2`" using 1:2, "`echo -n $GP_INPUT2`" using 1:3 set origin 0.0,0.0 set xrange [-5.4:-3.5] set format x '\x{%g}' set xtics -5,1,-4 set xlabel '\devy' set ytics 0.2,0.2,0.4 set format y '\y{%g}' set ylabel '\tsb' set zrange [-2.6:0] set format z '$%g$' set ztics -2,1,0 set zlabel '\ailly' 4,3.5 set border 31 set ticslevel 0 set hidden set view 75, 125, 1.0, 1.35 splot "`echo -n $GP_INPUT1`" with lines set nomultiplot set output