Files
wlan-testing/lanforge/lanforge-scripts/gui/default_group.plot
2022-11-21 12:31:34 +05:30

12 lines
211 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