#!/usr/bin/env gnuplot reset set grid set xlabel "Wall clock time (seconds)" set ylabel "Energy (au)" set format y "%10.4f" set xrange [0:240] set term pdfcairo enhanced font "Times,14" linewidth 2 rounded size 5.0in, 3.0in set output 'benzene_tz.pdf' set style fill transparent solid 0.50 border set yrange [-231.8072:-231.8046] data='benzene.dat' tmax=239.890999078751 * 0.01 plot data i 0 u ($3*tmax):($1+$2):($1-$2) w filledcurves ls 1 notitle, \ data i 0 u ($3*tmax):($1) w l ls 1 notitle , \ -231.805729365546 notitle ls 3