# PFsurvey.gpt - Create fig:PFsurvey in "real.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 size 0.98,0.98 set view 66, 204, 1, 1 set output "`echo -n $GP_OUTPUT`" unset key set format x '\x{%2.1f}' set format y '\y{%4.2f}' set format z '$%5.3f$' set xlabel '\pow' set ylabel '\fudge' set contour base set mapping cartesian set datafile separator whitespace set hidden3d defaults set cntrparam order 4 set cntrparam bspline set cntrparam levels incremental 0.839,0.001,0.847 set cntrparam points 5 set style line 1 lt 1 lc rgb "blue" 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 "green" set style line 6 lt 1 lc rgb "red" set style line 7 lt 1 lc rgb "yellow" set style increment user set ytics .96,.02,1.02 set ztics .830,.005,.845 set zrange [.83:.845] splot "`echo -n $GP_INPUT1`" with lines # EOF