This commit is contained in:
2022-06-27 20:28:16 +02:00
parent dc6a31a151
commit be7b76f25c
2 changed files with 14 additions and 2 deletions

12
res/test1/test1.gnuplot Normal file
View File

@ -0,0 +1,12 @@
set datafile separator ','
#set xdata time
set key autotitle columnhead
set terminal wxt
set y2tics # enable second axis
set ytics nomirror # dont show the tics on that side
#plot "test1_delays_1656344547_tcp.csv" using 1:3 with points pointtype 0, '' using 1:5 with lines axis x1y2
plot "test1_delays_1656344547_tcp.csv" using 1:3 with line linetype 1, '' using 1:5 with lines axis x1y2