diff --git a/code/plot_kdes.py b/code/plot_kdes.py index 6d99528..1d2400d 100644 --- a/code/plot_kdes.py +++ b/code/plot_kdes.py @@ -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) diff --git a/poster/figs/algorithm1.pdf b/poster/figs/algorithm1.pdf index 3ac4dfb..92d0482 100644 Binary files a/poster/figs/algorithm1.pdf and b/poster/figs/algorithm1.pdf differ