mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
Increased the font size of "Aider" labels in the SWE benchmark plot.
This commit is contained in:
parent
ed43cd278a
commit
a03e36f7f7
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ def plot_swe_bench_lite(data_file):
|
|||
for label in xticks[1]:
|
||||
if "Aider" in label.get_text():
|
||||
label.set_fontweight("bold")
|
||||
label.set_fontsize(16)
|
||||
plt.tight_layout(pad=3.0)
|
||||
plt.savefig("swe_bench_lite.jpg")
|
||||
plt.savefig("swe_bench_lite.svg")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue