Index: doc/theses/colby_parsons_MMAth/benchmarks/channels/plotData.py
===================================================================
--- doc/theses/colby_parsons_MMAth/benchmarks/channels/plotData.py	(revision 60f4919107c2a504593173ee350fd43c4fbed774)
+++ doc/theses/colby_parsons_MMAth/benchmarks/channels/plotData.py	(revision 917e1fda57f8a41eccff6a6e0ab336b41d4b6e98)
@@ -62,4 +62,5 @@
 procCount = 0
 currVariant = 0
+experiment_duration = 10
 name = ""
 var_name = ""
@@ -107,5 +108,5 @@
     
     lineArr = line.split()
-    tempData[count] = float(lineArr[-1])
+    tempData[count] = float(lineArr[-1]) / experiment_duration
     count += 1
     if count == numTimes:
