Quite often I'm looking a large blocks of data (logs files) looking for oddities in timing from processes. While I can convert this to an .csv/tab file easy enough, I have issues trying to render it in a graph in unix.
Many packages such as rrd are good, but are specific usage based.
Does anyone know of a good open source package to generate an image(s) of data?
Not too much programming wanted:
Features wanted: 3d plots, histograms, variation (stddev_pop), etc..
The data set isn't that large, probably < 1 million lines ever.