So I've been asked the following. Given a set of different CSV files, the first record of which is the various field labels, and all following records are data, are there any Linux-based tools that can take these files as input and graph them in a reasonable way without being manually configured for each CSV file? I don't know of any Linux-based tools that would handle this automatically in a reasonable way. Did I miss something? Thanks!
@lauren Python has good tools for dealing with CSV files formatted like that. If you know Python, you could write a very short script that would generate the proper gnuplot commands. (I think there are Python plotting packages but I don't know them, which is why I always use Python to generate the gnuplot input.)
@lauren @SteveBellovin I've done some gplot hacking recently, so I remember what I did. Contact me offline.