new algoplot

This commit is contained in:
weygoldt 2023-01-26 15:15:54 +01:00
parent a676bdfb09
commit 4be0063b68
2 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ def main(dataroot):
np.percentile(loser_offsets_boot[-1], 1, axis=0),
np.percentile(loser_offsets_boot[-1], 99, axis=0),
color=ps.white,
alpha=0.3)
alpha=0.5)
ax[i].plot(kde_time, np.median(loser_offsets_boot[-1], axis=0),
color=ps.black, linewidth=2)

Binary file not shown.