From a336d6f2734c86694d0b9191cb612ebb60e42719 Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Mon, 12 Dec 2022 15:05:55 +0100
Subject: [PATCH] refact(plots): impose ylim for plots used in paper

---
 utils/analysis/plotcf.m | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/utils/analysis/plotcf.m b/utils/analysis/plotcf.m
index 361e7ba..3af4971 100644
--- a/utils/analysis/plotcf.m
+++ b/utils/analysis/plotcf.m
@@ -26,6 +26,7 @@ function plotcf(ResData)
                          0.03, 3.5, 4.6
                          0.03, 3, 7.7
                          0.10, 3, 7.7
+                         0.10, 3, 4.6
 
                          %                          0.03, 2, 7.7
                          %                          0.03, 2, 7.7
@@ -325,6 +326,7 @@ function setgca(varargin)
 
     %     xlim([-180, 180]);
     xlim([0, 360]);
+    ylim([-0.3, 0.6]);
 
     xlabel('Phase offset [deg]');
     ylabel('\cl and \cd [-]');
-- 
GitLab