mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
Update xticks fontsize to 16 in swe_bench_lite.py.
This commit is contained in:
parent
a6ae4cab06
commit
aac19f5911
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ def plot_swe_bench_lite(data_file):
|
|||
ax.set_ylabel("Pass rate (%)", fontsize=18)
|
||||
ax.set_title("SWE Bench Lite pass rates", fontsize=20)
|
||||
ax.set_ylim(0, 30)
|
||||
plt.xticks(rotation=45, ha='right', fontsize=14)
|
||||
plt.xticks(rotation=45, ha='right', fontsize=16)
|
||||
plt.tight_layout()
|
||||
plt.savefig("swe_bench_lite.png")
|
||||
plt.savefig("swe_bench_lite.svg")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue