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 +