Ignore:
Timestamp:
Jun 1, 2023, 12:45:30 PM (13 months ago)
Author:
caparsons <caparson@…>
Branches:
ast-experimental, master
Children:
1803d4d
Parents:
760c88c
Message:

updated plot layout in benchmark scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/plotData.py

    r760c88c r5eb9327  
    9797
    9898            if currVariant == numVariants:
    99                 fig, ax = plt.subplots()
     99                fig, ax = plt.subplots(layout='constrained')
    100100                plt.title(name + " Benchmark: " + str(currLocks) + " Locks")
    101101                plt.ylabel("Throughput (entries)")
Note: See TracChangeset for help on using the changeset viewer.