In article <48858a30$0$11868$3b214f66@[EMAIL PROTECTED]
>,
Karl Heinz Schloeglmann <karl.schloeglmann@[EMAIL PROTECTED]
> wrote:
>Hello,
>
>is there a possibility to get a comma instead of a point for floating
>point numbers (only for axis labels, NOT for input file or code of
>course)? I know, it is a German/Austrian vice to use a comma for this
>purpose ...
set decimalsign locale
(assuming your machine is set to a German locale)
>
>#-----8<--------
>set format x "%3.2f"
>set format y "%3.2f"
>plot [-1.5] [] sin(x)
>#-----8<--------
>
>[gnuplot Version 4.3 patchlevel 0 on MS-Windows 32 bit]
>
>Thanks in advance!
>
>Karl
>
>--
> _ _ _ _ ____
>| |/ /arl|_| | | _| Civil Engineer & PhD-Student
>| | | _ |einz \ Graz, Austria
>|_|\_\ |_| |_| |____|chloeglmann http://www.schloeglmann.at
>
--
Ethan A Merritt


|