# -*- gnuplot -*- # # LaserLogLike.gpt - Create fig:LaserLogLike # # Used in introduction.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 "normal" 9 set size 0.98,0.98 set output "`echo -n $GP_OUTPUT`" set xtics nomirror set format x '$%.3g$' #set xtics 1.80,0.02,1.86 set xtics 0.01 set xlabel '\s' set ytics nomirror set format y '\l{%4.3f}' #set ytics 0.370,0.002,0.378 set ytics 0.002 set mytics 2 set ylabel '\b' set format z '$%.3g$' #set ztics -470,2,-462 set ztics 1 set zlabel '\LogLikely' offset character -5,.5 unset key set view 67,255 set hidden set contour set cntrparam levels auto 10 splot "`echo -n $GP_INPUT1`" with lines set output