From: Raphaël Marichez Date: Fri, 26 Oct 2007 09:53:57 +0000 (+0200) Subject: Begin promo statistics at 1930 - fix picture title X-Git-Tag: xorg/0.9.16~256 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=203bc766353fd90c9f5076d272a44a21c81f69a9;p=platal.git Begin promo statistics at 1930 - fix picture title Signed-off-by: Raphaël Marichez --- 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}