set terminal png size 800,480 set output "chart.png" set xdata time set timefmt "%Y-%m-%d" set format x "%d-%b" plot "0_stats.txt" using 1:2 with boxes notitle