Index: doc/theses/colby_parsons_MMAth/benchmarks/channels/plotData.py
===================================================================
--- doc/theses/colby_parsons_MMAth/benchmarks/channels/plotData.py	(revision 1803d4daea73b18182327e284198d177f555c261)
+++ doc/theses/colby_parsons_MMAth/benchmarks/channels/plotData.py	(revision 60f4919107c2a504593173ee350fd43c4fbed774)
@@ -130,5 +130,5 @@
                 for idx, arr in enumerate(data):
                     plt.errorbar( procs, arr, [bars[idx][0], bars[idx][1]], capsize=2, marker=next(marker) )
-                
+                marker = itertools.cycle(('o', 's', 'D', 'x', 'p', '^', 'h', '*', 'v' )) 
                 plt.yscale("log")
                 # plt.ylim(1, None)
