mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
added draft article
This commit is contained in:
parent
a168daf5fc
commit
0120d434ff
5 changed files with 2433 additions and 2 deletions
|
@ -52,7 +52,7 @@ def plot_swe_bench_lite(data_file):
|
|||
|
||||
for model, bar in zip(models, bars):
|
||||
yval = bar.get_height()
|
||||
y = yval - 1.25
|
||||
y = yval - 1
|
||||
va = "top"
|
||||
color = "#eee" if "Aider" in model else "#555"
|
||||
fontfamily = "Helvetica Bold" if "Aider" in model else "Helvetica"
|
||||
|
@ -76,7 +76,7 @@ def plot_swe_bench_lite(data_file):
|
|||
ax.set_title(title, fontsize=20)
|
||||
# ax.set_ylim(0, 29.9)
|
||||
plt.xticks(
|
||||
fontsize=16,
|
||||
fontsize=17,
|
||||
color=font_color,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue