|
From: Martin P. <ma...@po...> - 2017-11-10 15:24:13
|
Thank you for your two suggestions! I have tried them both, and although I don't get any error message, the plots are empty. The plot in the first suggestion maintain the desired X range from 0 to 60, while the plot in the second example has a range from -0.5 to 2.5. The data has only been modified in the first suggestion; I replaced three line breaks by two line breaks, causing only a single empty line between data sets. Attached are the samples I tried with. Do our .g files differ? I run Version 5.2 patchlevel 0 last modified 2017-09-01 for the record. - Martin On fredag 3 november 2017 kl. 23:22:25 CET you wrote: > 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) |