Changeset 5eb9327 for doc/theses/colby_parsons_MMAth/benchmarks/actors
- Timestamp:
- Jun 1, 2023, 12:45:30 PM (19 months ago)
- Branches:
- ast-experimental, master
- Children:
- 1803d4d
- Parents:
- 760c88c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/colby_parsons_MMAth/benchmarks/actors/plotData.py
r760c88c r5eb9327 160 160 161 161 if currVariant == numVariants: 162 fig, ax = plt.subplots( )162 fig, ax = plt.subplots(layout='constrained') 163 163 plt.title(name + " Benchmark") 164 164 plt.ylabel("Runtime (seconds)")
Note: See TracChangeset
for help on using the changeset viewer.