How can I change the decimal separator of the input data for the gnuplot from the default period '.' to the comma ','? As far as I have found, command 'set locale' can be used. However, the problem is to find the locales, available for the gnuplot under Windows.
Asked
Active
Viewed 410 times
1
-
1Have you tried instead set decimalsign ',' ? – Fabrizio Jun 05 '20 at 19:55
-
Unfortunatelly, it does not work. According to the documentation, "set decimalsign" changes the decimal separators of the axes tics labels only. – Borys L. Jun 06 '20 at 17:22
-
@BorysL. Have you tried for example `set locale "French"` or `set locale "German"`? In case it is available on your system, this should set the _input_ decimal separator to `,`. – theozh Apr 14 '21 at 18:44