# gnuplot input file that produces window and .ps file set term x11 set data style linespoints set xlabel "Number of samples" set ylabel "Mean squared error w.r.t. true probability" #set yrange [0.0:0.2] #set xrange [0:1000] plot 'q6-rs-oil.data' using 1:2 title "Oil RS error", 'q6-lw-oil.data' using 1:2 title "Oil LW error", 'q7-mcmc-oil.data' using 1:2 title "Oil MCMC error" pause -1 "Press return here when ready. Output will be written to q7-oil.ps" set term postscript landscape "Times-Roman" 18 set output "q7-oil.ps" replot set term x11 set data style linespoints set xlabel "Number of samples" set ylabel "Mean squared error w.r.t. true probability" #set yrange [0.0:0.2] #set xrange [0:1000] plot 'q6-rs-burglary.data' using 1:2 title "Burglary RS error", 'q6-lw-burglary.data' using 1:2 title "Burglary LW error", 'q7-mcmc-burglary.data' using 1:2 title "Burglary MCMC error" pause -1 "Press return here when ready. Output will be written to q7-burglary.ps" set term postscript landscape "Times-Roman" 18 set output "q7-burglary.ps" replot