# -*- gnuplot -*- # # EM2.gnuplot -- plots T(\theta) for coin experiment. # # Used in algorithms.tex, fig:EM # # # 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 monochrome dashed "default" 9 set output "`echo -n $GP_OUTPUT`" set size 0.49,0.62 T(theta) = 0.25 + (theta / 2.0) set xrange [0.00:1.00] set format x '$%3.2f$' set xtics 0.00,0.25,1.00 #set xlabel '\xlab' set xlabel '\xlab' 0,0.5 set yrange [0.00:1.00] set format y '$%3.2f$' set ytics 0.25,0.25,1.00 set ylabel '\ylab' # set ylabel '\ylab' 1.5,0 set lmargin 7 # set key 0.15,0.91 Left reverse spacing 3.0 nobox set key bottom Right nobox plot T(x) title '$\EMmap(\parameters)$' with lines 1, \ x title 'slope 1 reference' with lines 2 # plot (1+ns*x)/(2+ns) set output