set output 'make_plots_b.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 hot star' plot [100:1000][0.0:1.3] './bb_lam_12000.dat' using ($2*1E9):($3/1.0E15) with lines t 'star T = 12000 K' lt 3 lw 2 , './bess-b.pass' using (($1*0.1)):($2) with linespoints t 'filter' lt -1 pt 6 ps 0.4 lw 3 quit