diff --git a/utils/analysis/plotcf.m b/utils/analysis/plotcf.m
index 361e7ba5e70629ce36fe991306da02b6d35b4d7a..3af497183956295a0904ac22884080325f80c483 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 [-]');