#!/usr/bin/gnuplot # !rm -f LastIteration8260.ps # set terminal postscript landscape enhanced color solid defaultplex "Helvetica" 16 set encoding iso_8859_1 set output 'LastIteration8260.ps' # set title "Last iteration, Run 8260, Ki BigIt2 VC" #set key screen 0.92, screen 0.89 set key left box set grid set xlabel "z [cm]" set ylabel "[degree]" plot "run8260_L.dat" index 0 using 1:2 title "Residuals U planes" w p, "run8260_L.dat" index 1 using 1:2 title "Residuals V planes" w p, "run8260_L.dat" index 0 using 1:3 title "Delta Corrections U planes" w p, "run8260_L.dat" index 1 using 1:3 title "Delta Corrections V planes" w p # EOF