This commit is contained in:
Paul Gauthier 2023-07-02 10:45:14 -07:00
parent fc519ca6b8
commit ba2c5d05da
2 changed files with 80 additions and 73 deletions

View file

@ -158,7 +158,14 @@ def show_stats(dirnames):
if len(repeats):
ax.errorbar(
1.4, repeat_avg, yerr=[[repeat_lo], [repeat_hi]], fmt="none", zorder=5, capsize=5
1.4,
repeat_avg,
yerr=[[repeat_lo], [repeat_hi]],
fmt="none",
zorder=5,
capsize=2.5,
elinewidth=1,
markeredgewidth=1,
)
ax.set_xticks([p + 1.5 * width for p in pos])