|
From: Hans-Bernhard B. <HBB...@t-...> - 2009-02-23 23:37:35
|
thatartskid wrote: > I am having serious trouble to make GNUplot load simple tab-spaced files > (exported from Excel MAC though) That's your problem right there. You incorrectly exported those files from the Mac to some other platform. Text files need special treatment to work cross-platforms, to translate between linebreak conventions, if nothing else. How that special treatment is activated depends on the particular export method. If all else fails, you can always use separate tools like 'recode' or 'tr'. |