From f2c2b39f33b3e4701a19b8707a2e42ad2ccfb54d Mon Sep 17 00:00:00 2001 From: Olivier Coulaud <Olivier.Coulaud@inria.fr> Date: Wed, 2 Jul 2014 10:57:14 +0200 Subject: [PATCH] Fix bug --- Utils/scripts/hist.gnu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Utils/scripts/hist.gnu b/Utils/scripts/hist.gnu index 2d90e9620..9bcbc4ada 100644 --- a/Utils/scripts/hist.gnu +++ b/Utils/scripts/hist.gnu @@ -1,4 +1,4 @@ -clear + clear reset set key off set border 3 @@ -21,4 +21,4 @@ set ylabel "Number of Particles" set terminal postscript enhanced color 'Helvetica' 20 set output 'plummerHistogramme.eps' -plot 'output.txt' using (rounded($1)):(1) smooth frequency with boxes \ No newline at end of file +plot 'output.txt' using (rounded($1)):($2) smooth frequency with boxes \ No newline at end of file -- GitLab