From b57cd91ac8d90ad5f555c2f7cab463e22035f7ee Mon Sep 17 00:00:00 2001 From: NicolasBSN Date: Wed, 8 Mar 2017 12:07:10 +0100 Subject: [PATCH] =?UTF-8?q?Update=20Bar=5FChart=20+=20R=C3=A9cup=5Fmat.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parties/Bar_Chart + Récup_mat.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/parties/Bar_Chart + Récup_mat.py b/parties/Bar_Chart + Récup_mat.py index ef43ffb..c25082e 100644 --- a/parties/Bar_Chart + Récup_mat.py +++ b/parties/Bar_Chart + Récup_mat.py @@ -32,7 +32,9 @@ def recup_mat(matrice, param): matR[ligne][colonne]=Grille [ligne][colonne][param] return matR - + + + def bar_chart():