From 95c166cefaccb1e926069d40a18868a2d2d19e0c Mon Sep 17 00:00:00 2001 From: orfao Date: Mon, 17 Jun 2024 00:58:47 +0200 Subject: [PATCH] Actualiser EXO3/scripts/q4-homme.sce --- EXO3/scripts/q4-homme.sce | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/EXO3/scripts/q4-homme.sce b/EXO3/scripts/q4-homme.sce index 2110ec8..489de07 100644 --- a/EXO3/scripts/q4-homme.sce +++ b/EXO3/scripts/q4-homme.sce @@ -11,4 +11,6 @@ sal = tabul(salaire_male); [occurence_tri,indice_tri] = gsort(sal(:,2)); liste_sal = sal(:,1); mode = liste_sal(indice_tri(1)) //mode -boxplot(salaire_male,"orientation","horizontal") \ No newline at end of file +boxplot(salaire_male,"orientation","horizontal") +xlabel('Salaires'); +title('Boîte à moustache des salaires des hommes'); \ No newline at end of file