|
From: bsmile <dev...@gm...> - 2009-02-06 02:05:23
|
Please help! Thanks, bsmile wrote: > > I have a data file organized as the following > > d channel ... > > k = 1 > 0.34 0.89 0.99 > 0.23 0.67 0.02 > 0.65 0.99 0.45 > k=2 > 0.45 0.78 0.99 > 0.23 0.78 0.86 > 0.12 0.43 0.23 > ... > > m channel ... > > k=1 > ... > > I need to skip the first 3 lines then splot the first set of data forming > 3 > by 3 matrix, and then skip a line, splot the second set of data forming 3 > by > 3 matrix again ... How can I do that? > > If I use splot 'file' ev 4:6 matrix , then it complains that > Matrix does not represent a grid, > > Can anybody explain where the above command goes wrong? > > Thank you very much!! > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with > Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code > to > build responsive, highly engaging applications that combine the power of > local > resources and data with the reach of the web. Download the Adobe AIR SDK > and > Ajax docs to start building applications > today-http://p.sf.net/sfu/adobe-com > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://www.nabble.com/special-plot-need----splot-matrix-from-not-that-regularly-organized-data-file-tp21844277p21865036.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |