|
From: Thomas S. <t.s...@fz...> - 2011-07-08 14:24:09
|
if you don't care for some warning messages, just iterate over a large enough number of columns (here:100): plot for [i=1:100] 'datafilename' using 1:i Ben Elliston-37 wrote: > > Hi all. > > I would like to use gnuplot to plot a data file with an arbitrary > number of columns, all plotted using 1: and the respective column. Is > there a way to do this so that my gnuplot command file doesn't need to > know the number of columns in the data file ahead of time? > > I've already discovered 'set key autotitle columnhead', so that much > is working nicely. > > Thanks, Ben > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/plotting-an-arbitrary-number-of-data-file-columns-tp32002384p32021889.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |