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
e660f2f0
Commit
e660f2f0
authored
Nov 19, 2017
by
Gregory Ashton
Browse files
Move stage labels inside plot
parent
4cd917c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyfstat/mcmc_based_searches.py
View file @
e660f2f0
...
...
@@ -2116,7 +2116,8 @@ class MCMCFollowUpSearch(MCMCSemiCoherentSearch):
mid_labels
+=
[
'Production'
]
for
ax
in
axes
[:
self
.
ndim
]:
axy
=
ax
.
twiny
()
axy
.
tick_params
(
pad
=
6
,
axis
=
'x'
,
which
=
'major'
)
axy
.
tick_params
(
pad
=-
10
,
direction
=
'in'
,
axis
=
'x'
,
which
=
'major'
)
axy
.
minorticks_off
()
axy
.
set_xlim
(
ax
.
get_xlim
())
axy
.
set_xticks
(
mids
)
axy
.
set_xticklabels
(
mid_labels
)
...
...
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