From 7a5c5cfd0ed25c976d9ecbc197c4136cf4eb9ad6 Mon Sep 17 00:00:00 2001 From: Till Raab <till.raab@uni-tuebingen.de> Date: Fri, 26 May 2023 15:34:41 +0200 Subject: [PATCH] bf. Monday I need to look into the norming of the kde curves... ToDo comment in one section --- event_time_analysis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/event_time_analysis.py b/event_time_analysis.py index cd31178..55da35b 100644 --- a/event_time_analysis.py +++ b/event_time_analysis.py @@ -215,6 +215,7 @@ def main(base_path): ax.plot(conv_t, boot_kde[i]) ax.plot(conv_t, kde_array, color='k', lw=3) + plt.show() pass if __name__ == '__main__':