Skip to content
Snippets Groups Projects
monitor.plt 383 B
set multiplot layout 4,4 title 'pafiX -- by H. Grosshans'
f = 'output/monitor.dat'
header=system("head -3 ".f." | tail -1")

set key box opaque width 2 t l
set xlabel offset 0,0.5
set ylabel offset 2
set linetype 1 ps 0.5 lc 3
set xlabel word(header,3) #header columns are shifted by 1 bc of #

do for [i=4:16] {
set ylabel word(header,i+1)
p f u 2:i notitle ls 1
}

pause 20
reread