From 4b32a9fd44f3010b18594d8e8a43af4e5818b64c Mon Sep 17 00:00:00 2001 From: Jdrezen <jeremie.drezen@gmail.com> Date: Mon, 17 May 2021 13:01:55 +0200 Subject: [PATCH] =?UTF-8?q?Test=20d'un=20plot=20chart=20avec=20des=20valeu?= =?UTF-8?q?rs=20limit=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- philosopher_example/controleurPhilosophersExample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/philosopher_example/controleurPhilosophersExample.py b/philosopher_example/controleurPhilosophersExample.py index 52b271a..d42793f 100644 --- a/philosopher_example/controleurPhilosophersExample.py +++ b/philosopher_example/controleurPhilosophersExample.py @@ -14,7 +14,7 @@ class ControleurPhilosophersExample(Controleur): self.__barChart.append(self.addPlotChart('Hours of tkinking')) self.setPolicy(self.__barChart[1],0,"ro") - self.__barChart.append(self.addPlotChart('Hours of hunger')) + self.__barChart.append(self.addLimitedPlotChart('Hours of hunger',100)) self.addCurve(self.__barChart[2],'g+-') def initialisation(self): -- GitLab