Index: doc/theses/colby_parsons_MMAth/benchmarks/actors/plotData.py
===================================================================
--- doc/theses/colby_parsons_MMAth/benchmarks/actors/plotData.py	(revision 760c88c6666fec96edab654022cc390baaac9b20)
+++ doc/theses/colby_parsons_MMAth/benchmarks/actors/plotData.py	(revision 5eb9327cbe30fcf29a61ce74aa2eaec4c1f20c09)
@@ -160,5 +160,5 @@
 
                 if currVariant == numVariants:
-                    fig, ax = plt.subplots()
+                    fig, ax = plt.subplots(layout='constrained')
                     plt.title(name + " Benchmark")
                     plt.ylabel("Runtime (seconds)")
Index: doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/plotData.py
===================================================================
--- doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/plotData.py	(revision 760c88c6666fec96edab654022cc390baaac9b20)
+++ doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/plotData.py	(revision 5eb9327cbe30fcf29a61ce74aa2eaec4c1f20c09)
@@ -97,5 +97,5 @@
 
             if currVariant == numVariants:
-                fig, ax = plt.subplots()
+                fig, ax = plt.subplots(layout='constrained')
                 plt.title(name + " Benchmark: " + str(currLocks) + " Locks")
                 plt.ylabel("Throughput (entries)")
