From 36ae78a70c8460476926019962d76e7caafb7819 Mon Sep 17 00:00:00 2001
From: Camilla Compton <camilla.compton@ligo.org>
Date: Wed, 20 May 2020 10:55:51 -0700
Subject: [PATCH] change postion of threshold annotation to keep it on right
 side of graph

---
 locklost/plugins/refine.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/locklost/plugins/refine.py b/locklost/plugins/refine.py
index abc377b1..ca9359d1 100644
--- a/locklost/plugins/refine.py
+++ b/locklost/plugins/refine.py
@@ -69,7 +69,7 @@ def plot_indicators(event, channel, refined_gps, threshold):
                 "threshold",
                 xy=(ax1.get_xlim()[-1], threshold),
                 xycoords='data',
-                xytext=(8, -10),
+                xytext=(-8, -10),
                 textcoords='offset points',
                 horizontalalignment='right',
                 verticalalignment='top',
-- 
GitLab