This commit is contained in:
Paul Gauthier 2023-11-06 18:48:14 -08:00
parent 93aa497220
commit 35754247b4
3 changed files with 103 additions and 84 deletions

View file

@ -196,8 +196,8 @@ def show_stats(dirnames):
arrowprops={"arrowstyle": "->", "connectionstyle": "arc3,rad=0.3"},
)
ax.annotate(
"Second attempt,\nbased on\nunit test errors",
xy=(2.55, 58),
"Second attempt,\nincludingn\nunit test errors",
xy=(2.55, 56),
xytext=(3.5, top),
horizontalalignment="center",
verticalalignment="top",