From d3a678af10c1a6c02bbc4d1ab45c93f2885d340d Mon Sep 17 00:00:00 2001 From: farrokhi Date: Mon, 21 Jul 2014 11:17:34 +0430 Subject: [PATCH] - fixed digit grouping in graphs --- prototype/pcaputil.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prototype/pcaputil.pl b/prototype/pcaputil.pl index 3b99454..80036ed 100755 --- a/prototype/pcaputil.pl +++ b/prototype/pcaputil.pl @@ -88,7 +88,8 @@ set key box linestyle 99 set key spacing 1.2 set nokey set grid xtics ytics mytics -set format y "%.0f" +set decimal locale "en_US.UTF-8" +set format y "%'.0f" set size 2 set size ratio 0.4 set ylabel "$ylabel"