|
From: Petr M. <mi...@ph...> - 2005-05-24 10:03:09
|
I prefer "darker green" color in my screen plots, thus I've put gnuplot*line2Color: green,0,6 !gnuplot*line2Color: green,0.6 into my .Xdefaults + run xrdb. The trouble is that gnuplot parses the information according to current locales, thus sometimes I have green curve, sometimes black curve, depending whether I have LC_ALL=C in the given running terminal/program and whether there is "0.6" or "0,6" in .Xdefaults. Cannot be .Xdefaults parsing locale-independent? --- PM |