[time-nuts] Thunderbolt Data Plotting

2008-07-11 Thread Tom Clifton
Well - I have lots and lots of raw numbers, and no really good way of plottinng it. I'm hardly a linux guru, but would gnuplot be a suitable tool for graphing data like the snipper below? 374741 -0.5 0.00 0.7314587 32.10 0 130 18.2 158 4.0 12 1.8 132 3.2 157 9.0 152 5.8 138 12.0 133 6.2

Re: [time-nuts] Thunderbolt Data Plotting

2008-07-11 Thread Robert Vassar
Tom, Gnuplot is perfectly suitable for stuff like this. You just need to describe what you want to graph, and set some bounds and ranges, output type, etc... Somewhere on my home server, is a backup of it's predecessor, I have a Gnuplot script suitable for running out of cron as a daily

Re: [time-nuts] Thunderbolt Data Plotting

2008-07-11 Thread time
I used a package recently called ploticus: http://ploticus.sourceforge.net/doc/welcome.html It has some builtin prefabs for doing date/time based plots that made it pretty easy to use. GnuPlot is the granddaddy of all plotting packages. I'm sure it could do the job. johnea On Fri, Jul 11,

Re: [time-nuts] Thunderbolt Data Plotting

2008-07-11 Thread Hal Murray
Well - I have lots and lots of raw numbers, and no really good way of plottinng it. I'm hardly a linux guru, but would gnuplot be a suitable tool for graphing data like the snipper below? It's what I use. gnuplot has zillions of options. You will probably have to read (or at least skim)