set autoscale #set log y set xr [300:1200] #set yr [0:20] set xlabel "Wavelength (nm)" set ylabel "(W/m2)" #set term x11 set term png set output "/users/rsg/benj/scratch/smarts/SMARTS_295_Linux/fodis_test_var/fodis.png" plot "/users/rsg/benj/scratch/smarts/SMARTS_295_Linux/fodis_test_var/fodis_test.ext.txt" using 1:2 title 'SMARTS Solar spectrum' with lines, \ "/users/rsg/benj/scratch/smarts/SMARTS_295_Linux/fodis_test_var/fodis_test.ext.txt" using 1:3 title 'SMARTS Direct Normal Irradiance' with lines, \ "/users/rsg/benj/scratch/fodis_test/031_08_cloud_test/cali_fodis_spectrum.txt" using 1:($2*3.141/100000) title 'Caligeo FODIS spectrum' with lines