From 1eed8fa0c7b9cd211f1bd8e07eaa0fa469c3bb11 Mon Sep 17 00:00:00 2001 From: Nicholas Alexander <nalexander@fil.ion.ucl.ac.uk> Date: Tue, 31 Oct 2023 10:21:00 +0000 Subject: [PATCH] Actually removed it now --- preprocessing/ft_opm_psd.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/preprocessing/ft_opm_psd.m b/preprocessing/ft_opm_psd.m index 9a5bbc6..6b0f1f8 100644 --- a/preprocessing/ft_opm_psd.m +++ b/preprocessing/ft_opm_psd.m @@ -134,7 +134,7 @@ if strcmp(cfg.plot,'yes') % Make a Figure figure() - set(gcf,'Position',[100 100 1200 800]); +% set(gcf,'Position',[100 100 1200 800]); h = plot(freq(strt:stp),log10(po(:,strt:stp)),... 'LineWidth',1); @@ -312,7 +312,7 @@ if strcmp(cfg.plot,'yes') % Make a Figure figure() - set(gcf,'Position',[100 100 1200 800]); +% set(gcf,'Position',[100 100 1200 800]); h = plot(freq(strt:stp),log10(pow(:,strt:stp)),... 'LineWidth',1);