|
From: <mi...@ph...> - 2005-08-26 12:21:32
|
> "please switch to "C" locale for numbers, at least when > communicating with gnuplot; otherwise, zooming wants to > execute command "set xr[1,234:5,678]" which is wrong" > > I've seen this problem on my box too, which has locale fr_FR, with a comma > for the LC_numeric locale. I reported a similar problem related to parsing .Xdefaults recently, and I think init_locale() is called inside plot.c to switch to C locale. Isn't initialization of wxterminal before this call? --- PM |