Files
wlan-lanforge-scripts/gui/default.plot
Ben Greear e8767aabcd kpi: Generate test-bed history web page.
Includes historical graphs for each data set, and links
to test bed runs.
2020-04-29 13:44:42 -07:00

12 lines
209 B
Gnuplot

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