Change the figure size in swe_bench_lite plot from 10x6 to 10x5.

This commit is contained in:
Paul Gauthier 2024-05-22 15:28:28 -07:00
parent 0b01b7caf5
commit 5ba549834c

View file

@ -23,7 +23,7 @@ def plot_swe_bench_lite(data_file):
rc("font", **{"family": "sans-serif", "sans-serif": ["Helvetica"], "size": 10})
fig, ax = plt.subplots(figsize=(10, 6))
fig, ax = plt.subplots(figsize=(10, 5))
ax.grid(axis="y", zorder=0, lw=0.2)
for spine in ax.spines.values():
spine.set_edgecolor("#DDDDDD")