From a02cadbc36ff7a0adf66b1a04fe3b0dcef60e2bd Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 29 Jun 2023 20:56:12 -0700 Subject: [PATCH] tight --- benchmark/benchmark.py | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 155be29ec..cb264fe68 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -76,6 +76,7 @@ def show_stats(dirnames): ax.set_title("Code editing success rate by model & edit format") ax.legend(title="Edit Format") + plt.tight_layout() imgcat(fig) # df.to_csv("tmp.benchmarks.csv")