mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
copy
This commit is contained in:
parent
6d86fd9161
commit
5da64a6abc
3 changed files with 80 additions and 80 deletions
|
@ -189,14 +189,14 @@ def show_stats(dirnames):
|
|||
top = 95
|
||||
ax.annotate(
|
||||
"First attempt,\nbased on\nnatural language\ninstructions",
|
||||
xy=(2.25, 40),
|
||||
xy=(2.20, 41),
|
||||
xytext=(2, top),
|
||||
horizontalalignment="center",
|
||||
verticalalignment="top",
|
||||
arrowprops={"arrowstyle": "->", "connectionstyle": "arc3,rad=0.3"},
|
||||
)
|
||||
ax.annotate(
|
||||
"Second attempt,\nincluding unit\ntest error output",
|
||||
"Second attempt,\nincluding unit test\nerror output",
|
||||
xy=(2.55, 56),
|
||||
xytext=(3.5, top),
|
||||
horizontalalignment="center",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue