From 107f76403f464fbc103e9880de6f329c831781d5 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Thu, 5 Oct 2017 10:52:34 +0200
Subject: [PATCH] Makes the dividing line clearer

---
 pyfstat/mcmc_based_searches.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyfstat/mcmc_based_searches.py b/pyfstat/mcmc_based_searches.py
index 9e12524..06445f8 100644
--- a/pyfstat/mcmc_based_searches.py
+++ b/pyfstat/mcmc_based_searches.py
@@ -998,7 +998,7 @@ class MCMCSearch(core.BaseSearchClass):
                                      color="C3", alpha=alpha,
                                      lw=lw)
                         axes[i].axvline(xoffset+convergence_idx,
-                                        color='k', ls='--', lw=0.25)
+                                        color='k', ls='--', lw=0.5)
                     axes[i].plot(xoffset+idxs[burnin_idx:],
                                  cs[burnin_idx:]-subtractions[i],
                                  color="k", alpha=alpha, lw=lw)
-- 
GitLab