|
From: Emanuel B. <in...@da...> - 2022-06-28 01:34:44
|
> I just read of columnhead, however that's still hard-coded > (the number of lines) array Cols = ["cyan", "magenta", "yellow", "green", "white", "red"] data="/home/incal/public_html/hits/hits.dat" plot for [i=1:*] \ data u ($0+1):i w l lc Cols[(i % 6) + 1] lw 2 t columnhead OK, found the for loop (but the color array doesn't work). If I remove the sort in the source file and have the program add the columnhead I think that will work (be automated) unless users are removed or added, right? -- underground experts united https://dataswamp.org/~incal |