From 53e5b1c575714fb9f86923316799c916a28cc189 Mon Sep 17 00:00:00 2001 From: bma Date: Wed, 30 May 2018 08:45:22 +0200 Subject: [PATCH] live plot --- gnuplot_live.gnu | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 gnuplot_live.gnu diff --git a/gnuplot_live.gnu b/gnuplot_live.gnu new file mode 100644 index 0000000..287b318 --- /dev/null +++ b/gnuplot_live.gnu @@ -0,0 +1,4 @@ +set term qt noraise +plot for [file in system("find ~/server/data/2018/2018-03/ -name '*PfeifferTPG261.dat' | sort")] file u 1:3 w l t file +pause 1 +reread -- 2.16.4