From d8df1e2a3583a34eb3351bd896a1687824d31189 Mon Sep 17 00:00:00 2001
From: Antoine Hoffmann <antoine.hoffmann@epfl.ch>
Date: Mon, 7 Aug 2023 17:31:10 +0200
Subject: [PATCH] increase the linewidth of the dispertion relation

---
 matlab/compute/mode_growth_meter.m | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/matlab/compute/mode_growth_meter.m b/matlab/compute/mode_growth_meter.m
index 9993b265..b6c70efd 100644
--- a/matlab/compute/mode_growth_meter.m
+++ b/matlab/compute/mode_growth_meter.m
@@ -158,6 +158,7 @@ for i = 1:2
     FIGURE.axes(3+3*(i-1)) = subplot(2+d,3,3+3*(i-1),'parent',FIGURE.fig);
     % yyaxis("left")
         errorbar(k(MODES),real(omega(ik)),real(err(ik)),'-k',...
+                'LineWidth',1.5,...
                 'DisplayName',...
                 ['$\gamma$, (',num2str(DATA.inputs.PMAX),',',num2str(DATA.inputs.JMAX),')']); 
         hold on;
@@ -170,6 +171,7 @@ for i = 1:2
         % ylabel('$\gamma$');
     % yyaxis("right")
         errorbar(k(MODES),imag(omega(ik)),imag(err(ik)),'--k',...
+                'LineWidth',1.5,...
                 'DisplayName',...
                 ['$\omega$, (',num2str(DATA.inputs.PMAX),',',num2str(DATA.inputs.JMAX),')']); 
         hold on;
-- 
GitLab