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

Fix xaxis label

parent 3c8fd186
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('$\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()
......
Paper/single_glitch_noise_twoF_histogram.png

21.4 KiB | W: | H:

Paper/single_glitch_noise_twoF_histogram.png

21.1 KiB | W: | H:

Paper/single_glitch_noise_twoF_histogram.png
Paper/single_glitch_noise_twoF_histogram.png
Paper/single_glitch_noise_twoF_histogram.png
Paper/single_glitch_noise_twoF_histogram.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment