Skip to content
Snippets Groups Projects
Commit 3c8fd186 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Adds single_single noise only histogram

parent ef0b108c
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
Paper/single_glitch_noise_twoF_histogram.png

21.4 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment