Changeset 1803d4d
- Timestamp:
- Jun 1, 2023, 12:46:36 PM (18 months ago)
- Branches:
- ast-experimental, master
- Children:
- 251ce80
- Parents:
- 5eb9327
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/colby_parsons_MMAth/benchmarks/channels/plotData.py
r5eb9327 r1803d4d 124 124 125 125 if currVariant == numVariants: 126 fig, ax = plt.subplots( )126 fig, ax = plt.subplots(layout='constrained') 127 127 plt.title(name + " Benchmark") 128 128 plt.ylabel("Throughput (channel operations)")
Note: See TracChangeset
for help on using the changeset viewer.