set title "linode bandwidth usage" set ylabel "gigabytes per month" set xlabel "Date" set timefmt "%s" set xdata time set yrange [ 0: ] set y2dtics set terminal png set key left top set size 1.25,1.25 set output "/var/www/chaosreigns.com/code/dl/linodebw.png" f(x)=75 # quota plot "/home/darxus/linodebw/linode.local.log" using 1:2 axes x1y1 title "local" with line, "/home/darxus/linodebw/linode.month.log" using 1:2 axes x1y1 title "month" with line, "/home/darxus/linodebw/linode.period.log" using 1:2 axes x1y1 title "period" with line, "/home/darxus/linodebw/linode.used.log" using 1:2 axes x1y1 title "used" with line, f(x) axes x1y1 title "quota"