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
34df7108
Commit
34df7108
authored
Nov 16, 2017
by
Gregory Ashton
Browse files
Update symbols to be consistent with the paper
parent
61f325b0
Changes
1
Show whitespace changes
Inline
Side-by-side
pyfstat/mcmc_based_searches.py
View file @
34df7108
...
@@ -1019,7 +1019,7 @@ class MCMCSearch(core.BaseSearchClass):
...
@@ -1019,7 +1019,7 @@ class MCMCSearch(core.BaseSearchClass):
axes
[
i
].
set_ylabel
(
symbols
[
i
],
labelpad
=
labelpad
)
axes
[
i
].
set_ylabel
(
symbols
[
i
],
labelpad
=
labelpad
)
else
:
else
:
axes
[
i
].
set_ylabel
(
axes
[
i
].
set_ylabel
(
symbols
[
i
]
+
'$-$'
+
symbols
[
i
]
+
'$
_0
$'
,
symbols
[
i
]
+
'$-$'
+
symbols
[
i
]
+
'$
^\mathrm{s}
$'
,
labelpad
=
labelpad
)
labelpad
=
labelpad
)
if
hasattr
(
self
,
'convergence_diagnostic'
):
if
hasattr
(
self
,
'convergence_diagnostic'
):
...
...
Write
Preview
Supports
Markdown
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