|
From: Ethan M. <eam...@gm...> - 2013-10-25 18:49:50
|
You have found a bug. The problem is specifically the row that has an empty field in the first column. All the other empty fields are correctly recognized but that one is not. I don't have an immediate work-around to offer but I'm sure it's fixable. On Fri, Oct 25, 2013 at 1:52 AM, Theo <th...@gm...> wrote: > I have to bother you again. > The missing data seems not work with matrix data. > > If I take the following TAB-separated matrix > > 1 2 3 4 > 2 3 4 5 > 3 4 5 6 > 4 5 6 7 > > plot 'Matrix.dat' matrix with image > > I get the expected plot. > > However, if e.g. I leave out the 4s in the matrix > 1 2 3 > 2 3 5 > 3 5 6 > 5 6 7 > > and additionally apply: > > set datafile missing "" > set datafile separator "\t" > > I get the error messages: > "Matrix does not represent a grid" > or > "warning: matrix contains missing or undefined values" > > So, it seems that if values in the first line are missing it's not > working...? > Any idea to plot the data nevertheless without inserting '0' or 'NaN'? > > > > > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via: > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |