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