diff --git a/EXO2/scripts/q2.sce b/EXO2/scripts/q2.sce index 5953782..85af4ea 100644 --- a/EXO2/scripts/q2.sce +++ b/EXO2/scripts/q2.sce @@ -1,2 +1,5 @@ exp = tabul(csvDouble(:,6)); -bar(exp(:,1),exp(:,2)); \ No newline at end of file +bar(exp(:,1),exp(:,2)); +xlabel('Expérience'); +ylabel('Effectifs'); +title('Distribution de l''expérience'); \ No newline at end of file