mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
style: Increase annotation font size in benchmark plot
This commit is contained in:
parent
9b5a703307
commit
7cf3d9f3ce
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ def plot_over_time(yaml_file):
|
||||||
ax.annotate(
|
ax.annotate(
|
||||||
model,
|
model,
|
||||||
(dates[i], pass_rates[i]),
|
(dates[i], pass_rates[i]),
|
||||||
fontsize=8,
|
fontsize=12,
|
||||||
alpha=0.75,
|
alpha=0.75,
|
||||||
xytext=(5, 5),
|
xytext=(5, 5),
|
||||||
textcoords="offset points",
|
textcoords="offset points",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue