mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
Changed font weight to "light" for model "Aider" in plot_swe_bench_lite.
This commit is contained in:
parent
d37bace5d7
commit
6d75a10c8b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def plot_swe_bench_lite(data_file):
|
|||
yval = bar.get_height()
|
||||
y = yval + 0.75 if "Aider" in model else yval - 1.25
|
||||
va = "bottom" if "Aider" in model else "top"
|
||||
fontweight = "bold" if "Aider" in model else "normal"
|
||||
fontweight = "bold" if "Aider" in model else "light"
|
||||
|
||||
ax.text(
|
||||
bar.get_x() + bar.get_width() / 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue