set terminal postscript eps enhanced color solid 'Times' 22 linewidth 2 # need to set encoding for the Angstrom symbol \305 set encoding iso_8859_1 set size ratio 0.5 set output '2021-03-19.eps' set title '2021-03-19' set xlabel 'Wavelength ({\305})' set ylabel 'Flux density (erg/cm^2/s/{\305})' set logscale y plot [3500:7500][1e-13:1e-9] '2021-03-19_B.txt' u 1:2 w l lc 'blue' title '' ,'2021-03-19_R.txt' u 1:2 w l lc 'red' title '' ! convert -density 300 "2021-03-19.eps" -background white -alpha remove "2021-03-19.png"