diff --git a/philosopher_example/controleurPhilosophersExample.py b/philosopher_example/controleurPhilosophersExample.py index 52b271af63e09c21c2dd49dabe57afebcfb914b9..d42793f239457907469332aeab64938242999bd1 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):