# Plot yearly carbon footprint. # See http://gnuplot.sourceforge.net/demo/finance.html set terminal png size 320,240 set output "out/yearly/16WWYearlyEnergyCarbonFootprint.png.tmp" set title "16WW Yearly Carbon Footprint kgCO2e" set grid #set yrange [0:] set xtics 1 plot "data/16WWYearlyEnergyCarbonFootprint.dat" \ using 1:7 notitle with histeps