# awk '{print $7-$4}' chart | gnuplot -p -e 'plot "/dev/stdin"'
Where `chart` is just what I copy and pasted from the site :)
# awk '{print $7-$4}' chart | gnuplot -p -e 'plot "/dev/stdin"'
Where `chart` is just what I copy and pasted from the site :)