mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
Change the figure size in swe_bench_lite plot from 10x6 to 10x5.
This commit is contained in:
parent
0b01b7caf5
commit
5ba549834c
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue