set output './both_curves_early.ps' set term postscript color set grid set key bot left set xlabel 'Days since maximum light' set ylabel 'Magnitude below peak ' set title 'Light curves of novae and supernovae ' plot [-15:70][6.5:-0.5] 'my_novacyg_2001_2.dat' using ($2-231.8):($4-6.7) with points pt 5 lt 5 ps 0.5 lw 3 t 'Nova Cyg 2001/2 (fast)' , 'nova_sct_2003.dat' using ($1-884.27):($2-8.43) with points pt 6 lt 3 ps 1.0 lw 3 t 'Nova Sct 2003 (slow)' , 'sn1999gi.dat' using ($2-7.7):($5-14.6) with points lt 1 pt 3 ps 1.5 lw 3 t 'SN 1999gi (IIP)' , '94d_corV_twenty.dat' using ($1-9432.4):($2-11.90) with points pt 1 lt -1 ps 1.5 lw 3 t 'SN 1994D (Ia)' , '94d_corV_thirty.dat' using ($1-9432.4):($2-11.90) with points pt 1 lt -1 ps 1.5 lw 3 t '' set output quit