set output 'make_plots_c.ps' set term postscript color set grid set key top left set xlabel 'Wavelength (nm)' set ylabel 'Filter transmission / Stellar flambda' set title 'An unperturbed filter observes a cool star' plot [100:1000][0.0:1.3] './bb_lam_5000.dat' using ($2*1E9):($3*80/1.0E15) with lines t 'star T = 5000 K' lt 1 lw 2 , './bess-b.pass' using (($1*0.1)):($2) with linespoints t 'filter' lt -1 pt 6 ps 0.4 lw 3 quit