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