|
From: Balick, R. C [U. (ES) <Reb...@ng...> - 2022-06-28 12:11:44
|
Can whomever is in charge of this email list take me off of it? I have unsubscribed twice and followed the instructions but I am still receiving emails. Please remove me from the list. Thank you! -----Original Message----- From: Emanuel Berg <in...@da...> Sent: Monday, June 27, 2022 9:34 PM To: gnu...@li... Subject: EXT :Re: [Gnuplot-info] 12M? or 12 000 000? (not 12000000) > 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 _______________________________________________ gnuplot-info mailing list gnu...@li... Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info |