]> git.scottworley.com Git - keystroke-timestamps/blobdiff - plot.gnuplot
Include the `fill-in` helper script here
[keystroke-timestamps] / plot.gnuplot
index 47b078051e9e5e3de7e0149d7265b32b77eca11a..c8329c4a2c0d2f23198e35c5597a0d9291e7e57f 100755 (executable)
@@ -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"