set output 'make_summary_graph.ps' set term postscript color enhanced 'Helvetica bold' set key top left set grid set xlabel 'Julian Date - 2,450,000 (no heliocentric correction)' set ylabel 'unfiltered or visual magnitude' set title 'EI Psc in 2005: mixture of most reported visual and CCD measurements' plot [3565:3610][17:11] './vsnet_obs.converted' using ($1):($2) with points t 'VSNET reports' lt -1 pt 5 ps 0.8 lw 2 , 'eipsc_aug08ut.dat' using 2:($4-0.5) t 'RIT Obs' lt 1 pt 2 ps 0.5 lw 2 , 'eipsc_aug10ut.dat' using 2:($4-0.5) t '' lt 1 pt 2 ps 0.5 lw 2 , 'eipsc_aug17ut.dat' using 2:($4-0.5) t '' lt 1 pt 2 ps 0.5 lw 2 , 'eipsc_aug18ut.dat' using 2:($4-0.5) t '' lt 1 pt 2 ps 0.5 lw 2 , 'cook_592.dat' using 1:($2+12.37) t 'CBA Pahala' lt 2 pt 3 ps 0.5 lw 2 , 'cook_593.dat' using 1:($2+12.37) t '' lt 2 pt 3 ps 0.5 lw 2 quit