Files
wlan-lanforge-scripts/gui/mini.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

18 lines
280 B
Gnuplot

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