diff --git a/Paper/SingleGlitchMCNoiseOnly/plot_data.py b/Paper/SingleGlitchMCNoiseOnly/plot_data.py index 30f89d6760ac203e4b4cef8a67a0a0f918e8d51b..679e74e1751aef57c70ca8c872206fa308f0f2e7 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('$\widehat{2\mathcal{F}}$ for 2 glitches') +ax.set_xlabel('$\widehat{2\mathcal{F}}$ for 1 glitch') 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 index 4e2315dbba06afe33abd548baa98c31683581589..0c97d5ba511ee678fc56d0e19c61db7bb06b4048 100644 Binary files a/Paper/single_glitch_noise_twoF_histogram.png and b/Paper/single_glitch_noise_twoF_histogram.png differ