# set terminal pdf # set output 'et.pdf' set title 'Fallow Wheat conventional tillage' plot 'indhu-ct-fallow-wheat.wjr/hydro.out' using 1:4 with lines title 'Base ET',\ 'adjet-indhu-ct-fallow-wheat.wjr/hydro.out' using 1:4 with lines title 'Adjusted ET',\ 'Acrdata/CropManagement/fw-ct.mandate' with impulses axes x1y2 title 'plant(low)-harvest(high)' pause -1 'Hit Enter for Next Plot.' #set title 'Fallow Wheat no tillage' #plot 'locwea-nt-fallow-wheat.wjr/hydro.out' using 1:4 with lines title 'Potential ET',\ # 'locwea-nt-fallow-wheat.wjr/hydro.out' using 1:7 with lines title 'Actual Evap',\ # 'locwea-nt-fallow-wheat.wjr/hydro.out' using 1:8 with lines title 'Actual Trans',\ # 'Acrdata/CropManagement/fw-nt.mandate' with impulses axes x1y2 title 'plant(low)-harvest(high)' # pause -1 'Hit Enter for Next Plot.'