Skip to content
Snippets Groups Projects
Commit 4b32a9fd authored by Jdrezen's avatar Jdrezen
Browse files

Test d'un plot chart avec des valeurs limitées

parent 1c87e741
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ class ControleurPhilosophersExample(Controleur): ...@@ -14,7 +14,7 @@ class ControleurPhilosophersExample(Controleur):
self.__barChart.append(self.addPlotChart('Hours of tkinking')) self.__barChart.append(self.addPlotChart('Hours of tkinking'))
self.setPolicy(self.__barChart[1],0,"ro") 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+-') self.addCurve(self.__barChart[2],'g+-')
def initialisation(self): def initialisation(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment