From bb39575733f07cf403a7f4f7a340bed40862d8f5 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Fri, 7 Jun 2019 19:04:43 -0700
Subject: [PATCH] Fix typo

---
 bilby/core/result.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bilby/core/result.py b/bilby/core/result.py
index 076dbc88c..ede6bf643 100644
--- a/bilby/core/result.py
+++ b/bilby/core/result.py
@@ -1531,7 +1531,7 @@ def make_pp_plot(results, filename=None, save=True, confidence_interval=0.9,
     if title:
         ax.set_title("N={}, p-value={:2.4f}".format(
             len(results), pvals.combined_pvalue))
-    ax.set_xlabel("C.I")
+    ax.set_xlabel("C.I.")
     ax.set_ylabel("Fraction of events in C.I.")
     ax.legend(linewidth=1, labelspacing=0.25, fontsize=legend_fontsize)
     ax.set_xlim(0, 1)
-- 
GitLab