|
From: Tatsuro M. <tma...@ya...> - 2010-04-14 08:34:08
|
Hello If you use windows, please use 'sed' for windows from GnuWin32 site http://gnuwin32.sourceforge.net/packages/sed.htm Please use gnuplot.exe(ver 4.4 or later) or wgnuplot_pipes.exe. thousand.txt 12'345.67 3'123.777 1'557.0 gnuplot >plot "< sed -e s/'//g thousand.txt" Do not forget set PATH to the folder in which sed is installed. The unixy commands sed and awk(gwak) are good friends for gnuplot. Regards Tatsuro --- Tilman wrote: > > actually, I also tried that one. > But no... it still doesn't recognize numbers like 1'234.56 > It seems like I have to change all the data... > If it was just once that would be ok, but repeatedly, hmmm... > > Hans-Bernhard Br¾Óker schrieb: > > Tilman Beierlein wrote: > > > >> I tried: > >> set locale "Italian_Switzerland.1252" > > > > Close, but no doughnot. You wanted > > > > set decimalsign locale "Italian_Switzerland.1252" > > > > or something like that instead. And a good dose of luck that your > > platform actually supports locales like that. > > > > ------------------------------------------------------------------------------ > > Download Intel¢î Parallel Studio Eval > > Try the new software tools for yourself. Speed compiling, find bugs > > proactively, and fine-tune applications for parallel performance. > > See why Intel Parallel Studio got high marks during beta. > > http://p.sf.net/sfu/intel-sw-dev > > _______________________________________________ > > gnuplot-info mailing list > > gnu...@li... > > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > > > > ------------------------------------------------------------------------------ > Download Intel¢î Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > -------------------------------------- Get the new Internet Explorer 8 optimized for Yahoo! JAPAN http://pr.mail.yahoo.co.jp/ie8/ |