mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
new svg
This commit is contained in:
parent
fc519ca6b8
commit
ba2c5d05da
2 changed files with 80 additions and 73 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue