From 203bc766353fd90c9f5076d272a44a21c81f69a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Marichez?= Date: Fri, 26 Oct 2007 11:53:57 +0200 Subject: [PATCH] Begin promo statistics at 1930 - fix picture title MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Marichez --- modules/stats.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/stats.php b/modules/stats.php index 58ee7d1..6c9f501 100644 --- a/modules/stats.php +++ b/modules/stats.php @@ -125,7 +125,7 @@ EOF2; { if ($promo == 'all') { // date de départ - $depart = 1920; + $depart = 1930; //recupere le nombre d'inscriptions par jour sur la plage concernée $res = XDB::iterRow( @@ -164,7 +164,7 @@ set timefmt "%d/%m/%y" set xr [$depart:$fin] set yr [0:100] -set title "Nombre d'inscrits par promotion depuis $depart." +set title "Proportion d'inscrits par promotion depuis $depart, en %." plot "-" using 1:2 title 'inscrits' with boxes; {$inscrits} -- 2.1.4