From 7bbd3bbc5aebe39a2dddc0c6dce220e2d9228326 Mon Sep 17 00:00:00 2001 From: orfao Date: Mon, 17 Jun 2024 00:57:26 +0200 Subject: [PATCH] Actualiser EXO3/scripts/q3.sce --- EXO3/scripts/q3.sce | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/EXO3/scripts/q3.sce b/EXO3/scripts/q3.sce index 0cba716..537ccbb 100644 --- a/EXO3/scripts/q3.sce +++ b/EXO3/scripts/q3.sce @@ -12,4 +12,6 @@ liste_exp = sal(:,1); mode = liste_exp(indice_tri(1)) //mode atomsLoad("stixbox"); -boxplot(csvDouble(:,7),"orientation","horizontal"); \ No newline at end of file +boxplot(csvDouble(:,7),"orientation","horizontal"); +xlabel('Salaires'); +title('Boîte à moustache des salaires'); \ No newline at end of file