Add gnuplot files for group graphs.

This commit is contained in:
Ben Greear
2020-04-30 11:46:08 -07:00
parent 02954a7a14
commit ca9ecb24ec
2 changed files with 28 additions and 0 deletions

11
gui/default_group.plot Normal file
View File

@@ -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

17
gui/mini_group.plot Normal file
View File

@@ -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