Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gregory Ashton
PyFstat
Commits
0abdd7d2
Commit
0abdd7d2
authored
Mar 23, 2017
by
Gregory Ashton
Browse files
Fix xaxis label
parent
3c8fd186
Changes
2
Hide whitespace changes
Inline
Side-by-side
Paper/SingleGlitchMCNoiseOnly/plot_data.py
View file @
0abdd7d2
...
...
@@ -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
glitch
es
'
)
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
View replaced file @
3c8fd186
View file @
0abdd7d2
21.4 KB
|
W:
|
H:
21.1 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment