This commit is contained in:
Paul Gauthier 2023-11-06 20:24:44 -08:00
parent 6b6935e56d
commit dfb921c509
2 changed files with 6 additions and 4 deletions

View file

@ -196,7 +196,7 @@ def show_stats(dirnames):
arrowprops={"arrowstyle": "->", "connectionstyle": "arc3,rad=0.3"},
)
ax.annotate(
"Second attempt,\nincluding\nunit test errors",
"Second attempt,\nincluding unit\ntest error output",
xy=(2.55, 56),
xytext=(3.5, top),
horizontalalignment="center",