mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
new svg
This commit is contained in:
parent
f548f88220
commit
a4ab262d96
2 changed files with 172 additions and 158 deletions
|
@ -142,7 +142,7 @@ def show_stats(dirnames):
|
|||
|
||||
top = 95
|
||||
ax.annotate(
|
||||
"First coding\nattempt",
|
||||
"First attempt,\nbased on\ninstructions",
|
||||
xy=(2.9, 51),
|
||||
xytext=(2.5, top),
|
||||
horizontalalignment="center",
|
||||
|
@ -150,7 +150,7 @@ def show_stats(dirnames):
|
|||
arrowprops={"arrowstyle": "->", "connectionstyle": "arc3,rad=0.3"},
|
||||
)
|
||||
ax.annotate(
|
||||
"Second attempt,\nafter seeing\nunit test errors",
|
||||
"Second attempt,\nbased on\nunit test errors",
|
||||
xy=(3.1, 68),
|
||||
xytext=(4.25, top),
|
||||
horizontalalignment="center",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue