diff --git a/Paper/SingleGlitchMCNoiseOnly/plot_data.py b/Paper/SingleGlitchMCNoiseOnly/plot_data.py index dd2332a0e2801303e1708f4a0b1bd2913e495b5b..30f89d6760ac203e4b4cef8a67a0a0f918e8d51b 100644 --- a/Paper/SingleGlitchMCNoiseOnly/plot_data.py +++ b/Paper/SingleGlitchMCNoiseOnly/plot_data.py @@ -29,7 +29,7 @@ fig, ax = plt.subplots() ax.hist(df.twoF, bins=50, histtype='step', color='k', normed=True, linewidth=1, label='Monte-Carlo histogram') -ax.set_xlabel('$\widetilde{2\mathcal{F}}$') +ax.set_xlabel('$\widehat{2\mathcal{F}}$ for 2 glitches') ax.set_xlim(0, 90) ax.legend(frameon=False, fontsize=6) fig.tight_layout() diff --git a/Paper/single_glitch_noise_twoF_histogram.png b/Paper/single_glitch_noise_twoF_histogram.png new file mode 100644 index 0000000000000000000000000000000000000000..4e2315dbba06afe33abd548baa98c31683581589 Binary files /dev/null and b/Paper/single_glitch_noise_twoF_histogram.png differ