X-Git-Url: http://git.scottworley.com/keystroke-timestamps/blobdiff_plain/922ce0bc5c364f1eb9d824b9c221d899812a52ef..HEAD:/plot.gnuplot diff --git a/plot.gnuplot b/plot.gnuplot index a8041ff..c8329c4 100755 --- a/plot.gnuplot +++ b/plot.gnuplot @@ -1,4 +1,4 @@ -#!/usr/bin/gnuplot +#!/usr/bin/env gnuplot filename = "keystroke-timestamps.log" bucket_size = 300 # Display resolution, in seconds @@ -16,6 +16,6 @@ plot "< awk '{ print int($1 / ".bucket_size.") }' \"".filename."\" \ | fill-in ".bucket_size \ using ($1 + timezone_offset):2 with lines -# (fill-in is https://chkno.net/fill-in ) +# (fill-in is ./fill-in.sh) pause -1 "Press enter to dismiss"