# Plot yearly electricity consumption. # See http://gnuplot.sourceforge.net/demo/finance.html set terminal png size 320,240 set output "out/yearly/16WWYearlyElectricityConsumption.png.tmp" set title "Yearly Electricity Consumption kWh" set grid set yrange [0:] set xtics 1 plot "data/16WWYearlyElectricityConsumption.dat" \ using 1:2 notitle with histeps