set data style lines set xdata time set timefmt "%b %d %H:%M:%S" set bmargin 3 set size 0.75,0.75 set xtics 120*3600 set format x "%b/%d" set terminal png set key on set title "BackEnd Temperatures" set ylabel "[K]" set output '~/HTML/FourStar/Status/backend30.png' plot '../Data/backend30' using 1:7 title "DetectorDewar" \ , '../Data/backend30' using 1:4 title "Detector" \ , '../Data/backend30' using 1:8 title "FW-Cover" set key off set title "Detector Heater Power" set ylabel "[W]" set output '~/HTML/FourStar/Status/detpower30.png' plot '../Data/backend30' using 1:5 title "TC1power"