Commit 6ad5290d authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

output analysis example added to the documentation

parent 61a8a483
No preview for this file type
...@@ -60,7 +60,7 @@ repairmanWaitingRatio=R.totalWaitingTime/G.maxSimTime*100 ...@@ -60,7 +60,7 @@ repairmanWaitingRatio=R.totalWaitingTime/G.maxSimTime*100
#create a graph object #create a graph object
graph=Graphs() graph=Graphs()
#create the pie #create the pie
graph.Pie([repairmanWorkingRatio,repairmanWaitingRatio], "repairman.jpg") graph.Pie([repairmanWorkingRatio,repairmanWaitingRatio], "repairmanPie.jpg")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment