style: Increase annotation font size in benchmark plot

This commit is contained in:
Paul Gauthier 2024-11-20 19:45:42 -08:00 committed by Paul Gauthier (aider)
parent 9b5a703307
commit 7cf3d9f3ce

View file

@ -127,7 +127,7 @@ def plot_over_time(yaml_file):
ax.annotate(
model,
(dates[i], pass_rates[i]),
fontsize=8,
fontsize=12,
alpha=0.75,
xytext=(5, 5),
textcoords="offset points",