Actualiser EXO3/scripts/q1-autres.sce
This commit is contained in:
		@@ -1,3 +1,6 @@
 | 
				
			|||||||
id_other = find(csvString(:,3) == "Other" );
 | 
					id_other = find(csvString(:,3) == "Other" );
 | 
				
			||||||
salaire_other = csvDouble(id_other,7);
 | 
					salaire_other = csvDouble(id_other,7);
 | 
				
			||||||
histplot(10,salaire_other,normalization=%f);
 | 
					histplot(10,salaire_other,normalization=%f);
 | 
				
			||||||
 | 
					xlabel('Salaires');
 | 
				
			||||||
 | 
					ylabel('Effectifs');
 | 
				
			||||||
 | 
					title('Distribution des salaires pour les autres');
 | 
				
			||||||
		Reference in New Issue
	
	Block a user