From ca9ecb24ec5ed9c39d4da17da7a05cb2d1f5000d Mon Sep 17 00:00:00 2001 From: Ben Greear Date: Thu, 30 Apr 2020 11:46:08 -0700 Subject: [PATCH] Add gnuplot files for group graphs. --- gui/default_group.plot | 11 +++++++++++ gui/mini_group.plot | 17 +++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 gui/default_group.plot create mode 100644 gui/mini_group.plot diff --git a/gui/default_group.plot b/gui/default_group.plot new file mode 100644 index 00000000..f43c9a0a --- /dev/null +++ b/gui/default_group.plot @@ -0,0 +1,11 @@ +set term pngcairo size 1280,768 +set output "plot.png" +set datafile separator "\t" +#set ylabel "Data" +set xlabel "Test#" +#set xdata time +set grid +set key outside +#set key off +#plot filename using 1:2 with lines + diff --git a/gui/mini_group.plot b/gui/mini_group.plot new file mode 100644 index 00000000..a89d43e6 --- /dev/null +++ b/gui/mini_group.plot @@ -0,0 +1,17 @@ +set term pngcairo size 150,100 +set output "plot.png" +set datafile separator "\t" +#set ylabel "Data" +#set xlabel "Test#" +set ylabel +set xlabel +#set xdata time +#set grid +#set key outside +set key off +unset xtics +unset ytics +unset border +set title +#plot filename using 1:2 with lines +