From e660f2f00f7d2d2ef122f43b51088af7f847a9f6 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Sun, 19 Nov 2017 20:15:27 +0100
Subject: [PATCH] Move stage labels inside plot

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

diff --git a/pyfstat/mcmc_based_searches.py b/pyfstat/mcmc_based_searches.py
index 97bd657..f56677e 100644
--- a/pyfstat/mcmc_based_searches.py
+++ b/pyfstat/mcmc_based_searches.py
@@ -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)
-- 
GitLab