Skip to content
GitLab
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
798429b2
Commit
798429b2
authored
Apr 12, 2017
by
Gregory Ashton
Browse files
Fixes vertical bar for init step
parent
3e0d13a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyfstat/mcmc_based_searches.py
View file @
798429b2
...
...
@@ -828,7 +828,7 @@ class MCMCSearch(core.BaseSearchClass):
cs
[:
convergence_idx
+
1
]
-
subtractions
[
i
],
color
=
"r"
,
alpha
=
alpha
,
lw
=
lw
)
axes
[
i
].
axvline
(
xoffset
+
idxs
[
convergence_idx
]
,
axes
[
i
].
axvline
(
xoffset
+
convergence_idx
,
color
=
'k'
,
ls
=
'--'
,
lw
=
0.25
)
axes
[
i
].
plot
(
xoffset
+
idxs
[
burnin_idx
:],
cs
[
burnin_idx
:]
-
subtractions
[
i
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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