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
55fc8889
Commit
55fc8889
authored
May 31, 2017
by
Gregory Ashton
Browse files
Fix xlabels of walkers
parent
9e046b30
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyfstat/mcmc_based_searches.py
View file @
55fc8889
...
...
@@ -939,6 +939,8 @@ class MCMCSearch(core.BaseSearchClass):
if
symbols
:
axes
[
0
].
set_ylabel
(
symbols
[
0
],
labelpad
=
labelpad
)
axes
[
-
1
].
set_xlabel
(
r
'$\textrm{Number of steps}$'
,
labelpad
=
0.2
)
if
plot_det_stat
:
if
len
(
axes
)
==
ndim
:
axes
.
append
(
fig
.
add_subplot
(
ndim
+
1
,
1
,
ndim
+
1
))
...
...
@@ -979,7 +981,6 @@ class MCMCSearch(core.BaseSearchClass):
xfmt
.
set_powerlimits
((
-
4
,
4
))
axes
[
-
1
].
xaxis
.
set_major_formatter
(
xfmt
)
axes
[
-
2
].
set_xlabel
(
r
'$\textrm{Number of steps}$'
,
labelpad
=
0.2
)
return
fig
,
axes
def
_apply_corrections_to_p0
(
self
,
p0
):
...
...
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