This commit is contained in:
Paul Gauthier 2024-05-23 08:04:37 -07:00
parent 2a881faac8
commit 2f3baf7cdd
4 changed files with 51 additions and 51 deletions

View file

@ -38,7 +38,7 @@ def plot_swe_bench_lite(data_file):
yval = bar.get_height()
ax.text(
bar.get_x() + bar.get_width() / 2,
yval - 1.5,
yval - 1.25,
f"{yval}%",
ha="center",
va="top",