summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/profcollege/PfCStatistiques.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/profcollege/PfCStatistiques.tex')
-rw-r--r--Master/texmf-dist/tex/latex/profcollege/PfCStatistiques.tex10
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/profcollege/PfCStatistiques.tex b/Master/texmf-dist/tex/latex/profcollege/PfCStatistiques.tex
index 6223f887cd4..98566be426a 100644
--- a/Master/texmf-dist/tex/latex/profcollege/PfCStatistiques.tex
+++ b/Master/texmf-dist/tex/latex/profcollege/PfCStatistiques.tex
@@ -515,7 +515,7 @@ ModeleCouleur=5%
fi;
endfor;
if DonneesSup:
- maxAxey:=floor(maxy/10)*10+4*PasGrilley;
+ maxAxey:=maxy;%floor(maxy/10)*10+4*PasGrilley;
else:
maxAxey:=maxy;
fi;
@@ -586,15 +586,23 @@ ModeleCouleur=5%
if Date:
label.bot(TEX(decimal(xpart(p_))) rotated AngleRotation,A[l]);
else:
+ if GrandNombrex:
+ label.bot(TEX("\num{\fpeval{\useKV[ClesStat]{GrandNombreA}*"&decimal(xpart(p_))&"}}") rotated AngleRotation,A[l]);
+ else:
label.bot(TEX("\num{"&decimal(xpart(p_))&"}") rotated AngleRotation,A[l]);
fi;
+ fi;
else :
if Date:
label.bot(TEX(decimal(xpart(p_))),A[l]);
else:
+ if GrandNombrex:
+
+ else:
label.bot(TEX("\num{"&decimal(xpart(p_))&"}"),A[l]);
fi;
fi;
+ fi;
if Reponses:
if DonneesSup:
Test(l);