|
From: markjoe <na...@ma...> - 2009-02-23 15:53:23
|
Hi, You don't have any decent newlines in your file (only ^M, apparently that's not enough, at least in my linux version of gnuplot). A simple change from \n to \r did the trick. Try to export it differently . Also beware of +'s and spaces in file names. Or stick to your Mac, there \n will probably work as it is the default eol character. Mark On Mon, Feb 23, 2009 at 3:01 PM, thatartskid <sk...@wo...> wrote: > > Hello all, > > I am having serious trouble to make GNUplot load simple tab-spaced files > (exported from Excel MAC though) > > Here is the faulty dat file : > http://www.nabble.com/file/p22161584/ITD%2BWN.dat ITD+WN.dat > > And here is the program to run it : > http://www.nabble.com/file/p22161584/ITD%2BWN.plt ITD+WN.plt > > basically i just want to do > >>> load "ITD WN.plt" > > but i get a silly error : "Can't calculate splines, need at least 3 points" > > Thanks a lot for your help! > > Nicolas > > -- > View this message in context: http://www.nabble.com/Gnuplot-does-not-like-my-text-files%21%21-tp22161584p22161584.html > Sent from the Gnuplot - User mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |