# # Frequency of Cluster 0 Over Time: this is what global warming looks like at the regional or personal level. (Wed Jul 18 13:28:23 2012) # set title "Frequency of Cluster 0 Over Time: this is what global warming looks like at the regional or personal level." set key bottom right set autoscale set grid set xlabel "Hour Offset" set ylabel "Frequency of Cluster" set ticscale 2 1 set terminal png small size 1000,800 set output '../../public_html/curis/output/clustering/2012-07-18_13:27:19/cluster/350.png' plot "../../public_html/curis/output/clustering/2012-07-18_13:27:19/cluster/350.tab" using 1:2 title "Frequency" with linespoints ,\ "../../public_html/curis/output/clustering/2012-07-18_13:27:19/cluster/350.tab" using 3:4 title "Peaks" with points