Ignore:
Timestamp:
Jun 1, 2023, 12:45:30 PM (16 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/actors/plotData.py

    r760c88c r5eb9327  
    160160
    161161                if currVariant == numVariants:
    162                     fig, ax = plt.subplots()
     162                    fig, ax = plt.subplots(layout='constrained')
    163163                    plt.title(name + " Benchmark")
    164164                    plt.ylabel("Runtime (seconds)")
Note: See TracChangeset for help on using the changeset viewer.