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

Utilisation de limitedPlotChart pour tester

parent 7eb6271c
Branches
No related tags found
No related merge requests found
......@@ -13,10 +13,10 @@ class ControleurPhilosophersExample(Controleur):
self.__numberPhilosopher = 10
self.__barChart = []
self.__barChart.append(self.addBarChart('Eaten Pastas'))
self.__barChart.append(self.addPlotChart('Hours of tkinking'))
self.__barChart.append(self.addLimitedPlotChart('Hours of tkinking',5))
self.setPolicy(self.__barChart[1],0,"ro")
self.__barChart.append(self.addLimitedPlotChart('Hours of hunger',100))
self.__barChart.append(self.addLimitedPlotChart('Hours of hunger',5))
self.addCurve(self.__barChart[2],'g+-')
def initialisation(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment