
set terminal postscript color
set output "OFPREFIX.timelnL.ps"
set xrange[XMIN:XMAX]
set xlabel "Time (sec)"
set ylabel "ln Likelihood"
set xtics 15
set key bottom
plot 'OFPREFIX.log00.log' using 3:2 with lines
