|
From: theozh <th...@gm...> - 2017-11-03 22:22:40
|
hi again, it should work without changing your data with these lines: array XValue[3] plot for [i=0:STATS_blocks-1] 'data.dat' index i using (XValue[i+1]=$1,1):1 every 1:1:0:0:0:0 notitle plot for [i=0:STATS_blocks-1] 'data.dat' index i using (XValue[i+1]):1 title columnheader(i + 1) |