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 24*3600 set format x "%b/%d" set terminal png set key on set title "BackEnd Temperatures" set ylabel "[K]" set output '~/HTML/FourStar/Status/backend7.png' plot '../Data/backend7' using 1:6 title "ShroudDewar" \ , '../Data/backend7' using 1:7 title "DetectorDewar" \ , '../Data/backend7' using 1:4 title "Detector" \ , '../Data/backend7' using 1:8 title "FW-Cover" set key off set title "Detector Heater Power" set ylabel "[W]" set output '~/HTML/FourStar/Status/detpower7.png' plot '../Data/backend7' using 1:5 title "TC1power"