new algoplot
This commit is contained in:
parent
a676bdfb09
commit
4be0063b68
@ -282,7 +282,7 @@ def main(dataroot):
|
|||||||
np.percentile(loser_offsets_boot[-1], 1, axis=0),
|
np.percentile(loser_offsets_boot[-1], 1, axis=0),
|
||||||
np.percentile(loser_offsets_boot[-1], 99, axis=0),
|
np.percentile(loser_offsets_boot[-1], 99, axis=0),
|
||||||
color=ps.white,
|
color=ps.white,
|
||||||
alpha=0.3)
|
alpha=0.5)
|
||||||
|
|
||||||
ax[i].plot(kde_time, np.median(loser_offsets_boot[-1], axis=0),
|
ax[i].plot(kde_time, np.median(loser_offsets_boot[-1], axis=0),
|
||||||
color=ps.black, linewidth=2)
|
color=ps.black, linewidth=2)
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user