From 827d72a2da79c09adb81cb12011dec481d2f2017 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Sun, 19 Nov 2017 16:02:37 +0100
Subject: [PATCH] Update semicoherent follow-up example

---
 examples/semi_coherent_directed_follow_up.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/semi_coherent_directed_follow_up.py b/examples/semi_coherent_directed_follow_up.py
index a60d9ce..f8ca562 100644
--- a/examples/semi_coherent_directed_follow_up.py
+++ b/examples/semi_coherent_directed_follow_up.py
@@ -2,6 +2,8 @@ import pyfstat
 import numpy as np
 import matplotlib.pyplot as plt
 
+plt.style.use('./paper-style.mplstyle')
+
 F0 = 30.0
 F1 = -1e-10
 F2 = 0
-- 
GitLab